Skip to content

Commit 9a52302

Browse files
lyakhkv2019i
authored andcommitted
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 fb916e3 commit 9a52302

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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)