Lines Matching refs:xmon
106 bool "Include xmon kernel debugger"
110 Include in-kernel hooks for the xmon kernel monitor/debugger.
113 nothing will appear on the screen (xmon writes directly to the
115 The cmdline option 'xmon' or 'xmon=early' will drop into xmon
116 very early during boot. 'xmon=on' will just enable the xmon
117 debugger hooks. 'xmon=off' will disable the debugger hooks
119 xmon will print a backtrace on the very first invocation.
120 'xmon=nobt' will disable this autobacktrace.
123 bool "Enable xmon by default"
126 xmon is normally disabled unless booted with 'xmon=on'.
127 Use 'xmon=off' to disable xmon init during runtime.
130 bool "Include disassembly support in xmon"
134 Include support for disassembling in xmon. You probably want
139 bool "Restrict xmon to read-only operations by default"
143 Operate xmon in read-only mode. The cmdline options 'xmon=rw' and
144 'xmon=ro' override this default.