15 lines
217 B
Plaintext
15 lines
217 B
Plaintext
define hook-quit
|
|
set confirm off
|
|
end
|
|
|
|
# common/gdb/ci.gdb
|
|
source common/gdb/common.gdb
|
|
source .gdb/target
|
|
monitor reset halt
|
|
source .gdb/load
|
|
monitor reset init
|
|
break __default_exit
|
|
continue
|
|
monitor shutdown
|
|
quit
|