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:
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.