hpux man page for pldd

Query: pldd

OS: hpux

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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)
Related Man Pages
pldd(1) - linux
pstack(1) - hpux
pldd(1) - debian
pldd(1) - opendarwin
pldd(1) - bsd
Similar Topics in the Unix Linux Community
Running from Shell Vs running from RC script
Core file analysis
Executable compiled on solaris 10 not working on solaris 9
analyse core file using pmap and pstack
Shell Script with following awk command pls help