]> git.proxmox.com Git - mirror_edk2.git/blob - UnixPkg/.gdbinit
Fix help command scroll issue. Also add FV space used, and free space to dir command.
[mirror_edk2.git] / UnixPkg / .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