HP-UX Reference (11i v3 07/02) - 1 User Commands N-Z (vol 2)
p
pldd(1) Itanium(R)-based Systems Only
pldd(1)
NAME
pldd - list the dynamic libraries linked into each process, including shared objects explicitly attached using
dlopen()/shl_load()
SYNOPSIS
pldd [-h]{pid|corepath}[
:execpath]
DESCRIPTION
pldd lists the dynamic libraries linked into each process, including shared objects explicitly attached using
the dlopen() or shl_load() routines.
Given a pid or a corepath, a full path of a core file,
pldd prints a list of shared libraries loaded, including
those loaded explicitly with
dlopen() and shl_load() .
pldd works by attaching to the process to
read its memory. Mismatch between executable and core file may result in unpredictable behavior.
pldd searchs for the executable file in the current directory and
$PATH.
Options
pldd recognizes the following option:
-h Prints the usage menu.
Operands
pldd recognizes the following operands:
{pid|corepath}[:execpath] pid identifies a running process. corepath specifies the full path of core
file. You can specify an optional executable path with the pid or
corepath, separated by a colon (
:) character.
RETURN VALUE
pldd returns the following values:
0 Successful completion.
n!=0 Failure. An error has occurred.
SEE ALSO
ldd(1), pstack(1).
HP-UX 11i Version 3: February 2007 − 1 − Hewlett-Packard Company 127