summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2014-01-20 23:09:26 +0100
committerMark Wielaard <mjw@redhat.com>2014-01-27 15:53:40 +0100
commit531a30acbe175da1f71768e2ffb585c4d45e640b (patch)
tree3e10641f026119f8bec106d7a5510e5f7cf05278 /NEWS
parent247f85869852e5f0fc461c4c9827d1347e75204a (diff)
downloadelfutils-531a30acbe175da1f71768e2ffb585c4d45e640b.tar.gz
stack: Add -d, --debugname. Lookup DWARF debuginfo name for frame address.
Includes test that shows -d matches the function name that corresponds to the actual source line we report with -s for a frame address. Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 44f1959a..5c865e0b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 0.159
+
+stack: New option -d, --debugname to lookup DWARF debuginfo name for frame.
+
Version 0.158
libdwfl: dwfl_core_file_report has new parameter executable.