Skip to content

Commit 30da9bc

Browse files
committed
8263546: Add "findsym" command to clhsdb.html help file
Reviewed-by: ysuenaga, lmesnik
1 parent d41f751 commit 30da9bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/jdk.hotspot.agent/doc/clhsdb.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ <h3>Annotated output of CLHSDB help command</h3>
5353
echo [ true | false ] <font color="red">turn on/off command echo mode</font>
5454
examine [ address/count ] | [ address,address] <font color="red">show contents of memory from given address</font>
5555
field [ type [ name fieldtype isStatic offset address ] ] <font color="red">print info about a field of HotSpot type</font>
56-
findpc address <font color="red">print info. about pointer location</font>
56+
findpc address <font color="red">print info about pointer location</font>
57+
findsym name <font color="red">print address of symbol in the executable or shared library</font>
5758
flags [ flag ] <font color="red">show all -XX flag name value pairs. or just show given flag</font>
5859
help [ command ] <font color="red">print help message for all commands or just given command</font>
5960
history <font color="red">show command history. usual !command-number syntax works.</font>

0 commit comments

Comments
 (0)