of "next" to proceed over pthread_exit call.
+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
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"