Lines Matching +full:enabled +full:- +full:strings
1 # SPDX-License-Identifier: GPL-2.0-only
22 as well as in Documentation/dev-tools/kgdb.rst. If
49 Share a serial console with kgdb. Sysrq-g must be used
79 information about other strings you could use beyond the
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