HelenOS sources

udebug_stop        48 kernel/generic/include/udebug/udebug_ops.h errno_t udebug_stop(thread_t *t, call_t *call);
udebug_stop       157 kernel/generic/src/udebug/udebug_ipc.c 	rc = udebug_stop(t, call);
udebug_stop       587 uspace/app/trace/trace.c 			rc = udebug_stop(sess, thash);
udebug_stop        59 uspace/lib/c/include/udebug.h extern errno_t udebug_stop(async_sess_t *, thash_t);
udebug_stop        59 uspace/lib/posix/include/libc/udebug.h extern errno_t udebug_stop(async_sess_t *, thash_t);
HelenOS homepage, sources at GitHub