Skip to content

Commit 5f5dab6

Browse files
committed
debug: gdb: enable GDB stub in debug builds
By default enable the GDB stub when building the debug configuration. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent a96173c commit 5f5dab6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/debug_overlay.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ CONFIG_DAI_VERBOSE_GLITCH_WARNINGS=y
1717
# CONFIG_SPIN_LOCK_TIME_LIMIT=50000
1818

1919
CONFIG_COLD_STORE_EXECUTE_DEBUG=y
20+
21+
# GDB stub
22+
23+
CONFIG_GDBSTUB=y
24+
CONFIG_GDBSTUB_ENTER_IMMEDIATELY=n

0 commit comments

Comments
 (0)