Searched refs:xmon (Results 1 – 8 of 8) sorted by relevance
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 the97 The cmdline option 'xmon' or 'xmon=early' will drop into xmon98 very early during boot. 'xmon=on' will just enable the xmon99 debugger hooks. 'xmon=off' will disable the debugger hooks101 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'.[all …]
13 obj-$(CONFIG_XMON) += xmon/
17 extern int xmon(struct pt_regs *excp);
24 obj-y += xmon.o nonstdio.o spr_access.o
681 int xmon(struct pt_regs *excp) in xmon() function692 EXPORT_SYMBOL(xmon);699 xmon(get_irq_regs()); in xmon_irq()3736 __debugger = xmon; in xmon_init()
23 5) xmon38 For xmon, the 'bd' command will return an error on P9.
139 ``x`` Used by xmon interface on ppc/powerpc platforms.
5447 xmon [PPC]5449 Controls if xmon debugger is enabled. Default is off.5450 Passing only "xmon" is equivalent to "xmon=early".5451 early Call xmon as early as possible on boot; xmon5453 on xmon debugger hooks will be installed so xmon5457 rw xmon debugger hooks will be installed so xmon5460 can be written using xmon commands.5463 xmon commands.5464 off xmon is disabled.