Lines Matching refs:to
7 # function to enable gdb stub to address XML packet sent from GDB.
16 If you say Y here, it will be possible to remotely debug the
19 CONFIG_FRAME_POINTER to aid in producing more reliable stack
28 bool "KGDB: use kprobe blocklist to prohibit unsafe breakpoints"
34 If set to Y the debug core will use the kprobe blocklist to
35 identify symbols where it is unsafe to set breakpoints.
38 difficult to inadvertently provoke recursive trap handling.
50 to break in initially.
56 This is a kgdb I/O module specifically designed to test
58 intended to for the development of new kgdb stubs
61 the tests. The most basic of this I/O module is to boot
70 to pass in a kernel parameter
73 string "KGDB: which internal kgdb tests to run"
77 This is the command string to send the kgdb test suite on
87 This will add an extra call back to kgdb for the breakpoint
88 exception handler which will allow kgdb to step through a
98 hex "KDB: Select kdb command functions to be enabled by default"
103 be set to 1 or 0 to enable all commands or disable almost all
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
115 0x0100 - allow machine to be rebooted
141 'go', KDB tries to continue. No guarantees that the
143 CONFIG_KDB_CONTINUE_CATASTROPHIC == 1. KDB tries to continue.
156 call to kgdb_arch_late() is made.
159 still try to register kgdb to handle breakpoints and crashes
162 crash and try to drop into kgdb somewhere between these two
163 places you might or might not end up being able to use kgdb