1 07/20/83   select_process, slp
 2 
 3 Syntax: slp {proc_indicator} {-control_argument}
 4 
 5 Function:  selects a process for examination.
 6 
 7 
 8 Argument:
 9 proc_indicator
10    for specifying  individual processes.  It  can take one of three
11    forms:
12    - The decimal index (starting at zero) of a process in^H the FDUMP.
13    - The octal apte offset of the process.
14    - The octal process_id of the process.
15 
16 
17 Control arguments:
18 -brief, -bf
19    suppresses the message about changing processes.
20 -cpu  TAG
21    selects  the  DBR for  the process  running on  the CPU identified
22    by TAG (where TAG is one character a -> h).
23 -dbr dbr_value
24    selects the process defined by the dbr_value.
25 -long, -lg
26    prints  a message  announcing the  new process selected (Default).