Lines Matching refs:xmon
89 bool "Include xmon kernel debugger"
92 Include in-kernel hooks for the xmon kernel monitor/debugger.
95 nothing will appear on the screen (xmon writes directly to the
97 The cmdline option 'xmon' or 'xmon=early' will drop into xmon
98 very early during boot. 'xmon=on' will just enable the xmon
99 debugger hooks. 'xmon=off' will disable the debugger hooks
101 xmon will print a backtrace on the very first invocation.
102 'xmon=nobt' will disable this autobacktrace.
105 bool "Enable xmon by default"
108 xmon is normally disabled unless booted with 'xmon=on'.
109 Use 'xmon=off' to disable xmon init during runtime.
112 bool "Include disassembly support in xmon"
116 Include support for disassembling in xmon. You probably want
121 bool "Restrict xmon to read-only operations by default"
125 Operate xmon in read-only mode. The cmdline options 'xmon=rw' and
126 'xmon=ro' override this default.