Adjust the default breakpoint name to match cortex-m-rt pull #144

This commit is contained in:
Sam Stelfox
2019-01-21 23:39:45 -05:00
parent 2d7405fc04
commit 26baac1bf3

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)