diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2015-12-10 21:58:52 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2017-03-14 22:20:47 +0100 |
commit | 7d234f2e69644047123c189fca6c548d5007c782 (patch) | |
tree | 55553958731fab17adf855b86a208eb387a2bf49 | |
parent | b7fa7fbbd781cd075c06f44c49c93bead0b7f0e8 (diff) |
GDB_WAIT: Clarify Kconfig description
The user has to know in which stage gdb is waiting to be able to
use symbolic debugging.
Change-Id: Ia992e7a2077b92c45546ae56c5fb648775f8f63b
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Reviewed-on: https://review.coreboot.org/12709
Tested-by: build bot (Jenkins)
Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-by: Nico Huber <nico.h@gmx.de>
-rw-r--r-- | src/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Kconfig b/src/Kconfig index 74b892e15a..cdc0a4426f 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -673,11 +673,12 @@ config GDB_STUB See src/arch/x86/lib/c_start.S for details. config GDB_WAIT - bool "Wait for a GDB connection" + bool "Wait for a GDB connection in the ramstage" default n depends on GDB_STUB help - If enabled, coreboot will wait for a GDB connection. + If enabled, coreboot will wait for a GDB connection in the ramstage. + config FATAL_ASSERTS bool "Halt when hitting a BUG() or assertion error" |