From 55fdd50e5bf128a046745c2edfb8942e60d8ac4a Mon Sep 17 00:00:00 2001 From: chastain Date: Thu, 3 Jun 2004 22:10:50 +0000 Subject: [PATCH] 2004-06-02 Michael Chastain Fix PR gdb/1636. * gdb.threads/manythreads.exp: Change asynchronous 'after' calls to synchronous. --- gdb/testsuite/ChangeLog | 6 ++++++ gdb/testsuite/gdb.threads/manythreads.exp | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 0ba2bfb31d..5468b58e83 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2004-06-02 Michael Chastain + + Fix PR gdb/1636. + * gdb.threads/manythreads.exp: Change asynchronous 'after' + calls to synchronous. + 2004-05-26 Jim Blandy * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests. diff --git a/gdb/testsuite/gdb.threads/manythreads.exp b/gdb/testsuite/gdb.threads/manythreads.exp index dcedd7f30b..a2baf846aa 100644 --- a/gdb/testsuite/gdb.threads/manythreads.exp +++ b/gdb/testsuite/gdb.threads/manythreads.exp @@ -60,7 +60,8 @@ gdb_test_multiple "continue" "first continue" { } # Send a Ctrl-C and verify that we can do info threads and continue -after 1000 {send_gdb "\003"} +after 1000 +send_gdb "\003" set message "stop threads 1" gdb_test_multiple "" "stop threads 1" { -re "\\\[New \[^\]\]*\\\]\r\n" { @@ -93,7 +94,8 @@ gdb_test_multiple "continue" "second continue" { } # Send another Ctrl-C and verify that we can do info threads and quit -after 1000 {send_gdb "\003"} +after 1000 +send_gdb "\003" set message "stop threads 2" gdb_test_multiple "" "stop threads 2" { -re "\\\[New \[^\]\]*\\\]\r\n" { -- 2.11.0