diff options
author | Mark Wielaard <[email protected]> | 2014-01-21 16:13:49 +0100 |
---|---|---|
committer | Mark Wielaard <[email protected]> | 2014-01-27 16:07:54 +0100 |
commit | 13968d9aa9990d53999b14494ed55c2d68d4ead5 (patch) | |
tree | 094ddb18e2ed671a1ad1c59d6bbe526e28938aee /NEWS | |
parent | 8520f70163866b64f8e9822972dd9c26151455ea (diff) |
stack: Add -i, --inlines. Show inlined call frames using DWARF debuginfo.
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.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ Version 0.159 stack: New option -d, --debugname to lookup DWARF debuginfo name for frame. + New option -i, --inlines to show inlined frames using DWARF debuginfo. Version 0.158 |