Go to main content
Oracle® Developer Studio 12.5: Debugging a Program with dbx

Exit Print View

Updated: June 2016
 
 

proc Command

The proc command displays the status of the current process. It has identical syntax and identical functionality in native mode and in Java mode.

Syntax

proc {–cwd | –map | –pid}

If –cwd is specified, show the current working directory of the current process.

If –map is specified, show the list of load objects with addresses.

If –process-ID is specified, show current process ID (process-ID).