diff options
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r-- | runtime/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index 2eb1cdaf..35ce7c79 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,12 @@ +2009-02-11 Tim Moore <timoore@redhat.com> + + * stack.c (_stp_stack_print_fallback): Implementation that uses kernel + stacktrace support if available. + (_stp_stack_print_tsk, _stp_stack_snprint_tsk): New functions. + * stack-x86_64.c (_stp_stack_print_fallback): Use our own fallback if + no kernel stacktrace support. + * stack-x86_64.c (_stp_stack_print_fallback): ditto. + 2009-02-11 David Smith <dsmith@redhat.com> * task_finder.c (__stp_utrace_attach): Still checks for mm after |