forked from Minki/linux
[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
@ -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…
Reference in New Issue
Block a user