diff options
author | Michael Chastain <mec@google.com> | 2004-06-04 23:27:50 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2004-06-04 23:27:50 +0000 |
commit | 51d01eda1da639de6383375bddfea425a6b5a39c (patch) | |
tree | f0fbaeaad06798462c1d03856c46d880448f9cca | |
parent | 4a19ea356e67d4e693bf9d6d23a439716e434546 (diff) | |
download | gdb-51d01eda1da639de6383375bddfea425a6b5a39c.zip gdb-51d01eda1da639de6383375bddfea425a6b5a39c.tar.gz gdb-51d01eda1da639de6383375bddfea425a6b5a39c.tar.bz2 |
2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
* gdb.threads/pthreads.exp: Update copyright years.
(check_control_c): Change asynchronous 'after' to synchronous.
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.threads/pthreads.exp | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 85dd400..c9f6520 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-06-04 Michael Chastain <mec.gnu@mindspring.com> + + * gdb.threads/pthreads.exp: Update copyright years. + (check_control_c): Change asynchronous 'after' to synchronous. + 2004-06-04 Roland McGrath <roland@redhat.com> * gdb.base/auxv.exp (fetch_auxv): Consume output fully through diff --git a/gdb/testsuite/gdb.threads/pthreads.exp b/gdb/testsuite/gdb.threads/pthreads.exp index 5dbe1a8..a60a3d3 100644 --- a/gdb/testsuite/gdb.threads/pthreads.exp +++ b/gdb/testsuite/gdb.threads/pthreads.exp @@ -1,4 +1,5 @@ -# Copyright (C) 1996, 1997, 2003 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004 +# Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -230,9 +231,9 @@ proc check_control_c {} { fail "Continue with all threads running (timeout)" } } - sleep 1 + after 2000 + send_gdb "\003" set description "Stopped with a ^C" - after 1000 [send_gdb "\003"] gdb_expect { -re "Program received signal SIGINT.*$gdb_prompt $" { pass $description |