shithub: plan9front

ref: 09eac381e58e74051ab7ddb1e96fc32671d3cada
dir: /sys/include/rdbg.h/

View raw version
/* Remote kernel debug protocol */
enum
{
	Terr='0',
	Rerr,
	Tmget,
	Rmget,
	Tmput,
	Rmput,
};