mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
Fix PR gdb/1636. * gdb.threads/manythreads.exp: Change asynchronous 'after' calls to synchronous.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
|
||||||
|
|
||||||
|
Fix PR gdb/1636.
|
||||||
|
* gdb.threads/manythreads.exp: Change asynchronous 'after'
|
||||||
|
calls to synchronous.
|
||||||
|
|
||||||
2004-05-26 Jim Blandy <jimb@redhat.com>
|
2004-05-26 Jim Blandy <jimb@redhat.com>
|
||||||
|
|
||||||
* gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
|
* gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
|
||||||
|
@ -60,7 +60,8 @@ gdb_test_multiple "continue" "first continue" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Send a Ctrl-C and verify that we can do info threads and continue
|
# Send a Ctrl-C and verify that we can do info threads and continue
|
||||||
after 1000 {send_gdb "\003"}
|
after 1000
|
||||||
|
send_gdb "\003"
|
||||||
set message "stop threads 1"
|
set message "stop threads 1"
|
||||||
gdb_test_multiple "" "stop threads 1" {
|
gdb_test_multiple "" "stop threads 1" {
|
||||||
-re "\\\[New \[^\]\]*\\\]\r\n" {
|
-re "\\\[New \[^\]\]*\\\]\r\n" {
|
||||||
@ -93,7 +94,8 @@ gdb_test_multiple "continue" "second continue" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Send another Ctrl-C and verify that we can do info threads and quit
|
# Send another Ctrl-C and verify that we can do info threads and quit
|
||||||
after 1000 {send_gdb "\003"}
|
after 1000
|
||||||
|
send_gdb "\003"
|
||||||
set message "stop threads 2"
|
set message "stop threads 2"
|
||||||
gdb_test_multiple "" "stop threads 2" {
|
gdb_test_multiple "" "stop threads 2" {
|
||||||
-re "\\\[New \[^\]\]*\\\]\r\n" {
|
-re "\\\[New \[^\]\]*\\\]\r\n" {
|
||||||
|
Reference in New Issue
Block a user