diff options
author | Perry Hung <iperry@gmail.com> | 2011-03-21 02:45:58 -0400 |
---|---|---|
committer | Perry Hung <iperry@gmail.com> | 2011-03-21 02:47:53 -0400 |
commit | 7241820179bb729d14900676fbff943f7f44cb97 (patch) | |
tree | d60a38f908eda00b934b6d3452f6a777c4277be6 /.gdbinit | |
parent | 1591fc9e3f851327c16bbcb88e6abee1706f9cfc (diff) | |
parent | c73306508820705eef4f2cb9f8542acdba599cd8 (diff) | |
download | librambutan-7241820179bb729d14900676fbff943f7f44cb97.tar.gz librambutan-7241820179bb729d14900676fbff943f7f44cb97.zip |
Merge branch 'i2c-wip' into refactor
Conflicts:
examples/test-fsmc.cpp
libmaple/rules.mk
wirish/boards.h
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 |