* gdb.threads/thread-find.exp: Support remote targets.
authorUlrich Weigand <uweigand@de.ibm.com>
Thu, 4 Aug 2011 12:49:33 +0000 (12:49 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Thu, 4 Aug 2011 12:49:33 +0000 (12:49 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/thread-find.exp

index e8e883e..dcc63df 100644 (file)
@@ -1,5 +1,9 @@
 2011-08-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
 
+       * gdb.threads/thread-find.exp: Support remote targets.
+
+2011-08-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
+
        * gdb.base/jit.exp: Download solib_binfile to target.
        * gdb.base/jit-so.exp:  Likewise.  Also, use gdb_load_shlibs
        and call dlopen without full path name.
index 305cc2c..c472394 100644 (file)
@@ -38,6 +38,10 @@ runto_main
 gdb_breakpoint [gdb_get_line_number "linuxthreads.exp: info threads 2"]
 gdb_continue_to_breakpoint "main thread's sleep"
 
+# Make sure thread list is up-to-date (in case remote targets have not yet
+# reported thread creation events)
+gdb_test "info threads"
+
 # Create thread names.
 gdb_test "thread apply 1 thread name threadname_1" \
     "Thread 1 .*" \