mirror of https://github.com/acidanthera/audk.git
9 lines
96 B
Plaintext
9 lines
96 B
Plaintext
|
set confirm off
|
||
|
set output-radix 16
|
||
|
b SecGdbScriptBreak
|
||
|
command
|
||
|
silent
|
||
|
source SecMain.gdb
|
||
|
c
|
||
|
end
|