Lines Matching refs:PtraceWrapper

192       PtraceWrapper(PT_GET_SIGINFO, pid, &info, sizeof(info));  in MonitorSIGSTOP()
214 PtraceWrapper(PT_GET_SIGINFO, pid, &info, sizeof(info)); in MonitorSIGTRAP()
269 Status error = PtraceWrapper(PT_GET_PROCESS_STATE, pid, &pst, sizeof(pst)); in MonitorSIGTRAP()
282 PtraceWrapper(PT_CONTINUE, pid, reinterpret_cast<void *>(1), 0); in MonitorSIGTRAP()
296 Status error = PtraceWrapper(PT_GET_PROCESS_STATE, pid, &pst, sizeof(pst)); in MonitorSIGTRAP()
323 error = PtraceWrapper(PT_CONTINUE, pid, reinterpret_cast<void *>(1), 0); in MonitorSIGTRAP()
366 PtraceWrapper(PT_GET_SIGINFO, pid, &info, sizeof(info)); in MonitorSignal()
384 Status NativeProcessNetBSD::PtraceWrapper(int req, lldb::pid_t pid, void *addr, in PtraceWrapper() function in NativeProcessNetBSD
522 ret = PtraceWrapper(PT_SET_SIGINFO, GetID(), &siginfo.get(), in Resume()
530 PtraceWrapper(PT_CONTINUE, GetID(), reinterpret_cast<void *>(1), signal); in Resume()
536 Status NativeProcessNetBSD::Halt() { return PtraceWrapper(PT_STOP, GetID()); } in Halt()
548 return PtraceWrapper(PT_DETACH, GetID(), reinterpret_cast<void *>(1)); in Detach()
561 return PtraceWrapper(PT_STOP, GetID()); in Interrupt()
854 Status status = PtraceWrapper(PT_ATTACH, m_pid); in Attach()
896 Status error = NativeProcessNetBSD::PtraceWrapper(PT_IO, GetID(), &io); in ReadMemory()
925 Status error = NativeProcessNetBSD::PtraceWrapper(PT_IO, GetID(), &io); in WriteMemory()
956 Status error = NativeProcessNetBSD::PtraceWrapper(PT_IO, GetID(), &io); in GetAuxvData()
971 PtraceWrapper(PT_GET_EVENT_MASK, GetID(), &events, sizeof(events)); in SetupTrace()
977 status = PtraceWrapper(PT_SET_EVENT_MASK, GetID(), &events, sizeof(events)); in SetupTrace()
997 Status error = PtraceWrapper(op, GetID(), &info, sizeof(info)); in ReinitializeThreads()
1005 error = PtraceWrapper(op, GetID(), &info, sizeof(info)); in ReinitializeThreads()
1039 PtraceWrapper(PT_GET_SIGINFO, child_pid, &info, sizeof(info)); in MonitorClone()
1069 PtraceWrapper(PT_CONTINUE, GetID(), reinterpret_cast<void *>(1), 0); in MonitorClone()
1085 error = PtraceWrapper(PT_DUMPCORE, GetID(), path.data(), path.size()); in SaveCore()
1096 error = PtraceWrapper(PT_DUMPCORE, GetID(), path.data(), path.size()); in SaveCore()