diff options
author | Olaf Hering <olh@suse.de> | 2005-10-28 17:46:17 -0700 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-29 14:12:39 +1000 |
commit | d49b340124a34fcb8bceda472558ccef7232c16f (patch) | |
tree | 857c9aa0f61e83e304382fa97185631400b285ef /arch/ppc/xmon | |
parent | 434cc69fbb02dd7ca64c5029dc6a6f9636f77e02 (diff) | |
download | kernel_samsung_crespo-d49b340124a34fcb8bceda472558ccef7232c16f.tar.gz kernel_samsung_crespo-d49b340124a34fcb8bceda472558ccef7232c16f.tar.bz2 kernel_samsung_crespo-d49b340124a34fcb8bceda472558ccef7232c16f.zip |
[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 be7869e3946..66bfaa3211a 100644 --- a/arch/ppc/xmon/xmon.c +++ b/arch/ppc/xmon/xmon.c @@ -148,9 +148,14 @@ Commands:\n\ r print registers\n\ S print special registers\n\ t print backtrace\n\ - la lookup address in system.map\n\ - ls lookup symbol in system.map\n\ + la lookup address\n\ + ls lookup symbol\n\ + C checksum\n\ + p call function with arguments\n\ + T print time\n\ x exit monitor\n\ + zr reboot\n\ + zh halt\n\ "; static int xmon_trace[NR_CPUS]; |