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..4ce30154bdf81127cf6a3a7f98d3a869545cbed8 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 "prepared successfully .*$gdb_prompt $" {
                pass "supported"
            }
            -re ".*$gdb_prompt $" {
This page took 0.024275 seconds and 4 git commands to generate.