(ddd.info)Customizing Attaching to Processes


Up: Attaching to a Process
Enter node , (file) or (file)node

6.3.1 Customizing Attaching to Processes
----------------------------------------

When attaching to a process (Note: Attaching to a Process), DDD uses
a `ps' command to get the list of processes.  This command is defined
by the `psCommand' resource.

 -- Resource: psCommand (class PsCommand)
     The command to get a list of processes.  Usually `ps'.  Depending
     on your system, useful alternate values include `ps -ef' and `ps
     ux'.  The first line of the output must either contain a `PID'
     title, or each line must begin with a process ID.

     Note that the output of this command is filtered by DDD; a process
     is only shown if it can be attached to.  The DDD process itself as
     well as the process of the inferior debugger are suppressed, too.


automatically generated by info2www version 1.2.2.9