* gdb.threads/thread-specific.exp: Add missing anchor to regexp.

This commit is contained in:
Daniel Jacobowitz 2004-02-02 01:57:56 +00:00
parent aeb55b2034
commit 44c7584953
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-02-01 Daniel Jacobowitz <drow@mvista.com>
* gdb.threads/thread-specific.exp: Add missing anchor to regexp.
2004-02-01 Mark Kettenis <kettenis@gnu.org>
* gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such

View File

@ -88,7 +88,7 @@ set threads [get_thread_list]
gdb_test_multiple "break $line thread [lindex $threads 0]" \
"breakpoint $line main thread" {
-re "Breakpoint (\[0-9\]*) at.* file .*$srcfile, line.*" {
-re "Breakpoint (\[0-9\]*) at.* file .*$srcfile, line.*$gdb_prompt $" {
set main_breakpoint $expect_out(1,string)
pass "breakpoint $line main thread"
}