StrikeBox/.gdbinit

18 lines
427 B
Plaintext
Raw Normal View History

set architecture i386
2017-12-25 23:28:57 -05:00
set disassembly-flavor intel
target remote 127.0.0.1:9269
# To load symbols for your XBE, use something like this:
# add-symbol-file /path/to/your/main.exe 0x17000
# To debug the GDB protocol uncomment the following line:
# set debug remote 1
# Show disassembly and source code
2018-03-05 11:39:27 -05:00
# layout split
# If you don't have the source code, displaying the disassembly
# and registers is more useful
layout regs