Lines Matching defs:PtraceWrapper

190       PtraceWrapper(PT_GET_SIGINFO, pid, &info, sizeof(info));
212 PtraceWrapper(PT_GET_SIGINFO, pid, &info, sizeof(info));
267 Status error = PtraceWrapper(PT_GET_PROCESS_STATE, pid, &pst, sizeof(pst));
280 PtraceWrapper(PT_CONTINUE, pid, reinterpret_cast<void *>(1), 0);
294 Status error = PtraceWrapper(PT_GET_PROCESS_STATE, pid, &pst, sizeof(pst));
321 error = PtraceWrapper(PT_CONTINUE, pid, reinterpret_cast<void *>(1), 0);
364 PtraceWrapper(PT_GET_SIGINFO, pid, &info, sizeof(info));
384 return PtraceWrapper(PT_STOP, pid);
405 Status NativeProcessNetBSD::PtraceWrapper(int req, lldb::pid_t pid, void *addr,
546 ret = PtraceWrapper(PT_SET_SIGINFO, GetID(), &siginfo.get(),
554 PtraceWrapper(PT_CONTINUE, GetID(), reinterpret_cast<void *>(1), signal);
572 return PtraceWrapper(PT_DETACH, GetID(), reinterpret_cast<void *>(1));
879 Status status = PtraceWrapper(PT_ATTACH, m_pid);
921 Status error = NativeProcessNetBSD::PtraceWrapper(PT_IO, GetID(), &io);
950 Status error = NativeProcessNetBSD::PtraceWrapper(PT_IO, GetID(), &io);
981 Status error = NativeProcessNetBSD::PtraceWrapper(PT_IO, GetID(), &io);
996 PtraceWrapper(PT_GET_EVENT_MASK, GetID(), &events, sizeof(events));
1002 status = PtraceWrapper(PT_SET_EVENT_MASK, GetID(), &events, sizeof(events));
1022 Status error = PtraceWrapper(op, GetID(), &info, sizeof(info));
1030 error = PtraceWrapper(op, GetID(), &info, sizeof(info));
1064 PtraceWrapper(PT_GET_SIGINFO, child_pid, &info, sizeof(info));
1094 PtraceWrapper(PT_CONTINUE, GetID(), reinterpret_cast<void *>(1), 0);
1110 error = PtraceWrapper(PT_DUMPCORE, GetID(), path.data(), path.size());
1121 error = PtraceWrapper(PT_DUMPCORE, GetID(), path.data(), path.size());