diff options
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | NEWS | 5 |
2 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2013-12-17 Jan Kratochvil <[email protected]> + + * 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 <[email protected]> * NEWS (libdwfl): Add dwfl_module_getsymtab_first_global. @@ -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 |
