Searched refs:xmon (Results 1 – 8 of 8) sorted by relevance
94 bool "Include xmon kernel debugger"98 Include in-kernel hooks for the xmon kernel monitor/debugger.101 nothing will appear on the screen (xmon writes directly to the103 The cmdline option 'xmon' or 'xmon=early' will drop into xmon104 very early during boot. 'xmon=on' will just enable the xmon105 debugger hooks. 'xmon=off' will disable the debugger hooks107 xmon will print a backtrace on the very first invocation.108 'xmon=nobt' will disable this autobacktrace.111 bool "Enable xmon by default"114 xmon is normally disabled unless booted with 'xmon=on'.[all …]
13 obj-$(CONFIG_XMON) += xmon/
17 extern int xmon(struct pt_regs *excp);
20 obj-y += xmon.o nonstdio.o spr_access.o xmon_bpts.o
740 int xmon(struct pt_regs *excp) in xmon() function751 EXPORT_SYMBOL(xmon);758 xmon(get_irq_regs()); in xmon_irq()3969 __debugger = xmon; in xmon_init()
23 5) xmon38 For xmon, the 'bd' command will return an error on P9.
143 ``x`` Used by xmon interface on ppc/powerpc platforms.
6395 xmon [PPC]6397 Controls if xmon debugger is enabled. Default is off.6398 Passing only "xmon" is equivalent to "xmon=early".6399 early Call xmon as early as possible on boot; xmon6401 on xmon debugger hooks will be installed so xmon6405 rw xmon debugger hooks will be installed so xmon6408 can be written using xmon commands.6411 xmon commands.6412 off xmon is disabled.