mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8219814: Help-info for pns(...) on Linux/mips lost
Reviewed-by: aoqi, shade
This commit is contained in:
parent
46dbe3820b
commit
66ba3bb30a
1 changed files with 1 additions and 0 deletions
|
@ -643,6 +643,7 @@ void help() {
|
|||
tty->print_cr(" pns($sp, $rbp, $pc) on Linux/amd64 and Solaris/amd64 or");
|
||||
tty->print_cr(" pns($sp, $ebp, $pc) on Linux/x86 or");
|
||||
tty->print_cr(" pns($sp, 0, $pc) on Linux/ppc64 or");
|
||||
tty->print_cr(" pns($sp, $s8, $pc) on Linux/mips or");
|
||||
tty->print_cr(" pns($sp + 0x7ff, 0, $pc) on Solaris/SPARC");
|
||||
tty->print_cr(" - in gdb do 'set overload-resolution off' before calling pns()");
|
||||
tty->print_cr(" - in dbx do 'frame 1' before calling pns()");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue