Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP-UX Reference > P

pldd(1)

Itanium(R)-based Systems Only
HP-UX 11i Version 3: February 2007
» 

Technical documentation

» Feedback
Content starts here

 » Table of Contents

 » Index

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

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 1983-2007 Hewlett-Packard Development Company, L.P.