diff options
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 85874b7..716bfae 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-05-21 Nick Roberts <nickrob@snap.net.nz> + + * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed + annotation. + 2008-06-05 Vladimir Prus <vladimir@codesourcery.com> Nathan Sidwell <nathan@codesourcery.com> Joseph Myers <joseph@codesourcery.com> diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 79ead39..ddfc839 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-06-06 Nick Roberts <nickrob@snap.net.nz> + + * gdb.base/annota1.exp (thread_switch): Test for thread-changed + annotation. + 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com> Pedro Alves <pedro@codesourcery.com> |