* 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 7c3ae15..516efae 100644 (file)
@@ -1,5 +1,10 @@
 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
        "maint print statistics" output to prevent expect timeouts.
 
index 96b43fe..c2dffc9 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"