mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-03 17:51:57 +00:00
* config/slite-gdb.exp: Responds to load symbol table prompt.
This commit is contained in:
parent
6764c4cdad
commit
4729c3e2ca
@ -70,6 +70,10 @@ proc gdb_load { arg } {
|
||||
send "y\n"
|
||||
exp_continue
|
||||
}
|
||||
-re "Load new symbol table.*y or n. $" {
|
||||
send "y\n"
|
||||
exp_continue
|
||||
}
|
||||
-re "Reading symbols from.*done..*$prompt $" {}
|
||||
-re "$prompt $" { perror "GDB couldn't read file" }
|
||||
timeout { perror "(timeout) read symbol file" ; return -1 }
|
||||
|
Loading…
Reference in New Issue
Block a user