diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2008-05-20 21:02:27 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2008-05-20 21:02:27 +0000 |
commit | e8e48118bb4f0ea7be060f2d3e901ab993b0047a (patch) | |
tree | f5bdc7b21315da71c249a821378d19c264f842a2 /gdb | |
parent | c57918b25bb19d8ecaaad7eee1d372ffaf44d857 (diff) | |
download | gdb-e8e48118bb4f0ea7be060f2d3e901ab993b0047a.zip gdb-e8e48118bb4f0ea7be060f2d3e901ab993b0047a.tar.gz gdb-e8e48118bb4f0ea7be060f2d3e901ab993b0047a.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'gdb')
-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 |