mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
Revert change to gdb.cp/ovldbreak.exp
This reverts the timeout handling (removed by 018572b88885ae67d22612937fa1e4fd98d5f5ad) for gdb.cp/ovldbreak.exp until we decide what to do about this particular function. gdb/testsuite/ChangeLog: 2016-12-02 Luis Machado <lgustavo@codesourcery.com> * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore timeout handling.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2016-12-02 Luis Machado <lgustavo@codesourcery.com>
|
||||
|
||||
* gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
|
||||
timeout handling.
|
||||
|
||||
2016-12-02 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* gdb.dwarf2/main-subprogram.c: New file.
|
||||
|
@ -58,6 +58,10 @@ proc take_gdb_out_of_choice_menu {} {
|
||||
gdb_test_multiple " " " " {
|
||||
-re ".*$gdb_prompt $" {
|
||||
}
|
||||
timeout {
|
||||
perror "could not resynchronize to command prompt (timeout)"
|
||||
continue
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user