diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-31 16:05:47 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-31 16:33:19 -0400 |
commit | cb0243a8e90414aa33a19e21631e3d9d2e1c40c4 (patch) | |
tree | 8ab398dc80c668f140a1bfcc0cbc840c02661ea0 /usb/.gdbinit | |
parent | 5c7098f2a41b68fc18b4eb18482dc2da21df3d43 (diff) | |
download | bleusb-cb0243a8e90414aa33a19e21631e3d9d2e1c40c4.tar.gz bleusb-cb0243a8e90414aa33a19e21631e3d9d2e1c40c4.zip |
WIP: SAMD GDB stuff
This isn't quite working.
Diffstat (limited to 'usb/.gdbinit')
-rw-r--r-- | usb/.gdbinit | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/usb/.gdbinit b/usb/.gdbinit new file mode 100644 index 0000000..2782abd --- /dev/null +++ b/usb/.gdbinit @@ -0,0 +1,12 @@ +# print demangled symbols by default +set print asm-demangle on + +# OpenOCD +set remote hardware-breakpoint-limit 4 +set remote hardware-watchpoint-limit 2 +target extended-remote :3334 +#target remote :3333 +#monitor flash breakpoints 1 +monitor arm semihosting enable +monitor arm semihosting_fileio enable +#monitor arm semihosting IOClient 3 |