On Wed, 18 Dec 2013 13:47:53 +0100, Mark Wielaard wrote:
> > > + New functions dwfl_module_getsym_elf and
> > > dwfl_module_addrsym_elf.
>
> I am about to replace these with dwfl_module_getsym_info and
> dwfl_module_addrsym_info. Which already come with a NEWS entry. Please
> don't add the old ones we won't publish now.
Thanks for catching it, removed them.
Checked in.
Thanks,
Jan
--- Begin Message ---
Signed-off-by: Jan Kratochvil <jan.kratoch...@redhat.com>
---
ChangeLog | 8 ++++++++
NEWS | 5 +++++
2 files changed, 13 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 334c769..164d551 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-12-17 Jan Kratochvil <jan.kratoch...@redhat.com>
+
+ * NEWS (Version 0.158) (libdwfl): Added Dwfl_Thread_Callbacks,
+ Dwfl_Thread, Dwfl_Frame, dwfl_attach_state, dwfl_pid, dwfl_thread_dwfl,
+ dwfl_thread_tid, dwfl_frame_thread, dwfl_thread_state_registers,
+ dwfl_thread_state_register_pc, dwfl_getthreads, dwfl_thread_getframes
+ and dwfl_frame_pc.
+
2013-12-16 Mark Wielaard <m...@redhat.com>
* NEWS (libdwfl): Add dwfl_module_getsymtab_first_global.
diff --git a/NEWS b/NEWS
index 35f2387..3dc3377 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ Version 0.158
libdwfl: dwfl_core_file_report has new parameter executable.
New function dwfl_module_getsymtab_first_global.
+ Added unwinder with type Dwfl_Thread_Callbacks, opaque types
+ Dwfl_Thread and Dwfl_Frame and functions dwfl_attach_state,
+ dwfl_pid, dwfl_thread_dwfl, dwfl_thread_tid, dwfl_frame_thread,
+ dwfl_thread_state_registers, dwfl_thread_state_register_pc,
+ dwfl_getthreads, dwfl_thread_getframes and dwfl_frame_pc.
Version 0.157
--
1.8.3.1
--- End Message ---