DynamoRIO/drmemory

Feature Request: optional use map file for symbols names instead of pdb file

Open

#450 opened on Nov 28, 2014

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C (289 forks)auto 404
MigratedPriority-LowType-Featurehelp wanted

Repository metrics

Stars
 (2,727 stars)
PR merge metrics
 (PR metrics pending)

Description

From ingo_tho...@gmx.de on June 10, 2011 02:57:41

In our company, we archive map (rather than pdb files) files for our applications to track down crashes. Hence, I wrote a little program to post-process the Dr. Memory results file to generate object names for call stacks.

Maybe this could be included into Dr. Memory?

-- Ingo

Attachment: ProcessDrMemResults.cpp

Original issue: http://code.google.com/p/drmemory/issues/detail?id=450

Contributor guide