Lines Matching refs:PtraceWrapper
195 const auto siginfo_err = PtraceWrapper(PT_LWPINFO, pid, &info, sizeof(info)); in MonitorSIGTRAP()
235 PtraceWrapper(PT_CONTINUE, pid, reinterpret_cast<void *>(1), 0); in MonitorSIGTRAP()
281 PtraceWrapper(PT_CONTINUE, pid, reinterpret_cast<void *>(1), 0); in MonitorSIGTRAP()
354 const auto siginfo_err = PtraceWrapper(PT_LWPINFO, pid, &info, sizeof(info)); in MonitorSignal()
377 Status NativeProcessFreeBSD::PtraceWrapper(int req, lldb::pid_t pid, void *addr, in PtraceWrapper() function in NativeProcessFreeBSD
481 PtraceWrapper(PT_CONTINUE, GetID(), reinterpret_cast<void *>(1), signal); in Resume()
505 return PtraceWrapper(PT_DETACH, GetID()); in Detach()
547 return PtraceWrapper(PT_KILL, m_pid); in Kill()
813 Status status = PtraceWrapper(PT_ATTACH, m_pid); in Attach()
855 Status error = NativeProcessFreeBSD::PtraceWrapper(PT_IO, GetID(), &io); in ReadMemory()
884 Status error = NativeProcessFreeBSD::PtraceWrapper(PT_IO, GetID(), &io); in WriteMemory()
912 PtraceWrapper(PT_GET_EVENT_MASK, GetID(), &events, sizeof(events)); in SetupTrace()
916 status = PtraceWrapper(PT_SET_EVENT_MASK, GetID(), &events, sizeof(events)); in SetupTrace()
928 Status error = PtraceWrapper(PT_GETNUMLWPS, GetID(), nullptr, 0, &num_lwps); in ReinitializeThreads()
934 error = PtraceWrapper(PT_GETLWPLIST, GetID(), lwp_ids.data(), in ReinitializeThreads()
974 const auto siginfo_err = PtraceWrapper(PT_LWPINFO, child_pid, &info, sizeof(info)); in MonitorClone()
1004 PtraceWrapper(PT_CONTINUE, GetID(), reinterpret_cast<void *>(1), 0); in MonitorClone()