* 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".
This commit is contained in:
parent
6bf5e0ba81
commit
2390201f4b
5 changed files with 19 additions and 4 deletions
|
@ -21,9 +21,6 @@
|
|||
/* 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue