Searched refs:xmon (Results 1 – 5 of 5) sorted by relevance
69 bool "Include xmon kernel debugger"72 Include in-kernel hooks for the xmon kernel monitor/debugger.75 nothing will appear on the screen (xmon writes directly to the77 The cmdline option 'xmon' or 'xmon=early' will drop into xmon78 very early during boot. 'xmon=on' will just enable the xmon79 debugger hooks. 'xmon=off' will disable the debugger hooks81 xmon will print a backtrace on the very first invocation.82 'xmon=nobt' will disable this autobacktrace.85 bool "Enable xmon by default"88 xmon is normally disabled unless booted with 'xmon=on'.[all …]
152 core-$(CONFIG_XMON) += arch/powerpc/xmon/
21 extern int xmon(struct pt_regs *excp);
7 obj-y += xmon.o start.o nonstdio.o
529 int xmon(struct pt_regs *excp) in xmon() function540 EXPORT_SYMBOL(xmon);547 xmon(get_irq_regs()); in xmon_irq()2635 __debugger = xmon; in xmon_init()