DynamoRIO / drmemory

Memory Debugger for Windows, Linux, Mac, and Android
Other
2.43k stars 262 forks source link

provide info for addresses accessed in errors reported #129

Open derekbruening opened 9 years ago

derekbruening commented 9 years ago

From derek.br...@gmail.com on December 10, 2010 17:57:53

PR 423750

suggestion: providing symbol info not only for instructions but also for the data accessed. not just for data section addresses, but also stack locations: we should be able to look up local variables in some cases since we have the containing function.

extending beyond symbol info:

we have had requests for including the address target itself in results.txt so we should start w/ that and basic symbol info

with client checking dups now (PR 484167) we'll need to print out a special line for each dup w/ the per-instance info

should also include the "within 0x-0x" info from PR 532205

should also include the malloc info from PR 535568

I already did:

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

derekbruening commented 9 years ago

From bruen...@google.com on February 17, 2013 08:36:41

Labels: GoodContrib