mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8350723: RISC-V: debug.cpp help() is missing riscv line for pns
Reviewed-by: fyang
This commit is contained in:
parent
b29f8b0478
commit
bb48b7319c
@ -625,6 +625,7 @@ void help() {
|
||||
tty->print_cr(" pns($sp, $fp, $pc) on Linux/AArch64 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, $fp, $pc) on Linux/RISC-V");
|
||||
tty->print_cr(" - in gdb do 'set overload-resolution off' before calling pns()");
|
||||
tty->print_cr(" - in dbx do 'frame 1' before calling pns()");
|
||||
tty->print_cr("class metadata.");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user