2012-01-27 Pedro Alves <palves@redhat.com>

* gdb.base/watchpoint.exp (top level): Re-enable hardware
	watchpoints sooner.
This commit is contained in:
Pedro Alves 2012-01-27 13:59:57 +00:00
parent 654d7a9e20
commit f2c8a05131
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2012-01-27 Pedro Alves <palves@redhat.com>
* gdb.base/watchpoint.exp (top level): Re-enable hardware
watchpoints sooner.
2012-01-27 Pedro Alves <palves@redhat.com>
* gdb.base/watchpoint.exp (top level): Delete watch ival3.

View File

@ -875,6 +875,11 @@ if [initialize] then {
"Expression cannot be implemented with read/access watchpoint..*" \
"rwatch disallowed when can-set-hw-watchpoints cleared"
# Re-enable hardware watchpoints if necessary.
if ![target_info exists gdb,no_hardware_watchpoints] {
gdb_test_no_output "set can-use-hw-watchpoints 1" ""
}
test_watchpoint_and_breakpoint
test_watchpoint_in_big_blob
@ -885,11 +890,6 @@ if [initialize] then {
test_watch_location
# Re-enable hardware watchpoints if necessary.
if ![target_info exists gdb,no_hardware_watchpoints] {
gdb_test_no_output "set can-use-hw-watchpoints 1" ""
}
test_wide_location_1
test_wide_location_2
}