gdb: move displaced stepping logic to gdbarch, allow starting concurrent displaced...
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.threads / forking-threads-plus-breakpoint.exp
index c4c9596be3129ebd8a3482029f29328bf9c3acf3..9a6507f7645ddf812195a0b603234b7420ae724c 100644 (file)
@@ -48,7 +48,7 @@ proc probe_displaced_stepping_support {} {
        # that breakpoint.
        gdb_test_no_output "set debug displaced 1"
        gdb_test_multiple "next" "probe" {
-           -re "displaced pc to.*$gdb_prompt $" {
+           -re "displaced: prepared successfully .*$gdb_prompt $" {
                pass "supported"
            }
            -re ".*$gdb_prompt $" {
This page took 0.02376 seconds and 4 git commands to generate.