* gdb.threads/threxit-hop-specific.exp: Use "continue" instead
authorUlrich Weigand <uweigand@de.ibm.com>
Wed, 8 Sep 2010 17:49:54 +0000 (17:49 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Wed, 8 Sep 2010 17:49:54 +0000 (17:49 +0000)
of "next" to proceed over pthread_exit call.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/threxit-hop-specific.exp

index 7c3ae1504ff747cc5e94d22907f644b7fb42ae4e..516efaea47feaf7614260588c4a57ee82607024a 100644 (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
index 96b43fe8460fa38d7872eb89f654c24fd6b1247e..c2dffc96f513196f72ef2f0577d070e067a802c6 100644 (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"