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 2/2] stack: Add -i, --inlines. Show inlined call frames using DWARF debuginfo.


On Tue, 2014-01-21 at 16:20 +0100, Mark Wielaard wrote:
> Using dwarf_getscopes_die we can get all scopes that make up the current
> subprogram representing an address. Using the call_file/line/column
> attributes we can also show the source locations of these "inlined" calls.
> Includes a test that shows that when DWARF debuginfo is available all
> inlined function call frames and their source location can be shown.

I pushed this to master, including a NEWS entry. But put the change to
maxframes that was accidentially included in it into its own commit.


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