Passes a list of cma_debug commands to DECthreads.
cma_debug_cmd( cmd);
Argument Data Type Accesscmd character string read
#includecma_t_dbg_status cma_debug_cmd ( char *cmd);
For a list of cma_debug commands, see Appendix D.
Following are two examples of calling this routine:
cma_debug_cmd ("thread -b; mu -lq; cond -wq"); cma_debug_cmd ("att");
If you want to invoke the debugger for interactive commands, call cma_debug.
None