diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-11 22:12:51 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-13 15:33:14 -0400 |
commit | 9cf9bb05f460a830384c211fa3ed94580de755df (patch) | |
tree | ad05246b6955007975ab0d7c6c633c46a300e472 /ble/.gdbinit | |
parent | 48b18d01e3fa887b884fe6aac26b39e321eab56b (diff) | |
download | bleusb-9cf9bb05f460a830384c211fa3ed94580de755df.tar.gz bleusb-9cf9bb05f460a830384c211fa3ed94580de755df.zip |
WIP: sample code and runner for mdk board.
Diffstat (limited to 'ble/.gdbinit')
-rw-r--r-- | ble/.gdbinit | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ble/.gdbinit b/ble/.gdbinit new file mode 100644 index 0000000..a32f910 --- /dev/null +++ b/ble/.gdbinit @@ -0,0 +1,13 @@ +# print demangled symbols by default +set print asm-demangle on + +# OpenOCD +#set remote hardware-breakpoint-limit 6 +#set remote hardware-watchpoint-limit 4 +#target extended-remote :3333 +target remote :3333 +#monitor flash breakpoints 1 +#monitor semihosting enable +#monitor semihosting IOClient 3 +monitor reset +load |