Lines Matching +full:boot +full:- +full:enabled
1 # SPDX-License-Identifier: GPL-2.0-only
49 Share a serial console with kgdb. Sysrq-g must be used
61 the tests. The most basic of this I/O module is to boot
62 a kernel boot arguments "kgdbwait kgdbts=V1F100"
65 bool "KGDB: Run tests on boot"
69 Run the kgdb tests on boot up automatically without the need
78 boot. See the drivers/misc/kgdbts.c for detailed
98 hex "KDB: Select kdb command functions to be enabled by default"
102 Specifiers which kdb commands are enabled by default. This may
108 0x0002 - allow arbitrary reads from memory and symbol lookup
109 0x0004 - allow arbitrary writes to memory
110 0x0008 - allow current register state to be inspected
111 0x0010 - allow current register state to be modified
112 0x0020 - allow passive inspection (backtrace, process list, lsmod)
113 0x0040 - allow flow control management (breakpoint, single step)
114 0x0080 - enable signalling of processes
115 0x0100 - allow machine to be rebooted
117 The config option merely sets the default at boot time. Both