mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
2003-04-11 Elena Zannoni <ezannoni@redhat.com>
* gdb.threads/pthreads.exp (test_startup): When setting a breakpoint match on sourcefile name, instead of directory name.
This commit is contained in:
parent
bc295afeb0
commit
2a11c64dc4
@ -1,3 +1,8 @@
|
||||
2003-04-11 Elena Zannoni <ezannoni@redhat.com>
|
||||
|
||||
* gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
|
||||
match on sourcefile name, instead of directory name.
|
||||
|
||||
2003-04-10 Elena Zannoni <ezannoni@redhat.com>
|
||||
|
||||
* gdb.base/completion.exp: Use string_to_regexp to match the
|
||||
|
@ -186,7 +186,7 @@ proc test_startup {} {
|
||||
set main_id $expect_out(1,string)
|
||||
|
||||
# Check that we can continue and create the first thread.
|
||||
gdb_test "break thread1" "Breakpoint .* file .*$srcdir.*"
|
||||
gdb_test "break thread1" "Breakpoint .* file .*$srcfile.*"
|
||||
gdb_test "continue" \
|
||||
"Continuing.*Breakpoint .*, thread1 \\(arg=0xfeedface\\).*at.*$srcfile.*" \
|
||||
"Continue to creation of first thread"
|
||||
@ -199,7 +199,7 @@ proc test_startup {} {
|
||||
|
||||
# Check that we can continue and create the second thread,
|
||||
# ignoring the first thread for the moment.
|
||||
gdb_test "break thread2" "Breakpoint .* file .*$srcdir.*"
|
||||
gdb_test "break thread2" "Breakpoint .* file .*$srcfile.*"
|
||||
gdb_test "continue" \
|
||||
"Continuing.*Breakpoint .*, thread2 \\(arg=0xdeadbeef\\).*at.*$srcfile.*" \
|
||||
"Continue to creation of second thread"
|
||||
|
Loading…
Reference in New Issue
Block a user