mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
* gdb.threads/tls.exp: Fix typo.
This commit is contained in:
parent
a283af878e
commit
5d3d9cba6a
@ -1,5 +1,7 @@
|
||||
2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* gdb.threads/tls.exp: Fix typo.
|
||||
|
||||
* gdb.threads/thread-specific.exp (get_thread_list): Update.
|
||||
* gdb.threads/execl.exp: Update.
|
||||
|
||||
|
@ -214,7 +214,7 @@ gdb_test "continue" ".*Breakpoint 3.*still alive.*" "continue to synch point"
|
||||
set no_of_threads 0
|
||||
send_gdb "info thread\n"
|
||||
gdb_expect {
|
||||
-re "^info thread\[ \t\r\n\]+ *Id .*Frame\[ \t\r\n\]|(\[0-9\]+) *Thread.*$gdb_prompt $" {
|
||||
-re "^info thread\[ \t\r\n\]+ *Id .*Frame\[ \t\r\n\]+(\[0-9\]+) *Thread.*$gdb_prompt $" {
|
||||
set no_of_threads $expect_out(1,string)
|
||||
pass "get number of threads"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user