]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/.gdbinit
Update DebugLib to provide support for "err" command in the EFI Shell to adjust the...
[mirror_edk2.git] / UnixPkg / .gdbinit
CommitLineData
7ee3b613
A
1set confirm off
2set output-radix 16
3b SecGdbScriptBreak
4command
5silent
6source SecMain.gdb
7c
8end