diff options
author | Daniel Jacobowitz <drow@false.org> | 2010-01-29 15:38:38 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2010-01-29 15:38:38 +0000 |
commit | 97f2ed50d0f6749e17b107b3520001c6288f7837 (patch) | |
tree | 1a4a0a8fb0be82b9cc2cd5983324aba2a18cb18c /gdb/testsuite/gdb.threads | |
parent | e4e2711a4aea4b4c12347d12ad9987432ff4b21f (diff) | |
download | gdb-97f2ed50d0f6749e17b107b3520001c6288f7837.zip gdb-97f2ed50d0f6749e17b107b3520001c6288f7837.tar.gz gdb-97f2ed50d0f6749e17b107b3520001c6288f7837.tar.bz2 |
* gdb.base/call-strs.exp, gdb.base/default.exp,
gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
gdb.base/watchpoint-solib.exp: Save and restore timeout.
* gdb.base/ending-run.exp: Correct restore of timeout.
* gdb.base/page.exp: Remove unnecessary timeout setting.
Diffstat (limited to 'gdb/testsuite/gdb.threads')
-rw-r--r-- | gdb/testsuite/gdb.threads/gcore-thread.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.threads/gcore-thread.exp b/gdb/testsuite/gdb.threads/gcore-thread.exp index 5ecfd0c..24faba7 100644 --- a/gdb/testsuite/gdb.threads/gcore-thread.exp +++ b/gdb/testsuite/gdb.threads/gcore-thread.exp @@ -55,6 +55,7 @@ set horiz "\[^\n\r\]*" # regexp for newline set nl "\[\r\n\]+" +set prev_timeout $timeout set timeout 30 send_gdb "help gcore\n" @@ -174,3 +175,4 @@ gdb_test "info threads" ".* thread2 .*" \ gdb_test "info threads" ".*${nl}\\* ${horiz} thread2 .*" \ "thread2 is current thread in corefile" +set timeout $prev_timeout |