aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2009-01-17 20:39:33 +0000
committerNick Roberts <nickrob@snap.net.nz>2009-01-17 20:39:33 +0000
commit8405c36e89506379e4218a6e7928599415f75c0f (patch)
tree823d76238ca4496385ae63edce4be5568449ca77 /gdb
parent4a47c25017e8802e9233dd32e489434496555ab7 (diff)
downloadfsf-binutils-gdb-8405c36e89506379e4218a6e7928599415f75c0f.zip
fsf-binutils-gdb-8405c36e89506379e4218a6e7928599415f75c0f.tar.gz
fsf-binutils-gdb-8405c36e89506379e4218a6e7928599415f75c0f.tar.bz2
*** empty log message ***
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d719761..29d6ca2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2009-01-18 Nick Roberts <nickrob@snap.net.nz>
+
+ * thread.c (thread_command): Move call to annotate_thread_changed
+ to...
+ (do_captured_thread_select): ... here, to avoid printing an
+ annotation if the thread change generates an exception.
+
2009-01-16 Joel Brobecker <brobecker@adacore.com>
* NEWS: Document x86_64/MinGW as a new native configuration.