Merge pull request #64 from sstelfox/fix_breakpoint

Adjust the default breakpoint name to match cortex-m-rt pull #144
This commit is contained in:
Adam Greig
2019-01-22 08:38:49 +00:00
committed by GitHub

View File

@@ -5,7 +5,7 @@ set print asm-demangle on
# detect unhandled exceptions, hard faults and panics
break DefaultHandler
break UserHardFault
break HardFault
break rust_begin_unwind
# *try* to stop at the user entry point (it might be gone due to inlining)