code: 9ferno

ref: c22d556f7fbaa24c0b3b8dd0ad31145d39768ce0
dir: /include/rdbg.h/

View raw version
/* 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 */
};