* gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
test if we can't handle IO to/from the inferior.
This commit is contained in:
parent
35e7ac7f54
commit
9ce4ab8471
@ -1,5 +1,8 @@
|
|||||||
Thu Jul 20 11:40:13 1995 Jeff Law (law@snake.cs.utah.edu)
|
Thu Jul 20 11:40:13 1995 Jeff Law (law@snake.cs.utah.edu)
|
||||||
|
|
||||||
|
* gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
|
||||||
|
test if we can't handle IO to/from the inferior.
|
||||||
|
|
||||||
* gdb.c++/misc.exp: Always check for a program already being
|
* gdb.c++/misc.exp: Always check for a program already being
|
||||||
started after sending a "run" command to gdb.
|
started after sending a "run" command to gdb.
|
||||||
|
|
||||||
|
@ -424,8 +424,12 @@ proc test_stepping {} {
|
|||||||
# Test stepping and other mundane operations with watchpoints enabled
|
# Test stepping and other mundane operations with watchpoints enabled
|
||||||
proc test_watchpoint_triggered_in_syscall {} {
|
proc test_watchpoint_triggered_in_syscall {} {
|
||||||
global prompt
|
global prompt
|
||||||
global timeout
|
global noinferiorio
|
||||||
|
|
||||||
|
if $noinferiorio {
|
||||||
|
verbose "Skipping test_watchpoint_triggered_in_syscall due to noinferiorio"
|
||||||
|
return
|
||||||
|
}
|
||||||
# Run until we get to the first marker function.
|
# Run until we get to the first marker function.
|
||||||
set x 0
|
set x 0
|
||||||
set y 0
|
set y 0
|
||||||
|
Loading…
Reference in New Issue
Block a user