summaryrefslogtreecommitdiffstats
path: root/gdb/testsuite/gdb.threads/execl.exp
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2010-12-21 19:10:15 +0000
committerTom Tromey <tromey@redhat.com>2010-12-21 19:10:15 +0000
commita7658b96f67e54d6579cb145677d19ae7ac93619 (patch)
tree4c0aceae9380de2753ed6ae6ce683e0ee59a55bb /gdb/testsuite/gdb.threads/execl.exp
parentc91a930cb775123c1dcdfc3f9366bd3e21d2c5e5 (diff)
downloadppe42-binutils-a7658b96f67e54d6579cb145677d19ae7ac93619.tar.gz
ppe42-binutils-a7658b96f67e54d6579cb145677d19ae7ac93619.zip
gdb
* thread.c (print_thread_info): Make a ui-out table in CLI mode. gdb/testsuite * gdb.threads/execl.exp: Update. * gdb.threads/linux-dp.exp: Update. * gdb.threads/manythreads.exp: Update. * gdb.threads/tls.exp: Update.
Diffstat (limited to 'gdb/testsuite/gdb.threads/execl.exp')
-rw-r--r--gdb/testsuite/gdb.threads/execl.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/execl.exp b/gdb/testsuite/gdb.threads/execl.exp
index cd4a801535..9cafeda4ac 100644
--- a/gdb/testsuite/gdb.threads/execl.exp
+++ b/gdb/testsuite/gdb.threads/execl.exp
@@ -46,7 +46,7 @@ gdb_test "b [gdb_get_line_number "breakpoint here"]" \
gdb_test "continue" ".*breakpoint here.*" "continue to exec"
-gdb_test "info threads" ".*3 Thread.*2 Thread.*1 Thread.*" "info threads before exec"
+gdb_test "info threads" ".*3 *Thread.*2 *Thread.*1 *Thread.*" "info threads before exec"
# When continuing from this point we'll hit the breakpoint in main()
# again, this time in the exec'd process.
OpenPOWER on IntegriCloud