mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
Avoid unstable test message in gdb.base/step-over-exit.exp
Currently diffing testrun results shows: -PASS: gdb.base/step-over-exit.exp: break *0x7ffff77e18c6 if main == 0 +PASS: gdb.base/step-over-exit.exp: break *0x2aaaab0988c6 if main == 0 gdb/testsuite/ChangeLog: 2017-03-08 Pedro Alves <palves@redhat.com> * gdb.base/step-over-exit.exp: Add explicit test message.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2017-03-08 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
|
* gdb.base/step-over-exit.exp: Add explicit test message.
|
||||||
|
|
||||||
2017-03-08 Pedro Alves <palves@redhat.com>
|
2017-03-08 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
PR gdb/18360
|
PR gdb/18360
|
||||||
|
@ -111,7 +111,8 @@ gdb_test_multiple $test $test {
|
|||||||
}
|
}
|
||||||
|
|
||||||
gdb_test "break \*$syscall_insn_addr if main == 0" \
|
gdb_test "break \*$syscall_insn_addr if main == 0" \
|
||||||
"Breakpoint \[0-9\]* at .*"
|
"Breakpoint \[0-9\]* at .*" \
|
||||||
|
"set conditional break at syscall address"
|
||||||
|
|
||||||
# Resume the child process, and the step-over is being done.
|
# Resume the child process, and the step-over is being done.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user