[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>
This commit is contained in:
parent
434cc69fbb
commit
d49b340124
1 changed files with 7 additions and 2 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue