aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 1a67640..d44bee5 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,14 @@
+2014-01-09 Pedro Alves <palves@redhat.com>
+
+ * gdb.threads/fork-thread-pending.exp: Switch to the main thread
+ instead of to thread 2.
+ * gdb.threads/signal-command-multiple-signals-pending.c (main):
+ Add barrier around each pthread_create call instead of around all
+ calls.
+ * gdb.threads/signal-command-multiple-signals-pending.exp (test):
+ Set a break on thread_function and have the child threads hit it
+ one at at a time.
+
2015-01-09 Pedro Alves <palves@redhat.com>
* lib/gdb.exp (can_spawn_for_attach): New procedure.