diff options
author | Tom Tromey <tromey@redhat.com> | 2010-12-21 19:10:15 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-12-21 19:10:15 +0000 |
commit | a7658b96f67e54d6579cb145677d19ae7ac93619 (patch) | |
tree | 4c0aceae9380de2753ed6ae6ce683e0ee59a55bb /gdb/testsuite/gdb.threads/manythreads.exp | |
parent | c91a930cb775123c1dcdfc3f9366bd3e21d2c5e5 (diff) | |
download | gdb-a7658b96f67e54d6579cb145677d19ae7ac93619.zip gdb-a7658b96f67e54d6579cb145677d19ae7ac93619.tar.gz gdb-a7658b96f67e54d6579cb145677d19ae7ac93619.tar.bz2 |
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/manythreads.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/manythreads.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/manythreads.exp b/gdb/testsuite/gdb.threads/manythreads.exp index cfdd0e7..644f5f9 100644 --- a/gdb/testsuite/gdb.threads/manythreads.exp +++ b/gdb/testsuite/gdb.threads/manythreads.exp @@ -82,7 +82,7 @@ gdb_test_multiple "" "stop threads 1" { set cmd "info threads" set ok 0 gdb_test_multiple $cmd $cmd { - -re " 1 Thread " { + -re " 1 *Thread " { set ok 1 exp_continue } |