shithub: plan9front

ref: 3cdbbcd859ae0251062cdb10ece25c3d507931f2
dir: /sys/include/rdbg.h/

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