[Valgrind-users] Does "--read-var-info=yes" in the current release?

2013-09-05 Thread ishikawa
Maybe I am missing something, but I can't seem to get a decent symbolic dump with valgrind even when I use --read-var-info=yes --- quote from the valgrind manual --read-var-info= [default: no] When enabled, Valgrind will read information about variable types and locations from DWARF3 d

Re: [Valgrind-users] Question about Valgrind tool implementation

2013-09-05 Thread Philippe Waroquiers
On Thu, 2013-09-05 at 16:01 +0900, Chang-Jae Lee wrote: > Hi, > > > I am a grad-student in KAIST, and I'm working on a project for > finding bugs or errors. > Currently I'm following a routine from the paper "Execution > Suppression: An Automated Iterative Technique for Locating Memory > Errors.

[Valgrind-users] Question about Valgrind tool implementation

2013-09-05 Thread Chang-Jae Lee
Hi, I am a grad-student in KAIST, and I'm working on a project for finding bugs or errors. Currently I'm following a routine from the paper "Execution Suppression: An Automated Iterative Technique for Locating Memory Errors." It is about finding the root cause of memory error(s) when a program sh