This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] addr2line: Support -i, --inlines output option.


On Tue, 2013-08-13 at 12:13 +0200, Mark Wielaard wrote:
> Show all source locations that caused inline expansion of subroutines
> at the given address. This can easily be supported by using libdw
> dwarf_getscopes_die which will give all nested inlined subroutines.
> When -f, --functions is given also show the function names where the
> subroutines were inlines.
> 
> The output matches that of binutils addr2line --inlines.

Also pushed this to master.

Cheers,

Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]