mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
gdb/testsuite/
* gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy excessive newline.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
|
* gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
|
||||||
|
excessive newline.
|
||||||
|
|
||||||
2010-05-27 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
|
2010-05-27 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
|
||||||
|
|
||||||
* gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
|
* gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
|
||||||
|
@ -388,7 +388,7 @@ gdb_expect {
|
|||||||
timeout {fail "(timeout) set silent break bp_location1"}
|
timeout {fail "(timeout) set silent break bp_location1"}
|
||||||
}
|
}
|
||||||
|
|
||||||
gdb_test "info break $expect_out(1,string)\n" \
|
gdb_test "info break $expect_out(1,string)" \
|
||||||
"\[0-9\]*\[ \t\]*breakpoint.*:$bp_location1\r\n\[ \t\]*silent.*" \
|
"\[0-9\]*\[ \t\]*breakpoint.*:$bp_location1\r\n\[ \t\]*silent.*" \
|
||||||
"info silent break bp_location1"
|
"info silent break bp_location1"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user