if gdb,nosignals.
* gdb.base/watchpoints.c: Do not include unnecessary headers.
* lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
exited".
+2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * 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".
+
2010-03-24 Stan Shebs <stan@codesourcery.com>
* gdb.trace/tfile.exp: Expect "trace frame", with a space.
continue
}
+if [target_info exists gdb,nosignals] {
+ verbose "Skipping call-signal-resume.exp because of nosignals."
+ continue
+}
+
set prms_id 0
set bug_id 0
continue
}
+if [target_info exists gdb,nosignals] {
+ verbose "Skipping unwindonsignal.exp because of nosignals."
+ continue
+}
+
set prms_id 0
set bug_id 0
/* This source is mainly to test what happens when a watchpoint is
removed while another watchpoint, inserted later is left active. */
-#include <stdio.h>
-#include <unistd.h>
-
int count = -1;
int ival1 = -1;
int ival2 = -1;
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 {