Rudolf Marek (r.marek@assembler.cz) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/811
-gerrit
commit 8f69c9a5fefe2107dffd711f94b3f2c3d81df506 Author: Rudolf Marek r.marek@assembler.cz Date: Sun Mar 25 20:51:16 2012 +0200
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 --- src/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Kconfig b/src/Kconfig index c165d93..845d26f 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.