Skip to content

Commit 79bac70

Browse files
committed
debug: xtensa: enter GDB stub on exception by default
Add a Kconfig option to the debug overlay to jump to the GDB stub on Xtensa when an exception occurs. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent 60e2379 commit 79bac70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/debug_overlay.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ CONFIG_COLD_STORE_EXECUTE_DEBUG=y
2222

2323
CONFIG_GDBSTUB=y
2424
CONFIG_GDBSTUB_ENTER_IMMEDIATELY=n
25+
CONFIG_XTENSA_EXCEPTION_ENTER_GDB=y

0 commit comments

Comments
 (0)