mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
* gdb.base/sigstep.exp (advance): Use "-continue_timer" option of "exp_continue". (advancei): Likewise.
This commit is contained in:
parent
ec2dfb4210
commit
714e341b13
@ -1,3 +1,9 @@
|
|||||||
|
2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
|
||||||
|
|
||||||
|
* gdb.base/sigstep.exp (advance): Use "-continue_timer" option
|
||||||
|
of "exp_continue".
|
||||||
|
(advancei): Likewise.
|
||||||
|
|
||||||
2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
|
2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* gdb.base/unload.exp: Fix so messages aren't duplicated.
|
* gdb.base/unload.exp: Fix so messages aren't duplicated.
|
||||||
|
@ -81,11 +81,11 @@ proc advance { i } {
|
|||||||
gdb_test_multiple "$i" "${test}" {
|
gdb_test_multiple "$i" "${test}" {
|
||||||
-re "done = 1;.*${gdb_prompt} $" {
|
-re "done = 1;.*${gdb_prompt} $" {
|
||||||
send_gdb "$i\n"
|
send_gdb "$i\n"
|
||||||
exp_continue
|
exp_continue -continue_timer
|
||||||
}
|
}
|
||||||
-re "\} .. handler .*${gdb_prompt} $" {
|
-re "\} .. handler .*${gdb_prompt} $" {
|
||||||
send_gdb "$i\n"
|
send_gdb "$i\n"
|
||||||
exp_continue
|
exp_continue -continue_timer
|
||||||
}
|
}
|
||||||
-re "Program exited normally.*${gdb_prompt} $" {
|
-re "Program exited normally.*${gdb_prompt} $" {
|
||||||
setup_kfail powerpc-*-*bsd* gdb/1639
|
setup_kfail powerpc-*-*bsd* gdb/1639
|
||||||
@ -123,11 +123,11 @@ proc advancei { i } {
|
|||||||
}
|
}
|
||||||
-re "done = 1;.*${gdb_prompt} $" {
|
-re "done = 1;.*${gdb_prompt} $" {
|
||||||
send_gdb "$i\n"
|
send_gdb "$i\n"
|
||||||
exp_continue
|
exp_continue -continue_timer
|
||||||
}
|
}
|
||||||
-re "\} .. handler .*${gdb_prompt} $" {
|
-re "\} .. handler .*${gdb_prompt} $" {
|
||||||
send_gdb "$i\n"
|
send_gdb "$i\n"
|
||||||
exp_continue
|
exp_continue -continue_timer
|
||||||
}
|
}
|
||||||
-re "signal handler called.*${gdb_prompt} $" {
|
-re "signal handler called.*${gdb_prompt} $" {
|
||||||
pass "$test"
|
pass "$test"
|
||||||
@ -141,7 +141,7 @@ proc advancei { i } {
|
|||||||
}
|
}
|
||||||
-re "Make handler return now.*y or n. $" {
|
-re "Make handler return now.*y or n. $" {
|
||||||
send_gdb "y\n"
|
send_gdb "y\n"
|
||||||
exp_continue
|
exp_continue -continue_timer
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -152,14 +152,14 @@ proc advancei { i } {
|
|||||||
}
|
}
|
||||||
-re "signal handler called.*${gdb_prompt} $" {
|
-re "signal handler called.*${gdb_prompt} $" {
|
||||||
send_gdb "$i\n"
|
send_gdb "$i\n"
|
||||||
exp_continue
|
exp_continue -continue_timer
|
||||||
}
|
}
|
||||||
-re "return .*${gdb_prompt} $" {
|
-re "return .*${gdb_prompt} $" {
|
||||||
fail "$test (stepped)"
|
fail "$test (stepped)"
|
||||||
}
|
}
|
||||||
-re "Make .*frame return now.*y or n. $" {
|
-re "Make .*frame return now.*y or n. $" {
|
||||||
send_gdb "y\n"
|
send_gdb "y\n"
|
||||||
exp_continue
|
exp_continue -continue_timer
|
||||||
}
|
}
|
||||||
-re "Program exited normally.*${gdb_prompt} $" {
|
-re "Program exited normally.*${gdb_prompt} $" {
|
||||||
kfail gdb/1639 "$test (program exited)"
|
kfail gdb/1639 "$test (program exited)"
|
||||||
|
Loading…
Reference in New Issue
Block a user