mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-02 15:02:18 +00:00
Added gdb_exit to call default_gdb_exit.
This commit is contained in:
parent
1964686f00
commit
3f677d9e6e
@ -203,6 +203,12 @@ expect_after {
|
||||
"Undefined command" { error "send string probably wrong." }
|
||||
}
|
||||
|
||||
proc gdb_exit { } {
|
||||
global shell_id
|
||||
exit_remote_shell $shell_id
|
||||
catch default_gdb_exit
|
||||
}
|
||||
|
||||
gdb_start
|
||||
|
||||
# make sure gdb has actually started, otherwise if the first test
|
||||
|
Loading…
x
Reference in New Issue
Block a user