Lines Matching refs:PtraceWrapper

190       PtraceWrapper(PT_GET_SIGINFO, pid, &info, sizeof(info));  in MonitorSIGSTOP()
212 PtraceWrapper(PT_GET_SIGINFO, pid, &info, sizeof(info)); in MonitorSIGTRAP()
267 Status error = PtraceWrapper(PT_GET_PROCESS_STATE, pid, &pst, sizeof(pst)); in MonitorSIGTRAP()
280 PtraceWrapper(PT_CONTINUE, pid, reinterpret_cast<void *>(1), 0); in MonitorSIGTRAP()
294 Status error = PtraceWrapper(PT_GET_PROCESS_STATE, pid, &pst, sizeof(pst)); in MonitorSIGTRAP()
321 error = PtraceWrapper(PT_CONTINUE, pid, reinterpret_cast<void *>(1), 0); in MonitorSIGTRAP()
364 PtraceWrapper(PT_GET_SIGINFO, pid, &info, sizeof(info)); in MonitorSignal()
384 return PtraceWrapper(PT_STOP, pid); in StopProcess()
405 Status NativeProcessNetBSD::PtraceWrapper(int req, lldb::pid_t pid, void *addr, in PtraceWrapper() function in NativeProcessNetBSD
543 ret = PtraceWrapper(PT_SET_SIGINFO, GetID(), &siginfo.get(), in Resume()
551 PtraceWrapper(PT_CONTINUE, GetID(), reinterpret_cast<void *>(1), signal); in Resume()
569 return PtraceWrapper(PT_DETACH, GetID(), reinterpret_cast<void *>(1)); in Detach()
873 Status status = PtraceWrapper(PT_ATTACH, m_pid); in Attach()
915 Status error = NativeProcessNetBSD::PtraceWrapper(PT_IO, GetID(), &io); in ReadMemory()
944 Status error = NativeProcessNetBSD::PtraceWrapper(PT_IO, GetID(), &io); in WriteMemory()
975 Status error = NativeProcessNetBSD::PtraceWrapper(PT_IO, GetID(), &io); in GetAuxvData()
990 PtraceWrapper(PT_GET_EVENT_MASK, GetID(), &events, sizeof(events)); in SetupTrace()
996 status = PtraceWrapper(PT_SET_EVENT_MASK, GetID(), &events, sizeof(events)); in SetupTrace()
1016 Status error = PtraceWrapper(op, GetID(), &info, sizeof(info)); in ReinitializeThreads()
1024 error = PtraceWrapper(op, GetID(), &info, sizeof(info)); in ReinitializeThreads()
1058 PtraceWrapper(PT_GET_SIGINFO, child_pid, &info, sizeof(info)); in MonitorClone()
1088 PtraceWrapper(PT_CONTINUE, GetID(), reinterpret_cast<void *>(1), 0); in MonitorClone()
1104 error = PtraceWrapper(PT_DUMPCORE, GetID(), path.data(), path.size()); in SaveCore()
1115 error = PtraceWrapper(PT_DUMPCORE, GetID(), path.data(), path.size()); in SaveCore()