|
From: Josef W. <Jos...@gm...> - 2006-08-11 10:29:24
|
On Friday 11 August 2006 09:28, Nicholas Nethercote wrote: > I think a lot of the code is very stabs-specific. Copying the stabs-only > code over might not be too difficult. Rewriting the code to work with DWARF > would be a big task. Nick: Is there any possibility to use the libdwarf with VG 3.2? That would make the things easier... A workaround: Pipe the tools output through postprocessing, which can use a DWARF debug info reader to add variable names; for the raw output of the tool, <function:frameOffset> should be enough to specify the variable (?). Josef |