diff options
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7a9b529..81be400 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2008-05-21 Nick Roberts <nickrob@snap.net.nz> + + * annotate.c (annotate_new_thread): New function for new-thread + annotation. + * annotate.h: (annotate_new_thread): New extern. + * thread.c (add_thread_with_info): Use it. + * Makefile.in (thread.o): Add dependency on annotate.h. + 2008-05-20 Joel Brobecker <brobecker@adacore.com> * win32-nat.c (win32_wait): Block the control-c event while |