|
From: Jeremy F. <je...@go...> - 2005-04-21 17:56:09
|
Rex Walburn wrote:
>Hi
>I tried using VG_(describe_addr) and it returns a value (null) for
>every address.
>
>
Only the stabs reader extracts enough type information for describe_addr
to work; nobody has put the effort into the DWARF reader yet. If you
compile with -gstabs, you might get more useful results (though I
suspect this code has been untested for a while, so you may get some
explosions instead).
J
|