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)