|
From: Josef W. <Jos...@gm...> - 2007-04-17 17:22:57
|
On Tuesday 17 April 2007, Tom Hughes wrote: > In message <200...@gm...> > Josef Weidendorfer <Jos...@gm...> wrote: > > > What IMHO currently is missing is a good DWARF debug reader for > > data structures to be used by Valgrind tools (?). However, it needs a very > > fast way to look up data structures for an address. > > Well libdwarf is probably the most full featured more or less > standalone DWARF reader that exists: > > http://reality.sgiweb.org/davea/dwarf.html But can we include this without much porting into Valgrind core? Surely, using it for postprocessing sometimes is an option (e.g. use data label in the tool "write to stack frame offset 12 in function X", and convert it to an write of a local variable Y afterwards). Josef > Tom > |