diff options
Diffstat (limited to '.gdbinit')
-rw-r--r-- | .gdbinit | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gdbinit b/.gdbinit new file mode 100644 index 0000000..9e88d09 --- /dev/null +++ b/.gdbinit @@ -0,0 +1,9 @@ +target remote localhost:3333 +symbol-file build/maple.elf +source test.gdb +delete breakpoints +##break main.cpp:setup() +##monitor reset halt +#display/i $pc +# display/x *0xe000ed2c +# display/x *0xE000ED28 |