Searched refs:xmon (Results 1 – 10 of 10) sorted by relevance
106 bool "Include xmon kernel debugger"110 Include in-kernel hooks for the xmon kernel monitor/debugger.113 nothing will appear on the screen (xmon writes directly to the115 The cmdline option 'xmon' or 'xmon=early' will drop into xmon116 very early during boot. 'xmon=on' will just enable the xmon117 debugger hooks. 'xmon=off' will disable the debugger hooks119 xmon will print a backtrace on the very first invocation.120 'xmon=nobt' will disable this autobacktrace.123 bool "Enable xmon by default"126 xmon is normally disabled unless booted with 'xmon=on'.[all …]
14 obj-$(CONFIG_XMON) += xmon/
16 extern int xmon(struct pt_regs *excp);
17 obj-y += xmon.o nonstdio.o spr_access.o xmon_bpts.o
725 int xmon(struct pt_regs *excp) in xmon() function736 EXPORT_SYMBOL(xmon);743 xmon(get_irq_regs()); in xmon_irq()3953 __debugger = xmon; in xmon_init()
31 5) xmon46 For xmon, the 'bd' command will return an error on P9.
147 ``x`` 在 ppc/powerpc 架构上用于 xmon 接口。
147 ``x`` 在 ppc/powerpc 架構上用於 xmon 接口。
152 ``x`` Used by xmon interface on ppc/powerpc platforms.
8677 xmon [PPC,EARLY]8679 Controls if xmon debugger is enabled. Default is off.8680 Passing only "xmon" is equivalent to "xmon=early".8681 early Call xmon as early as possible on boot; xmon8683 on xmon debugger hooks will be installed so xmon8687 rw xmon debugger hooks will be installed so xmon8690 can be written using xmon commands.8693 xmon commands.8694 off xmon is disabled.