diff --git a/openocd.gdb b/openocd.gdb index 55cf8ac..f8cb5df 100644 --- a/openocd.gdb +++ b/openocd.gdb @@ -8,6 +8,9 @@ break DefaultHandler break UserHardFault break rust_begin_unwind +# *try* to stop at the user entry point (it might be gone due to inlining) +break main + monitor arm semihosting enable load