Searched refs:state_pid (Results 1 – 1 of 1) sorted by relevance
371 int state_pid = -1; in Reply() local375 state_pid = process->ProcessID(); in Reply()380 err = ::pid_for_task(state.task_port, &state_pid); in Reply()383 assert (state_pid != -1); in Reply()384 if (state_pid != -1) in Reply()387 … if (::ptrace (PT_THUPDATE, state_pid, (caddr_t)((uintptr_t)state.thread_port), soft_signal) != 0) in Reply()393 …ce (request = PT_THUPDATE, pid = 0x%4.4x, tid = 0x%4.4x, signal = %i)", state_pid, state.thread_po… in Reply()