From 26baac1bf33fe340a672965cb64b0d038f555045 Mon Sep 17 00:00:00 2001 From: Sam Stelfox Date: Mon, 21 Jan 2019 23:39:45 -0500 Subject: [PATCH] Adjust the default breakpoint name to match cortex-m-rt pull #144 --- openocd.gdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openocd.gdb b/openocd.gdb index a7fd5d1..6c92c4a 100644 --- a/openocd.gdb +++ b/openocd.gdb @@ -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)