diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-01-18 18:43:58 -0500 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-04-11 16:56:52 -0400 |
commit | 3b127a9bcdcfee2c6648b3014585b6ed60060c10 (patch) | |
tree | 73d211ab9702dc59a111ead98634d5aa249e2417 | |
parent | fe0a91587655c639443f42be6a9792d81a0b7982 (diff) | |
download | librambutan-3b127a9bcdcfee2c6648b3014585b6ed60060c10.tar.gz librambutan-3b127a9bcdcfee2c6648b3014585b6ed60060c10.zip |
Delete .gdbinit.
This is specific to openocd; it shouldn't be here.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-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 |