shithub: plan9front

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

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