Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (O-Q)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
7-21
PROCESS_DEBUG_
Invokes the debug facility for the calling process or another process.
<13> = 1
= 0
If the process traps, create a saveabend file.
If the process traps, do not create a saveabend file.
<14> = 1
= 0
Use debugger specified in bit 15 and saveabend option specified in bit 13
regardless of program-file flag setting.
Use standard rules for debugger selection.
<15> = 1
= 0
Use Inspect.
Use Debug.
pfs-size, INT(32):value input
error := PROCESS_DEBUG_ ( [ processhandle ]
,[ terminal-name:length ]
,[ now ] );
error, INT returned value
0 Debug request accepted. If the process to be debugged is not the calling process, the
request might have been queued.
11 Process does not exist.
48 Security violation.
201 Unable to communicate with the processor of the process.
processhandle, INT .EXT:ref:10 input
terminal-name:length, STRING .EXT:ref:*,INT:value input:input
now, INT:value input