Sun Studio 12 Update 1: Debugging a Program With dbx
    
P
 
 pathmap command ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  using to map the compile-time directory to the debug-time directory ( Index Term Link )
 
 -perm event specification modifier ( Index Term Link )
 
 pointers
  dereferencing ( Index Term Link )
  printing ( Index Term Link )
 
 pop_auto_destruct environment variable ( Index Term Link )
 
 pop command
  syntax ( Index Term Link )
  using to change the current stack frame ( Index Term Link )
  using to pop frames from the call stack ( Index Term Link )
  using to pop one frame from the call stack ( Index Term Link )
  using to remove frames from the call stack ( Index Term Link )
 
 popping
  one frame of the call stack ( Index Term Link )
  the call stack ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 predefined variables for event specification ( Index Term Link )
 
 preloading librtc.so ( Index Term Link )
 
 pretty-printing, using ( Index Term Link )
 
 print command
  syntax ( Index Term Link )
  syntax to slice a C or C++ array ( Index Term Link )
  syntax to slice a Fortran array ( Index Term Link )
  using to dereference a pointer ( Index Term Link )
  using to evaluate a function instantiation or a member function of a class template ( Index Term Link )
  using to evaluate a variable or expression ( Index Term Link )
  using to print the value of an expression ( Index Term Link )
 
 printing
  a list of all class and function template instantiations ( Index Term Link ) ( Index Term Link )
  a list of occurrences of a symbol ( Index Term Link )
  a pointer ( Index Term Link )
  a source listing ( Index Term Link )
  arrays ( Index Term Link )
  data member ( Index Term Link )
  field type ( Index Term Link )
  list of all known threads ( Index Term Link )
  list of threads normally not printed (zombies) ( Index Term Link )
  member functions ( Index Term Link )
  shared, private, and threadprivate variables in OpenMP code ( Index Term Link )
  the declaration of a type or C++ class ( Index Term Link )
  the name of the current module ( Index Term Link )
  the source listing for the specified function instantiation ( Index Term Link )
  the value of a variable or expression ( Index Term Link )
  the value of all the machine-level registers ( Index Term Link )
  the value of an expression ( Index Term Link )
  values of function template instantiations ( Index Term Link )
  variable type ( Index Term Link )
 
 proc command ( Index Term Link )
 
 proc_exclusive_attach environment variable ( Index Term Link )
 
 proc_gone event ( Index Term Link )
 
 procedure, calling ( Index Term Link )
 
 procedure linkage tables ( Index Term Link )
 
 process
  attached, using runtime checking on ( Index Term Link )
  child
   attaching dbx to ( Index Term Link )
   using runtime checking on ( Index Term Link )
  detaching from dbx ( Index Term Link ) ( Index Term Link )
  detaching from dbx and leaving in a stopped state ( Index Term Link )
  running, attaching dbx to ( Index Term Link ) ( Index Term Link )
  stopping execution ( Index Term Link )
  stopping with Ctrl+C ( Index Term Link )
 
 process control commands, definition ( Index Term Link )
 
 prog command ( Index Term Link )
 
 prog_new event ( Index Term Link )
 
 program
  continuing execution of ( Index Term Link )
   after fixing ( Index Term Link )
   at a specified line ( Index Term Link )
  fixing ( Index Term Link ) ( Index Term Link )
  killing ( Index Term Link ) ( Index Term Link )
  multithreaded
   debugging ( Index Term Link )
   resuming execution of ( Index Term Link )
  resuming execution of at a specific line ( Index Term Link )
  running ( Index Term Link )
   under dbx, impacts of ( Index Term Link )
   with runtime checking turned on ( Index Term Link )
  single stepping through ( Index Term Link )
  status, checking ( Index Term Link )
  stepping through ( Index Term Link )
  stopping execution
   if a conditional statement evaluates to true ( Index Term Link )
   if the value of a specified variable has changed ( Index Term Link )
  stripped ( Index Term Link )