* Rename InOsEmuPkg to EmulatorPkg * Rename Unix/Sec to Unix/Host Signed-off-by: jljusten Reviewed-by: andrewfish Reviewed-by: geekboy15a git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11918 6f19259b-4bc3-4df7-8a09-765794883524
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
|