From 32ba1a74b98deb65e5603c385ad09d280d448706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Wed, 20 Mar 2019 19:28:33 +0000 Subject: [PATCH] limit backtrace --- openocd.gdb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openocd.gdb b/openocd.gdb index 7aac921..ac77108 100644 --- a/openocd.gdb +++ b/openocd.gdb @@ -1,5 +1,7 @@ target remote :3333 set print asm-demangle on +# https://github.com/rust-embedded/cortex-m-rt/issues/139 +set backtrace limit 32 monitor arm semihosting enable # if using ITM with itmdump # monitor tpiu config internal itm.fifo uart off 168000000