Searched refs:xmon (Results 1 – 6 of 6) sorted by relevance
82 bool "Include xmon kernel debugger"85 Include in-kernel hooks for the xmon kernel monitor/debugger.88 nothing will appear on the screen (xmon writes directly to the90 The cmdline option 'xmon' or 'xmon=early' will drop into xmon91 very early during boot. 'xmon=on' will just enable the xmon92 debugger hooks. 'xmon=off' will disable the debugger hooks94 xmon will print a backtrace on the very first invocation.95 'xmon=nobt' will disable this autobacktrace.98 bool "Enable xmon by default"101 xmon is normally disabled unless booted with 'xmon=on'.[all …]
234 core-$(CONFIG_XMON) += arch/powerpc/xmon/
21 extern int xmon(struct pt_regs *excp);
9 obj-y += xmon.o nonstdio.o
608 int xmon(struct pt_regs *excp) in xmon() function619 EXPORT_SYMBOL(xmon);626 xmon(get_irq_regs()); in xmon_irq()3020 __debugger = xmon; in xmon_init()
121 'x' - Used by xmon interface on ppc/powerpc platforms.