* Makefile.in (CYGWIN_BINS): Add pldd.

(pldd.exe): Add -lpsapi to ALL_LDFLAGS.
* pldd.c: New file.
* utils.sgml (pldd): New section.
This commit is contained in:
Yaakov Selkowitz
2012-02-24 10:19:01 +00:00
parent e3ed49775e
commit e2bf82d361
3 changed files with 164 additions and 1 deletions

View File

@ -1434,6 +1434,23 @@ some systems.</para>
</sect2>
<sect2 id="pldd"><title>pldd</title>
<screen>
Usage: pldd [OPTION...] PID
List dynamic shared objects loaded into a process.
-?, --help Give this help list
--usage Give a short usage message
-V, --version Print program version
</screen>
<para><command>pldd</command> prints the shared libraries (DLLs) loaded
by the process with the given PID.</para>
</sect2>
<sect2 id="ps"><title>ps</title>
<screen>