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/execl.exp | |
parent | c91a930cb775123c1dcdfc3f9366bd3e21d2c5e5 (diff) | |
download | binutils-a7658b96f67e54d6579cb145677d19ae7ac93619.zip binutils-a7658b96f67e54d6579cb145677d19ae7ac93619.tar.gz binutils-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/execl.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/execl.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/execl.exp b/gdb/testsuite/gdb.threads/execl.exp index cd4a801..9cafeda 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. |