diff options
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r-- | runtime/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index 512fa061..497b9d5b 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,19 @@ +2008-02-27 Martin Hunt <hunt@redhat.com> + + * sym.h (_stp_module): Add text_size, lock, and unwind data + pointer. + * sym.c (_stp_find_module_by_addr): New function. + (_stp_kallsyms_lookup): Call _stp_find_module_by_addr(). + (_stp_get_unwind_info): New. + + * runtime.h: Move debug macros to debug.h. Include it. + * debug.h: New file. + * map.c: Update debug calls. + * map-gen.c: Update debug calls. + * pmap-gen.c: Update debug calls. + + * mempool.c: New file. + 2008-02-27 Dave Brolley <brolley@redhat.com> PR5189 |