pldd(1) General Commands Manual pldd(1)
NAME
pldd - list the dynamic libraries linked into each process, including shared objects explicitly attached using dlopen()/shl_load()
SYNOPSIS
{pid|corepath}
DESCRIPTION
lists the dynamic libraries linked into each process, including shared objects explicitly attached using the or routines.
Given a pid or a corepath, a full path of a core file, prints a list of shared libraries loaded, including those loaded explicitly with and
works by attaching to the process to read its memory. Mismatch between executable and core file may result in unpredictable behavior.
searchs for the executable file in the current directory and
Options
recognizes the following option:
Prints the usage menu.
Operands
recognizes the following operands:
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
returns the following values:
Successful completion.
Failure. An error has occurred.
SEE ALSO
ldd(1), pstack(1).
Itanium(R)-based Systems Only pldd(1)