]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - UnixPkg/.gdbinit
Fix help command scroll issue. Also add FV space used, and free space to dir command.
[mirror_edk2.git] / UnixPkg / .gdbinit
... / ...
CommitLineData
1set confirm off
2set output-radix 16
3b SecGdbScriptBreak
4command
5silent
6source SecMain.gdb
7c
8end