summaryrefslogtreecommitdiff
path: root/EmulatorPkg/Unix/.gdbinit
blob: 173818c0e721f5d8ec50287102d4f6fa7c602cad (plain)
1
2
3
4
5
6
7
8
set confirm off
set output-radix 16
b SecGdbScriptBreak
command
silent
source SecMain.gdb
c
end