Lines Matching refs:PtraceWrapper

200   const auto siginfo_err = PtraceWrapper(PT_LWPINFO, pid, &info, sizeof(info));  in MonitorSIGTRAP()
240 PtraceWrapper(PT_CONTINUE, pid, reinterpret_cast<void *>(1), 0); in MonitorSIGTRAP()
287 PtraceWrapper(PT_CONTINUE, pid, reinterpret_cast<void *>(1), 0); in MonitorSIGTRAP()
363 const auto siginfo_err = PtraceWrapper(PT_LWPINFO, pid, &info, sizeof(info)); in MonitorSignal()
387 Status NativeProcessFreeBSD::PtraceWrapper(int req, lldb::pid_t pid, void *addr, in PtraceWrapper() function in NativeProcessFreeBSD
491 PtraceWrapper(PT_CONTINUE, GetID(), reinterpret_cast<void *>(1), signal); in Resume()
519 return PtraceWrapper(PT_DETACH, GetID()); in Detach()
561 return PtraceWrapper(PT_KILL, m_pid); in Kill()
830 Status status = PtraceWrapper(PT_ATTACH, m_pid); in Attach()
872 Status error = NativeProcessFreeBSD::PtraceWrapper(PT_IO, GetID(), &io); in ReadMemory()
901 Status error = NativeProcessFreeBSD::PtraceWrapper(PT_IO, GetID(), &io); in WriteMemory()
929 PtraceWrapper(PT_GET_EVENT_MASK, GetID(), &events, sizeof(events)); in SetupTrace()
933 status = PtraceWrapper(PT_SET_EVENT_MASK, GetID(), &events, sizeof(events)); in SetupTrace()
945 Status error = PtraceWrapper(PT_GETNUMLWPS, GetID(), nullptr, 0, &num_lwps); in ReinitializeThreads()
951 error = PtraceWrapper(PT_GETLWPLIST, GetID(), lwp_ids.data(), in ReinitializeThreads()
991 const auto siginfo_err = PtraceWrapper(PT_LWPINFO, child_pid, &info, sizeof(info)); in MonitorClone()
1021 PtraceWrapper(PT_CONTINUE, GetID(), reinterpret_cast<void *>(1), 0); in MonitorClone()
1047 error = PtraceWrapper(PT_COREDUMP, GetID(), &pc, sizeof(pc)); in SaveCore()