mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-19 13:53:29 +08:00
* gdb.base/command.exp: Don't expect a "Program exited normally"
string after running the commands execution on breakpoint tests.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2002-09-14 Corinna Vinschen <vinschen@redhat.com>
|
||||||
|
|
||||||
|
* gdb.base/command.exp: Don't expect a "Program exited normally"
|
||||||
|
string after running the commands execution on breakpoint tests.
|
||||||
|
|
||||||
2002-09-13 Corinna Vinschen <vinschen@redhat.com>
|
2002-09-13 Corinna Vinschen <vinschen@redhat.com>
|
||||||
|
|
||||||
* lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
|
* lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
|
||||||
|
@ -490,7 +490,7 @@ proc bp_deleted_in_command_test {} {
|
|||||||
|
|
||||||
gdb_run_cmd
|
gdb_run_cmd
|
||||||
gdb_expect {
|
gdb_expect {
|
||||||
-re ".*factorial command-list executed.*1.*Program exited normally.*$gdb_prompt $" {
|
-re ".*factorial command-list executed.*1.*$gdb_prompt $" {
|
||||||
pass "run factorial until breakpoint"
|
pass "run factorial until breakpoint"
|
||||||
}
|
}
|
||||||
-re ".*$gdb_prompt $" {
|
-re ".*$gdb_prompt $" {
|
||||||
@ -547,7 +547,7 @@ proc temporary_breakpoint_commands {} {
|
|||||||
|
|
||||||
gdb_run_cmd
|
gdb_run_cmd
|
||||||
gdb_expect {
|
gdb_expect {
|
||||||
-re ".*factorial tbreak commands executed.*1.*Program exited normally.*" {
|
-re ".*factorial tbreak commands executed.*1.*$gdb_prompt $" {
|
||||||
pass "run factorial until temporary breakpoint"
|
pass "run factorial until temporary breakpoint"
|
||||||
}
|
}
|
||||||
timeout { fail "(timeout) run factorial until temporary breakpoint" }
|
timeout { fail "(timeout) run factorial until temporary breakpoint" }
|
||||||
|
Reference in New Issue
Block a user