diff options
Diffstat (limited to 'gdb/testsuite/gdb.multi/watchpoint-multi.exp')
-rw-r--r-- | gdb/testsuite/gdb.multi/watchpoint-multi.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.multi/watchpoint-multi.exp b/gdb/testsuite/gdb.multi/watchpoint-multi.exp index 5234304..bba1b90 100644 --- a/gdb/testsuite/gdb.multi/watchpoint-multi.exp +++ b/gdb/testsuite/gdb.multi/watchpoint-multi.exp @@ -18,7 +18,7 @@ set executable ${testfile} # Multiple inferiors are needed, therefore both native and extended gdbserver # modes are supported. Only non-extended gdbserver is not supported. -if [target_info exists use_gdb_stub] { +if [use_gdb_stub] { untested "using gdb stub" return } |