summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2014-01-21 16:13:49 +0100
committerMark Wielaard <mjw@redhat.com>2014-01-27 16:07:54 +0100
commit13968d9aa9990d53999b14494ed55c2d68d4ead5 (patch)
tree094ddb18e2ed671a1ad1c59d6bbe526e28938aee /ChangeLog
parent8520f70163866b64f8e9822972dd9c26151455ea (diff)
downloadelfutils-13968d9aa9990d53999b14494ed55c2d68d4ead5.tar.gz
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 <mjw@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad8cd033..a2436cee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-01-21 Mark Wielaard <mjw@redhat.com>
+
+ * NEWS (Version 0.159): Add stack -i.
+
2014-01-20 Mark Wielaard <mjw@redhat.com>
* NEWS (Version 0.159): New. Add stack -d.