Convert struct target_ops to C++
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / breakpoint-in-ro-region.exp
index e888e17a02a43078075014712a18b154592305f0..61a6319c45996bab60f040e6bc6e0246a61ae8ca 100644 (file)
@@ -40,7 +40,7 @@ proc probe_target_hardware_step {} {
     gdb_test_no_output "set debug target 1"
     set test "probe target hardware step"
     gdb_test_multiple "si" $test {
-       -re "to_resume \\(\[^\r\n\]+, step, .*$gdb_prompt $" {
+       -re "resume \\(\[^\r\n\]+, step, .*$gdb_prompt $" {
            set hw_step 1
            pass $test
        }
@@ -48,7 +48,7 @@ proc probe_target_hardware_step {} {
            pass $test
        }
     }
-    gdb_test "set debug target 0" "->to_log_command.*\\).*"
+    gdb_test "set debug target 0" "->log_command.*\\).*"
     return $hw_step
 }
 
This page took 0.028979 seconds and 4 git commands to generate.