mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
Remove unstable test output
Changed test output from: PASS: gdb.base/watchpoint-hw-attach.exp: attach 25501 to PASS: gdb.base/watchpoint-hw-attach.exp: attach gdb/testsuite/ChangeLog: * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2018-06-29 Richard Bunt richard.bunt@arm.com
|
||||||
|
|
||||||
|
* gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
|
||||||
|
|
||||||
2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
|
2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
* lib/compiler.c: Remove executable permission flag.
|
* lib/compiler.c: Remove executable permission flag.
|
||||||
|
@ -55,7 +55,7 @@ if {$testpid == ""} {
|
|||||||
# logic to run post attach rather than post inferior launch.
|
# logic to run post attach rather than post inferior launch.
|
||||||
clean_restart $binfile
|
clean_restart $binfile
|
||||||
|
|
||||||
gdb_test "attach $testpid" "Attaching to program: .*, process $testpid.*"
|
gdb_test "attach $testpid" "Attaching to program: .*, process $testpid.*" "attach"
|
||||||
|
|
||||||
# Ensure the test program is in the top frame so the required
|
# Ensure the test program is in the top frame so the required
|
||||||
# variables are in scope.
|
# variables are in scope.
|
||||||
|
Reference in New Issue
Block a user