Lines Matching refs:PtraceWrapper
216 const auto siginfo_err = PtraceWrapper(PT_LWPINFO, pid, &info, sizeof(info)); in MonitorSIGTRAP()
256 PtraceWrapper(PT_CONTINUE, pid, reinterpret_cast<void *>(1), 0); in MonitorSIGTRAP()
303 PtraceWrapper(PT_CONTINUE, pid, reinterpret_cast<void *>(1), 0); in MonitorSIGTRAP()
379 const auto siginfo_err = PtraceWrapper(PT_LWPINFO, pid, &info, sizeof(info)); in MonitorSignal()
403 Status NativeProcessFreeBSD::PtraceWrapper(int req, lldb::pid_t pid, void *addr, in PtraceWrapper() function in NativeProcessFreeBSD
510 PtraceWrapper(PT_CONTINUE, GetID(), reinterpret_cast<void *>(1), signal); in Resume()
538 return PtraceWrapper(PT_DETACH, GetID()); in Detach()
580 return PtraceWrapper(PT_KILL, m_pid); in Kill()
857 Status status = PtraceWrapper(PT_ATTACH, m_pid); in Attach()
899 Status error = NativeProcessFreeBSD::PtraceWrapper(PT_IO, GetID(), &io); in ReadMemory()
928 Status error = NativeProcessFreeBSD::PtraceWrapper(PT_IO, GetID(), &io); in WriteMemory()
956 PtraceWrapper(PT_GET_EVENT_MASK, GetID(), &events, sizeof(events)); in SetupTrace()
960 status = PtraceWrapper(PT_SET_EVENT_MASK, GetID(), &events, sizeof(events)); in SetupTrace()
972 Status error = PtraceWrapper(PT_GETNUMLWPS, GetID(), nullptr, 0, &num_lwps); in ReinitializeThreads()
978 error = PtraceWrapper(PT_GETLWPLIST, GetID(), lwp_ids.data(), in ReinitializeThreads()
1018 const auto siginfo_err = PtraceWrapper(PT_LWPINFO, child_pid, &info, sizeof(info)); in MonitorClone()
1048 PtraceWrapper(PT_CONTINUE, GetID(), reinterpret_cast<void *>(1), 0); in MonitorClone()
1074 error = PtraceWrapper(PT_COREDUMP, GetID(), &pc, sizeof(pc)); in SaveCore()