HelenOS sources

UDEBUG_EVENT_STOP  167 abi/include/abi/udebug.h 	UDEBUG_EM_STOP = UDEBUG_EVMASK(UDEBUG_EVENT_STOP),
UDEBUG_EVENT_STOP  174 abi/include/abi/udebug.h 	    UDEBUG_EVMASK(UDEBUG_EVENT_STOP) |
UDEBUG_EVENT_STOP  158 kernel/generic/src/udebug/udebug.c 			ipc_set_arg1(&go_call->data, UDEBUG_EVENT_STOP);
UDEBUG_EVENT_STOP  160 kernel/generic/src/udebug/udebug.c 			THREAD->udebug.cur_event = UDEBUG_EVENT_STOP;
UDEBUG_EVENT_STOP  318 kernel/generic/src/udebug/udebug_ops.c 	ipc_set_arg1(&call->data, UDEBUG_EVENT_STOP);
UDEBUG_EVENT_STOP  320 kernel/generic/src/udebug/udebug_ops.c 	THREAD->udebug.cur_event = UDEBUG_EVENT_STOP;
UDEBUG_EVENT_STOP  469 uspace/app/trace/trace.c 			case UDEBUG_EVENT_STOP:
HelenOS homepage, sources at GitHub