aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib/gdb.exp
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2010-03-24 21:20:39 +0000
committerDaniel Jacobowitz <drow@false.org>2010-03-24 21:20:39 +0000
commit2390201f4bbde371e4a97f149976d335a1aa909c (patch)
tree9f6bace2af68e68438e71f4d5890cf028bd68c79 /gdb/testsuite/lib/gdb.exp
parent6bf5e0ba81ad745cf18577ae77cd1ff75c92282a (diff)
downloadgdb-2390201f4bbde371e4a97f149976d335a1aa909c.zip
gdb-2390201f4bbde371e4a97f149976d335a1aa909c.tar.gz
gdb-2390201f4bbde371e4a97f149976d335a1aa909c.tar.bz2
* gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
if gdb,nosignals. * gdb.base/watchpoints.c: Do not include unnecessary headers. * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program exited".
Diffstat (limited to 'gdb/testsuite/lib/gdb.exp')
-rw-r--r--gdb/testsuite/lib/gdb.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp
index c62f706..19126a4 100644
--- a/gdb/testsuite/lib/gdb.exp
+++ b/gdb/testsuite/lib/gdb.exp
@@ -747,7 +747,7 @@ proc gdb_test_multiple { command message user_code } {
fail "$errmsg"
set result -1
}
- -re "EXIT code \[0-9\r\n\]+Program exited normally.*$gdb_prompt $" {
+ -re "Program exited normally.*$gdb_prompt $" {
if ![string match "" $message] then {
set errmsg "$message (the program exited)"
} else {