diff options
Diffstat (limited to '.gdbinit')
-rw-r--r-- | .gdbinit | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.gdbinit b/.gdbinit deleted file mode 100644 index 9e88d09..0000000 --- a/.gdbinit +++ /dev/null @@ -1,9 +0,0 @@ -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 |