|
From: Nicholas N. <nj...@cs...> - 2006-08-11 07:28:59
|
On Fri, 11 Aug 2006, Bart Van Assche wrote: > Thanks for the hint, Nicholas. By this time I downloaded the Valgrind > 2.2.0 sources (http://valgrind.org/downloads/valgrind-2.2.0.tar.bz2). > I had a look at the functions VG_(describe_addr)(), > VG_(get_scope_variables)(), and search_all_scopetabs(). I'm not > familiar with DWARF or stabs details, and it's not clear to me how in > how far these functions are specific to one specific debugging > information format. None of these functions is present in Valgrind > 3.2.0. Any idea how much work would it take to reintroduce these > functions ? 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 |