diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d0c31a0..e8acfd8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2011-01-13 Joel Brobecker <brobecker@adacore.com> + [ttrace] Compute thread list immediately after attach. + * inf_ttrace_attach (inf_ttrace_create_threads_after_attach): + New subprogram. + (inf_ttrace_attach): Use it. + +2011-01-13 Joel Brobecker <brobecker@adacore.com> + * libunwind-frame.c (libunwind_frame_cache): Do not return NULL if we could not determine the frame's function address. Instead, use the frame's PC, and then continue. |