historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/edk2/EmulatorPkg/Unix/.gdbinit
2024-01-16 11:20:27 -06:00

8 lines
96 B
Text

set confirm off
set output-radix 16
b SecGdbScriptBreak
command
silent
source SecMain.gdb
c
end