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 <r.marek@assembler.cz> Reviewed-on: http://review.coreboot.org/811 Reviewed-by: Patrick Georgi <patrick@georgi-clan.de> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
a01ae624af
commit
6588802fa7
|
@ -570,7 +570,7 @@ menu "Debugging"
|
||||||
# TODO: Better help text and detailed instructions.
|
# TODO: Better help text and detailed instructions.
|
||||||
config GDB_STUB
|
config GDB_STUB
|
||||||
bool "GDB debugging support"
|
bool "GDB debugging support"
|
||||||
default y
|
default n
|
||||||
help
|
help
|
||||||
If enabled, you will be able to set breakpoints for gdb debugging.
|
If enabled, you will be able to set breakpoints for gdb debugging.
|
||||||
See src/arch/x86/lib/c_start.S for details.
|
See src/arch/x86/lib/c_start.S for details.
|
||||||
|
|
Loading…
Reference in New Issue