summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDi Chen <dichen@redhat.com>2022-07-28 16:31:05 +0800
committerMark Wielaard <mark@klomp.org>2022-07-31 01:48:48 +0200
commitccc157dc2b96e47d6d1bbb1b066ecbea4975051b (patch)
tree88e8f5c0a9a7fb35e9519024f8f4215224a65cae /NEWS
parent0873ae782d14e672e8344775e76b7fca0a8b41bf (diff)
downloadelfutils-ccc157dc2b96e47d6d1bbb1b066ecbea4975051b.tar.gz
libdwfl: Add new function dwfl_frame_reg
Dwfl has most of the infrastructure to keep the full unwind state, including the state of unwound registers per frame using Dwfl_Thread_Callbacks. But there is no public API to access the state, except for the PC (dwfl_frame_pc). This commit adds a new function dwfl_frame_reg to get the value of the DWARF register number in the given frame. https://sourceware.org/bugzilla/show_bug.cgi?id=28579 Signed-off-by: Di Chen <dichen@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 392f2edc..82c86cb6 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ Version 0.188 some time after 0.187
debuginfod: Add --disable-source-scan option.
libdwfl: Add new function dwfl_get_debuginfod_client.
+ Add new function dwfl_frame_reg.
Version 0.187