Searched refs:xmon (Results 1 – 15 of 15) 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);
19 obj-y += xmon.o nonstdio.o spr_access.o xmon_bpts.o
738 int xmon(struct pt_regs *excp) in xmon() function749 EXPORT_SYMBOL(xmon);756 xmon(get_irq_regs()); in xmon_irq()3972 __debugger = xmon; in xmon_init()
31 5) xmon46 For xmon, the 'bd' command will return an error on P9.
10 If the kernel has xmon support, exiting the debugger causes the kernel
147 ``x`` 在 ppc/powerpc 架构上用于 xmon 接口。
143 ``x`` Used by xmon interface on ppc/powerpc platforms.
7310 xmon [PPC]7312 Controls if xmon debugger is enabled. Default is off.7313 Passing only "xmon" is equivalent to "xmon=early".7314 early Call xmon as early as possible on boot; xmon7316 on xmon debugger hooks will be installed so xmon7320 rw xmon debugger hooks will be installed so xmon[all...]
[all...]