mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
gdb/testsuite/
* gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy excessive newline.
This commit is contained in:
parent
c91e8ecef5
commit
3def43e060
@ -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>
|
||||
|
||||
* 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"}
|
||||
}
|
||||
|
||||
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.*" \
|
||||
"info silent break bp_location1"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user