diff options
author | Perry Hung <iperry@gmail.com> | 2011-02-18 05:22:39 -0500 |
---|---|---|
committer | Perry Hung <iperry@gmail.com> | 2011-02-26 22:30:22 -0500 |
commit | f4cdcfa51096f73a49642c400681d91847137dfb (patch) | |
tree | b49bcffdd58fc4dbedceafe55c92045e4b3e145c /.gdbinit | |
parent | b505ab981859761a9eae9e820c5a06e2210c5dfc (diff) | |
download | librambutan-f4cdcfa51096f73a49642c400681d91847137dfb.tar.gz librambutan-f4cdcfa51096f73a49642c400681d91847137dfb.zip |
checkpoint
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 |