Skip to content

Commit

Permalink
[PATCH] ppc32: update xmon help text
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Olaf Hering authored and Paul Mackerras committed Oct 29, 2005
1 parent 434cc69 commit d49b340
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions arch/ppc/xmon/xmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit d49b340

Please sign in to comment.