add project .gdbinit script to simplify debugging

This commit is contained in:
Jesse D. McDonald 2020-10-11 02:09:22 -05:00
parent 1d56576f49
commit 4528e9c5d8
1 changed files with 11 additions and 0 deletions

11
.gdbinit Normal file
View File

@ -0,0 +1,11 @@
define hook-stop
info symbol $esi
end
display/8xw $esp
display/8xw $ebp
break *DOCOL+9
break *code_EXIT+6
disable breakpoints
break *code_BREAK
layout asm
layout regs