Searched refs:xmon (Results 1 – 6 of 6) sorted by relevance
74 bool "Include xmon kernel debugger"77 Include in-kernel hooks for the xmon kernel monitor/debugger.80 nothing will appear on the screen (xmon writes directly to the82 The cmdline option 'xmon' or 'xmon=early' will drop into xmon83 very early during boot. 'xmon=on' will just enable the xmon84 debugger hooks. 'xmon=off' will disable the debugger hooks86 xmon will print a backtrace on the very first invocation.87 'xmon=nobt' will disable this autobacktrace.90 bool "Enable xmon by default"93 xmon is normally disabled unless booted with 'xmon=on'.[all …]
232 core-$(CONFIG_XMON) += arch/powerpc/xmon/
21 extern int xmon(struct pt_regs *excp);
9 obj-y += xmon.o nonstdio.o
607 int xmon(struct pt_regs *excp) in xmon() function618 EXPORT_SYMBOL(xmon);625 xmon(get_irq_regs()); in xmon_irq()2951 __debugger = xmon; in xmon_init()
120 'x' - Used by xmon interface on ppc/powerpc platforms.