Searched refs:PtraceWrapper (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeRegisterContextNetBSD.cpp | 77 return NativeProcessNetBSD::PtraceWrapper(PT_GETREGS, GetProcessPid(), buf, in DoReadGPR() 82 return NativeProcessNetBSD::PtraceWrapper(PT_SETREGS, GetProcessPid(), buf, in DoWriteGPR() 87 return NativeProcessNetBSD::PtraceWrapper(PT_GETFPREGS, GetProcessPid(), buf, in DoReadFPR() 92 return NativeProcessNetBSD::PtraceWrapper(PT_SETFPREGS, GetProcessPid(), buf, in DoWriteFPR() 97 return NativeProcessNetBSD::PtraceWrapper(PT_GETDBREGS, GetProcessPid(), buf, in DoReadDBR() 102 return NativeProcessNetBSD::PtraceWrapper(PT_SETDBREGS, GetProcessPid(), buf, in DoWriteDBR()
|
| H A D | NativeProcessNetBSD.cpp | 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() 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() [all …]
|
| H A D | NativeProcessNetBSD.h | 90 static Status PtraceWrapper(int req, lldb::pid_t pid, void *addr = nullptr,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | ProcessMonitor.cpp | 63 extern long PtraceWrapper(int req, lldb::pid_t pid, void *addr, int data, in PtraceWrapper() function 131 extern long PtraceWrapper(int req, lldb::pid_t pid, void *addr, int data) { in PtraceWrapper() function 139 PtraceWrapper((req), (pid), (addr), (data), #req, __FILE__, __LINE__) 141 PtraceWrapper((req), (pid), (addr), (data))
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | NativeProcessDarwin.h | 119 static Status PtraceWrapper(int req, lldb::pid_t pid, void *addr = nullptr,
|