Lines Matching +full:allow +full:- +full:set +full:- +full:time
1 # SPDX-License-Identifier: GPL-2.0-only
6 # set if architecture has the its kgdb_arch_handle_qxfer_pkt
22 as well as in Documentation/dev-tools/kgdb.rst. If
34 If set to Y the debug core will use the kprobe blocklist to
35 identify symbols where it is unsafe to set breakpoints.
49 Share a serial console with kgdb. Sysrq-g must be used
83 bool "KGDB: Allow debugging with traps in notifiers"
88 exception handler which will allow kgdb to step through a
103 be set to 1 or 0 to enable all commands or disable almost all
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
139 CONFIG_KDB_CONTINUE_CATASTROPHIC == 0 (default). The first time
140 you type 'go', you will be warned by kdb. The secend time you type