Searched refs:xmon (Results 1 – 10 of 10) sorted by relevance
106 bool "Include xmon kernel debugger"115 The cmdline option 'xmon' or 'xmon=early' will drop into xmon116 very early during boot. 'xmon=on' will just enable the xmon120 'xmon=nobt' will disable this autobacktrace.123 bool "Enable xmon by default"126 xmon is normally disabled unless booted with 'xmon=on'.127 Use 'xmon=off' to disable xmon init during runtime.130 bool "Include disassembly support in xmon"139 bool "Restrict xmon to read-only operations by default"143 Operate xmon in read-only mode. The cmdline options 'xmon=rw' and[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.
8132 xmon [PPC,EARLY]8134 Controls if xmon debugger is enabled. Default is off.8135 Passing only "xmon" is equivalent to "xmon=early".8136 early Call xmon as early as possible on boot; xmon8138 on xmon debugger hooks will be installed so xmon8142 rw xmon debugger hooks will be installed so xmon8145 can be written using xmon commands.8148 xmon commands.8149 off xmon is disabled.