From 6588802fa73d4b45c91e701807ad12d8fcef303e Mon Sep 17 00:00:00 2001 From: Rudolf Marek Date: Sun, 25 Mar 2012 20:51:16 +0200 Subject: [PATCH] Disable the GDB stub by default I would prefer to see the exception dump on serial rather than cryptic GDB protocol. Change-Id: Ib25513d33e6a31da24586fecb00adb5206bb43bd Signed-off-by: Rudolf Marek Reviewed-on: http://review.coreboot.org/811 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kconfig b/src/Kconfig index c165d932a..845d26f29 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -570,7 +570,7 @@ menu "Debugging" # TODO: Better help text and detailed instructions. config GDB_STUB bool "GDB debugging support" - default y + default n help If enabled, you will be able to set breakpoints for gdb debugging. See src/arch/x86/lib/c_start.S for details. -- 2.25.1