diff options
author | Jan Kratochvil <[email protected]> | 2013-12-18 14:37:49 +0100 |
---|---|---|
committer | Jan Kratochvil <[email protected]> | 2013-12-18 14:37:49 +0100 |
commit | 8aa7fbbb627b56f099ef8c2c90d73f13dea06b4e (patch) | |
tree | 9a608b7b9dce7c7bf10dff57215bdbdbd5954323 /NEWS | |
parent | c6a41483f2986d5542c554981348f75b815ef9b1 (diff) |
Add NEWS items for the new functions in 0.158.
Signed-off-by: Jan Kratochvil <[email protected]>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |