Adjust the default breakpoint name to match cortex-m-rt pull #144
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user