|
From: Tom H. <to...@co...> - 2005-03-15 14:48:49
|
In message <Pin...@ch...>
Nicholas Nethercote <nj...@cs...> wrote:
> On Tue, 15 Mar 2005, Jeremy Fitzhardinge wrote:
>
>> Does it leave any trace of the inlining in the debug info?
>
> Not AFAICT.
>
> I compiled with -g and inspected the debug info with 'readelf -w', and
> saw no sign of memcpy... it seems dwarf doesn't represent calls to
> functions.
>
> I also compiled with -gstabs and inspected the debug info with
> 'objdump -g' and 'objdump -G', and again saw no signs of memcpy.
>
> Could I be overlooking something?
Neither DWARF nor stabs will contain anything for a call to a function.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|