mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
* lib/gdb.exp (gdb_unload): Add another termination case.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
|
||||||
|
|
||||||
|
* lib/gdb.exp (gdb_unload): Add another termination case.
|
||||||
|
|
||||||
2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
|
2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
* gdb.dwarf2/dw2-empty-pc-range.S: New file.
|
* gdb.dwarf2/dw2-empty-pc-range.S: New file.
|
||||||
|
@ -137,9 +137,8 @@ proc gdb_unload {} {
|
|||||||
gdb_expect 60 {
|
gdb_expect 60 {
|
||||||
-re "No executable file now\[^\r\n\]*\[\r\n\]" { exp_continue }
|
-re "No executable file now\[^\r\n\]*\[\r\n\]" { exp_continue }
|
||||||
-re "No symbol file now\[^\r\n\]*\[\r\n\]" { exp_continue }
|
-re "No symbol file now\[^\r\n\]*\[\r\n\]" { exp_continue }
|
||||||
-re "A program is being debugged already..*Kill it.*y or n. $"\
|
-re "A program is being debugged already.*Are you sure you want to change the file.*y or n. $" {
|
||||||
{ send_gdb "y\n"
|
send_gdb "y\n"
|
||||||
verbose "\t\tKilling previous program being debugged"
|
|
||||||
exp_continue
|
exp_continue
|
||||||
}
|
}
|
||||||
-re "Discard symbol table from .*y or n.*$" {
|
-re "Discard symbol table from .*y or n.*$" {
|
||||||
|
Reference in New Issue
Block a user