Home
last modified time | relevance | path

Searched refs:xmon (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/
DKconfig.debug69 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 the
77 The cmdline option 'xmon' or 'xmon=early' will drop into xmon
78 very early during boot. 'xmon=on' will just enable the xmon
79 debugger hooks. 'xmon=off' will disable the debugger hooks
81 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 …]
DMakefile152 core-$(CONFIG_XMON) += arch/powerpc/xmon/
/arch/powerpc/include/asm/
Dxmon.h21 extern int xmon(struct pt_regs *excp);
/arch/powerpc/xmon/
DMakefile7 obj-y += xmon.o start.o nonstdio.o
Dxmon.c529 int xmon(struct pt_regs *excp) in xmon() function
540 EXPORT_SYMBOL(xmon);
547 xmon(get_irq_regs()); in xmon_irq()
2635 __debugger = xmon; in xmon_init()