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