diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-12 15:34:48 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-12 15:34:48 -0400 |
commit | 577e5d9f21d8285f4168962bceacbdef506b9db1 (patch) | |
tree | d043e1eacf2adcd11a7f94409e4c4fdbaeffbfd3 | |
parent | 71347f8f430e28b5e5ed565bc5c5f5142c2314e0 (diff) | |
download | librambutan-577e5d9f21d8285f4168962bceacbdef506b9db1.tar.gz librambutan-577e5d9f21d8285f4168962bceacbdef506b9db1.zip |
Remove .gdbinit.
This has gone unmaintained for long enough.
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 |