diff options
author | Olaf Hering <olh@suse.de> | 2005-10-28 20:46:17 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-29 00:12:39 -0400 |
commit | d49b340124a34fcb8bceda472558ccef7232c16f (patch) | |
tree | 857c9aa0f61e83e304382fa97185631400b285ef /arch/ppc/xmon | |
parent | 434cc69fbb02dd7ca64c5029dc6a6f9636f77e02 (diff) |
[PATCH] ppc32: update xmon help text
Mention a few more commands in xmon. System.map processing was replaced
with kallsyms.
Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/xmon')
-rw-r--r-- | arch/ppc/xmon/xmon.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/arch/ppc/xmon/xmon.c b/arch/ppc/xmon/xmon.c index be7869e39465..66bfaa3211a2 100644 --- a/arch/ppc/xmon/xmon.c +++ b/arch/ppc/xmon/xmon.c | |||
@@ -148,9 +148,14 @@ Commands:\n\ | |||
148 | r print registers\n\ | 148 | r print registers\n\ |
149 | S print special registers\n\ | 149 | S print special registers\n\ |
150 | t print backtrace\n\ | 150 | t print backtrace\n\ |
151 | la lookup address in system.map\n\ | 151 | la lookup address\n\ |
152 | ls lookup symbol in system.map\n\ | 152 | ls lookup symbol\n\ |
153 | C checksum\n\ | ||
154 | p call function with arguments\n\ | ||
155 | T print time\n\ | ||
153 | x exit monitor\n\ | 156 | x exit monitor\n\ |
157 | zr reboot\n\ | ||
158 | zh halt\n\ | ||
154 | "; | 159 | "; |
155 | 160 | ||
156 | static int xmon_trace[NR_CPUS]; | 161 | static int xmon_trace[NR_CPUS]; |