Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit 26baac1

Browse files
committed
Adjust the default breakpoint name to match cortex-m-rt pull #144
1 parent 2d7405f commit 26baac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openocd.gdb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set print asm-demangle on
55

66
# detect unhandled exceptions, hard faults and panics
77
break DefaultHandler
8-
break UserHardFault
8+
break HardFault
99
break rust_begin_unwind
1010

1111
# *try* to stop at the user entry point (it might be gone due to inlining)

0 commit comments

Comments
 (0)