From 465b7549fbc470f3cb3306a57d18280110b94399 Mon Sep 17 00:00:00 2001 From: uweigand Date: Thu, 4 Aug 2011 12:49:32 +0000 Subject: [PATCH] * gdb.threads/thread-find.exp: Support remote targets. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.threads/thread-find.exp | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e8e883e5c7..dcc63dfcc5 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2011-08-04 Ulrich Weigand + * gdb.threads/thread-find.exp: Support remote targets. + +2011-08-04 Ulrich Weigand + * 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. diff --git a/gdb/testsuite/gdb.threads/thread-find.exp b/gdb/testsuite/gdb.threads/thread-find.exp index 305cc2c92b..c4723946e6 100644 --- a/gdb/testsuite/gdb.threads/thread-find.exp +++ b/gdb/testsuite/gdb.threads/thread-find.exp @@ -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 .*" \ -- 2.11.0