ref: babf901b4a508c3ec5d1f89655f10377bbdf9637
dir: /include/rdbg.h/
/* Remote kernel debug protocol */
enum
{
Terr='0', /* not sent */
Rerr,
Tmget,
Rmget,
Tmput,
Rmput,
Tspid, /* obsolete */
Rspid, /* obsolete */
Tproc,
Rproc,
Tstatus,
Rstatus,
Trnote,
Rrnote,
Tstartstop,
Rstartstop,
Twaitstop,
Rwaitstop,
Tstart,
Rstart,
Tstop,
Rstop,
Tkill,
Rkill,
Tcondbreak,
Rcondbreak,
RDBMSGLEN = 10 /* tag byte, 9 data bytes */
};