Searched refs:xmon (Results 1 – 9 of 9) 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.
147 ``x`` 在 ppc/powerpc 架构上用于 xmon 接口。
143 ``x`` Used by xmon interface on ppc/powerpc platforms.
7258 xmon [PPC]7260 Controls if xmon debugger is enabled. Default is off.7261 Passing only "xmon" is equivalent to "xmon=early".7262 early Call xmon as early as possible on boot; xmon7264 on xmon debugger hooks will be installed so xmon7268 rw xmon debugger hooks will be installed so xmon7271 can be written using xmon commands.7274 xmon commands.7275 off xmon is disabled.