Lines Matching refs:PtraceWrapper
190 PtraceWrapper(PT_GET_SIGINFO, pid, &info, sizeof(info)); in MonitorSIGSTOP()
211 PtraceWrapper(PT_GET_SIGINFO, pid, &info, sizeof(info)); in MonitorSIGTRAP()
289 PtraceWrapper(PT_GET_SIGINFO, pid, &info, sizeof(info)); in MonitorSignal()
298 Status NativeProcessNetBSD::PtraceWrapper(int req, lldb::pid_t pid, void *addr, in PtraceWrapper() function in NativeProcessNetBSD
340 error = NativeProcessNetBSD::PtraceWrapper(PT_CONTINUE, GetID(), (void *)1, in Resume()
351 error = NativeProcessNetBSD::PtraceWrapper(PT_STEP, GetID(), (void *)1, in Resume()
393 return PtraceWrapper(PT_DETACH, GetID()); in Detach()
662 Status status = PtraceWrapper(PT_ATTACH, m_pid); in Attach()
701 Status error = NativeProcessNetBSD::PtraceWrapper(PT_IO, GetID(), &io); in ReadMemory()
729 Status error = NativeProcessNetBSD::PtraceWrapper(PT_IO, GetID(), &io); in WriteMemory()
760 Status error = NativeProcessNetBSD::PtraceWrapper(PT_IO, GetID(), &io); in GetAuxvData()
777 Status error = PtraceWrapper(PT_LWPINFO, GetID(), &info, sizeof(info)); in ReinitializeThreads()
784 error = PtraceWrapper(PT_LWPINFO, GetID(), &info, sizeof(info)); in ReinitializeThreads()