Home
last modified time | relevance | path

Searched refs:PTRACE (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessMonitor.cpp135 #define PTRACE(req, pid, addr, data) \ macro
151 if (PTRACE(PT_IO, pid, (caddr_t)&pi_desc, 0) < 0) { in DoReadMemory()
167 if (PTRACE(PT_IO, pid, (caddr_t)&pi_desc, 0) < 0) { in DoWriteMemory()
282 if ((rc = PTRACE(PT_GETREGS, m_tid, (caddr_t)&regs, 0)) < 0) { in Execute()
318 if (PTRACE(PT_GETREGS, m_tid, (caddr_t)&regs, 0) < 0) { in Execute()
324 if (PTRACE(PT_SETREGS, m_tid, (caddr_t)&regs, 0) < 0) in Execute()
353 if ((rc = PTRACE(PT_GETDBREGS, m_tid, (caddr_t)&regs, 0)) < 0) { in Execute()
384 if (PTRACE(PT_GETDBREGS, m_tid, (caddr_t)&regs, 0) < 0) { in Execute()
390 if (PTRACE(PT_SETDBREGS, m_tid, (caddr_t)&regs, 0) < 0) in Execute()
415 rc = PTRACE(PT_GETREGS, m_tid, (caddr_t)m_buf, 0); in Execute()
[all …]
/external/swiftshader/src/Reactor/
DDebug.cpp27 # define PTRACE macro
49 #if defined(PTRACE) && !defined(__APPLE__) && !defined(__MACH__) in IsUnderDebugger()
/external/swiftshader/src/System/
DDebug.cpp22 # define PTRACE macro
49 #if defined(PTRACE) && !defined(__APPLE__) && !defined(__MACH__) in IsUnderDebugger()
/external/llvm-project/lldb/test/API/functionalities/postmortem/elf-core/gcore/
Dmake-core.sh7 Your system prevents the use of PTRACE to attach to non-child processes. The core file