aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2004-02-01 18:04:37 +0000
committerDaniel Jacobowitz <drow@false.org>2004-02-01 18:04:37 +0000
commitc47cebdbd2d971feefd839a61213a0ec643c46bf (patch)
treea7507bcfe66a8e9dd0131746a2c2ef0fd11695a1 /gdb/testsuite/lib
parent5a01311c59ec8bc4978e1a102035798808b45696 (diff)
downloadgdb-c47cebdbd2d971feefd839a61213a0ec643c46bf.zip
gdb-c47cebdbd2d971feefd839a61213a0ec643c46bf.tar.gz
gdb-c47cebdbd2d971feefd839a61213a0ec643c46bf.tar.bz2
* gdb.threads/thread-specific.c: New file.
* gdb.threads/threads-specific.exp: New test script. * lib/gdb.exp (gdb_test_multiple): Allow user patterns access to expect_out.
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r--gdb/testsuite/lib/gdb.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp
index 9670c34..2de5115 100644
--- a/gdb/testsuite/lib/gdb.exp
+++ b/gdb/testsuite/lib/gdb.exp
@@ -449,6 +449,7 @@ proc gdb_test_multiple { command message user_code } {
global gdb_prompt
global GDB
upvar timeout timeout
+ upvar expect_out expect_out
if { $message == "" } {
set message $command