* gdb.threads/threxit-hop-specific.exp: Use "continue" instead

of "next" to proceed over pthread_exit call.
This commit is contained in:
Ulrich Weigand 2010-09-08 17:49:54 +00:00
parent 15735687c6
commit 27d3a3fc59
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
* gdb.threads/threxit-hop-specific.exp: Use "continue" instead
of "next" to proceed over pthread_exit call.
2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
* gdb.base/maint.exp: Avoid wildcards against potentially very long

View File

@ -52,7 +52,7 @@ gdb_test "break $bpthrline thread 2" \
set bpexitline [gdb_get_line_number "set exit breakpoint here"]
gdb_breakpoint "$bpexitline"
gdb_test "next" \
gdb_test "continue" \
".*set exit breakpoint here.*" \
"get past the thread specific breakpoint"