]> git.proxmox.com Git - mirror_edk2.git/blob - InOsEmuPkg/Unix/.gdbinit
Add InOsEmuPkg. Like UnixPkg and Nt32Pkg, but EFI code can be common and does not...
[mirror_edk2.git] / InOsEmuPkg / Unix / .gdbinit
1 set confirm off
2 set output-radix 16
3 b SecGdbScriptBreak
4 command
5 silent
6 source SecMain.gdb
7 c
8 end