diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 11a60d477e..6bab8fad9e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2015-08-07 Pedro Alves + + * signal-while-stepping-over-bp-other-thread.exp: Expect "restart + threads" as alternative to "switching back to stepped thread". + 2015-08-07 Pedro Alves * NEWS: Mention "maint set/show target-non-stop". diff --git a/gdb/testsuite/gdb.threads/signal-while-stepping-over-bp-other-thread.exp b/gdb/testsuite/gdb.threads/signal-while-stepping-over-bp-other-thread.exp index 3201b1f36e..371395183c 100644 --- a/gdb/testsuite/gdb.threads/signal-while-stepping-over-bp-other-thread.exp +++ b/gdb/testsuite/gdb.threads/signal-while-stepping-over-bp-other-thread.exp @@ -100,7 +100,7 @@ gdb_test_sequence $test $test { "need to step-over" "resume \\(step=1" "signal arrived while stepping over breakpoint" - "switching back to stepped thread" + "(restart threads|switching back to stepped thread)" "stepped to a different line" "callme" }