moving some documentation around and a bit of build cleanup
This commit is contained in:
9
docs/debug/x86_ddd/.gdbinit
Executable file
9
docs/debug/x86_ddd/.gdbinit
Executable file
@@ -0,0 +1,9 @@
|
||||
target remote localhost:1234
|
||||
set architecture i386
|
||||
set disassembly-flavor intel
|
||||
|
||||
display/x $eip
|
||||
display/x $esp
|
||||
display/x $ebp
|
||||
|
||||
graph display `x /16xw ($ebp - (16*4))`
|
||||
Reference in New Issue
Block a user