gdb/testsuite/

* gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
	excessive newline.
This commit is contained in:
Jan Kratochvil 2010-05-28 17:57:44 +00:00
parent c91e8ecef5
commit 3def43e060
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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"