shithub: plan9front

ref: b820d892a6914104a0ecb3af9fa287e693a4f90c
dir: /sys/include/rdbg.h/

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