* lib/gdb.exp: Fix runto.

* gdb.base/signals.exp: Check for a gdb,nosignals feature of
	the target.

	* gdb.base/watchpoint.exp: Fix regexp.

Random miscellaneous fixes. Gotta dig up all these global variables someday..
This commit is contained in:
Bob Manson 1997-01-31 01:03:51 +00:00
parent 83b1cc25d1
commit 1a7dadf9cf
3 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
if $nosignals {
verbose "Skipping signals.exp because of nosignals."
continue
}
if [target_info exists gdb,nosignals] {
verbose "Skipping signals.exp because of nosignals."
continue
}
if $tracelevel then {
strace $tracelevel

View File

@ -379,7 +379,7 @@ proc test_stepping {} {
send_gdb "finish\n"
expect {
-re "Run.*exit from.*marker1.*main.* at" { }
-re "Run.*exit from.*marker1.* at" { }
default { fail "finish from marker1" ; return }
}
expect {

View File

@ -267,6 +267,7 @@ proc runto { function } {
return 0
}
}
return 1
}
#