Lines Matching refs:PtraceWrapper
191 PtraceWrapper(PT_GET_SIGINFO, pid, &info, sizeof(info)); in MonitorSIGSTOP()
213 PtraceWrapper(PT_GET_SIGINFO, pid, &info, sizeof(info)); in MonitorSIGTRAP()
268 Status error = PtraceWrapper(PT_GET_PROCESS_STATE, pid, &pst, sizeof(pst)); in MonitorSIGTRAP()
281 PtraceWrapper(PT_CONTINUE, pid, reinterpret_cast<void *>(1), 0); in MonitorSIGTRAP()
295 Status error = PtraceWrapper(PT_GET_PROCESS_STATE, pid, &pst, sizeof(pst)); in MonitorSIGTRAP()
322 error = PtraceWrapper(PT_CONTINUE, pid, reinterpret_cast<void *>(1), 0); in MonitorSIGTRAP()
365 PtraceWrapper(PT_GET_SIGINFO, pid, &info, sizeof(info)); in MonitorSignal()
383 Status NativeProcessNetBSD::PtraceWrapper(int req, lldb::pid_t pid, void *addr, in PtraceWrapper() function in NativeProcessNetBSD
521 ret = PtraceWrapper(PT_SET_SIGINFO, GetID(), &siginfo.get(), in Resume()
529 PtraceWrapper(PT_CONTINUE, GetID(), reinterpret_cast<void *>(1), signal); in Resume()
535 Status NativeProcessNetBSD::Halt() { return PtraceWrapper(PT_STOP, GetID()); } in Halt()
547 return PtraceWrapper(PT_DETACH, GetID(), reinterpret_cast<void *>(1)); in Detach()
560 return PtraceWrapper(PT_STOP, GetID()); in Interrupt()
853 Status status = PtraceWrapper(PT_ATTACH, m_pid); in Attach()
895 Status error = NativeProcessNetBSD::PtraceWrapper(PT_IO, GetID(), &io); in ReadMemory()
924 Status error = NativeProcessNetBSD::PtraceWrapper(PT_IO, GetID(), &io); in WriteMemory()
955 Status error = NativeProcessNetBSD::PtraceWrapper(PT_IO, GetID(), &io); in GetAuxvData()
970 PtraceWrapper(PT_GET_EVENT_MASK, GetID(), &events, sizeof(events)); in SetupTrace()
976 status = PtraceWrapper(PT_SET_EVENT_MASK, GetID(), &events, sizeof(events)); in SetupTrace()
996 Status error = PtraceWrapper(op, GetID(), &info, sizeof(info)); in ReinitializeThreads()
1004 error = PtraceWrapper(op, GetID(), &info, sizeof(info)); in ReinitializeThreads()
1038 PtraceWrapper(PT_GET_SIGINFO, child_pid, &info, sizeof(info)); in MonitorClone()
1068 PtraceWrapper(PT_CONTINUE, GetID(), reinterpret_cast<void *>(1), 0); in MonitorClone()