diff options
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index cd38459..aa1e22b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,23 @@ 2015-01-09 Pedro Alves <palves@redhat.com> + * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from + the global scope. Set a breakpoint after all threads are started + rather than stepping over two source lines. Expect the prompt. + * gdb.base/watch_thread_num.c (threads_started_barrier): New + global. + (NUM): Now 15. + (main): Use threads_started_barrier to wait for all threads to + start. Main thread no longer calls thread_function. Exit after + 180 seconds. + (loop): New function. + (thread_function): Wait on threads_started_barrier barrier. Call + 'loop' at each iteration. + * gdb.base/watch_thread_num.exp: Continue to breakpoint after all + threads have started, instead of hardcoding number of "next" + steps. Use an access watchpoint instead of a write watchpoint. + +2015-01-09 Pedro Alves <palves@redhat.com> + * gdb.threads/ia64-sigill.c (threads_started_barrier): New global. (thread_func): Wait on barrier. (main): Wait for all threads to start before stopping GDB. |