pldd.1 (2010 09)

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, includ-
ing 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: September 2010 1 Hewlett-Packard Company 1

Summary of content (2 pages)