Kconfig.kgdb (525c1f9204928649eca475e61bfb21e0b6416dbf) | Kconfig.kgdb (4f73bc4dd3e8563ef4109f293a092820dff66d92) |
---|---|
1 2config HAVE_ARCH_KGDB 3 bool 4 5menuconfig KGDB 6 bool "KGDB: kernel debugger" 7 depends on HAVE_ARCH_KGDB | 1 2config HAVE_ARCH_KGDB 3 bool 4 5menuconfig KGDB 6 bool "KGDB: kernel debugger" 7 depends on HAVE_ARCH_KGDB |
8 depends on DEBUG_KERNEL | 8 depends on DEBUG_KERNEL && EXPERIMENTAL |
9 help 10 If you say Y here, it will be possible to remotely debug the 11 kernel using gdb. It is recommended but not required, that 12 you also turn on the kernel config option 13 CONFIG_FRAME_POINTER to aid in producing more reliable stack 14 backtraces in the external debugger. Documentation of 15 kernel debugger is available at http://kgdb.sourceforge.net 16 as well as in DocBook form in Documentation/DocBook/. If 17 unsure, say N. 18 19if KGDB 20 21config KGDB_SERIAL_CONSOLE 22 tristate "KGDB: use kgdb over the serial console" 23 select CONSOLE_POLL 24 select MAGIC_SYSRQ | 9 help 10 If you say Y here, it will be possible to remotely debug the 11 kernel using gdb. It is recommended but not required, that 12 you also turn on the kernel config option 13 CONFIG_FRAME_POINTER to aid in producing more reliable stack 14 backtraces in the external debugger. Documentation of 15 kernel debugger is available at http://kgdb.sourceforge.net 16 as well as in DocBook form in Documentation/DocBook/. If 17 unsure, say N. 18 19if KGDB 20 21config KGDB_SERIAL_CONSOLE 22 tristate "KGDB: use kgdb over the serial console" 23 select CONSOLE_POLL 24 select MAGIC_SYSRQ |
25 depends on TTY |
|
25 default y 26 help 27 Share a serial console with kgdb. Sysrq-g must be used 28 to break in initially. 29 30config KGDB_TESTS 31 bool "KGDB: internal test suite" 32 default n --- 50 unchanged lines hidden --- | 26 default y 27 help 28 Share a serial console with kgdb. Sysrq-g must be used 29 to break in initially. 30 31config KGDB_TESTS 32 bool "KGDB: internal test suite" 33 default n --- 50 unchanged lines hidden --- |