From 27d3a3fc5909b7545a5014d77dcc5366f3b080df Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Wed, 8 Sep 2010 17:49:54 +0000 Subject: [PATCH] * gdb.threads/threxit-hop-specific.exp: Use "continue" instead of "next" to proceed over pthread_exit call. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.threads/threxit-hop-specific.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 7c3ae1504f..516efaea47 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-09-08 Ulrich Weigand + + * gdb.threads/threxit-hop-specific.exp: Use "continue" instead + of "next" to proceed over pthread_exit call. + 2010-09-08 Ulrich Weigand * gdb.base/maint.exp: Avoid wildcards against potentially very long diff --git a/gdb/testsuite/gdb.threads/threxit-hop-specific.exp b/gdb/testsuite/gdb.threads/threxit-hop-specific.exp index 96b43fe846..c2dffc96f5 100644 --- a/gdb/testsuite/gdb.threads/threxit-hop-specific.exp +++ b/gdb/testsuite/gdb.threads/threxit-hop-specific.exp @@ -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"