Lines Matching defs:PtraceWrapper
217 const auto siginfo_err = PtraceWrapper(PT_LWPINFO, pid, &info, sizeof(info));
257 PtraceWrapper(PT_CONTINUE, pid, reinterpret_cast<void *>(1), 0);
304 PtraceWrapper(PT_CONTINUE, pid, reinterpret_cast<void *>(1), 0);
383 const auto siginfo_err = PtraceWrapper(PT_LWPINFO, pid, &info, sizeof(info));
407 Status NativeProcessFreeBSD::PtraceWrapper(int req, lldb::pid_t pid, void *addr,
515 PtraceWrapper(PT_CONTINUE, GetID(), reinterpret_cast<void *>(1), signal);
543 return PtraceWrapper(PT_DETACH, GetID());
585 return PtraceWrapper(PT_KILL, m_pid);
864 Status status = PtraceWrapper(PT_ATTACH, m_pid);
906 Status error = NativeProcessFreeBSD::PtraceWrapper(PT_IO, GetID(), &io);
935 Status error = NativeProcessFreeBSD::PtraceWrapper(PT_IO, GetID(), &io);
963 PtraceWrapper(PT_GET_EVENT_MASK, GetID(), &events, sizeof(events));
967 status = PtraceWrapper(PT_SET_EVENT_MASK, GetID(), &events, sizeof(events));
979 Status error = PtraceWrapper(PT_GETNUMLWPS, GetID(), nullptr, 0, &num_lwps);
985 error = PtraceWrapper(PT_GETLWPLIST, GetID(), lwp_ids.data(),
1025 const auto siginfo_err = PtraceWrapper(PT_LWPINFO, child_pid, &info, sizeof(info));
1055 PtraceWrapper(PT_CONTINUE, GetID(), reinterpret_cast<void *>(1), 0);
1081 error = PtraceWrapper(PT_COREDUMP, GetID(), &pc, sizeof(pc));