diff options
author | Michael Snyder <msnyder@specifix.com> | 2010-06-03 23:54:17 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@specifix.com> | 2010-06-03 23:54:17 +0000 |
commit | 00edd0ee40c93d024dd5daf259f59acd38b307d1 (patch) | |
tree | 9e87aa03d092789326f61c789e95823077692328 /gdb/testsuite/gdb.base/watchpoint.exp | |
parent | 2e3cda7dcb9752e7662594934dc6e0c1f06568da (diff) | |
download | gdb-00edd0ee40c93d024dd5daf259f59acd38b307d1.tar.gz |
2010-06-03 Michael Snyder <msnyder@vmware.com>
* gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
* gdb.base/display.exp: Ditto.
* gdb.base/find.exp: Ditto.
* gdb.base/ifelse.exp: Ditto.
* gdb.base/multi-forks.exp: Ditto.
* gdb.base/recurse.exp: Ditto.
* gdb.base/setshow.exp: Ditto.
* gdb.base/value-double-free.exp: Ditto.
* gdb.base/watch-vfork.exp: Ditto.
* gdb.base/watch_thread_num.exp: Ditto.
* gdb.base/watchpoint-solib.exp: Ditto.
* gdb.base/watchpoint.exp: Ditto.
* gdb.base/watchpoints.exp: Ditto.
* gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
* gdb.cp/overload.exp: Ditto.
* gdb.cp/virtfunc.exp: Ditto.
* gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
* gdb.reverse/watch-precsave.exp:
Replace gdb_test with gdb_test_no_output.
* gdb.threads/attach-into-signal.exp:
Replace gdb_test with gdb_test_no_output.
* gdb.threads/local-watch-wrong-thread.exp: Ditto.
* gdb.threads/watchthreads.exp: Ditto.
* gdb.threads/watchthreads2.exp: Ditto.
* gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
* gdb.trace/tfind.exp: Ditto.
Diffstat (limited to 'gdb/testsuite/gdb.base/watchpoint.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/watchpoint.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/watchpoint.exp b/gdb/testsuite/gdb.base/watchpoint.exp index 5fa43e3f295..56d82e4db3f 100644 --- a/gdb/testsuite/gdb.base/watchpoint.exp +++ b/gdb/testsuite/gdb.base/watchpoint.exp @@ -61,7 +61,7 @@ proc initialize {} { # Disable hardware watchpoints if necessary. if [target_info exists gdb,no_hardware_watchpoints] { - gdb_test "set can-use-hw-watchpoints 0" "" "" + gdb_test_no_output "set can-use-hw-watchpoints 0" "" } if [gdb_test "break marker1" "Breakpoint 1 at $hex: file .*$srcfile, line $decimal.*" "set breakpoint at marker1" ] { |