Lines Matching refs:xmon
94 bool "Include xmon kernel debugger"
98 Include in-kernel hooks for the xmon kernel monitor/debugger.
101 nothing will appear on the screen (xmon writes directly to the
103 The cmdline option 'xmon' or 'xmon=early' will drop into xmon
104 very early during boot. 'xmon=on' will just enable the xmon
105 debugger hooks. 'xmon=off' will disable the debugger hooks
107 xmon will print a backtrace on the very first invocation.
108 'xmon=nobt' will disable this autobacktrace.
111 bool "Enable xmon by default"
114 xmon is normally disabled unless booted with 'xmon=on'.
115 Use 'xmon=off' to disable xmon init during runtime.
118 bool "Include disassembly support in xmon"
122 Include support for disassembling in xmon. You probably want
127 bool "Restrict xmon to read-only operations by default"
131 Operate xmon in read-only mode. The cmdline options 'xmon=rw' and
132 'xmon=ro' override this default.