Home
last modified time | relevance | path

Searched refs:PTRACE_GETREGS (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Host/linux/
H A DPtrace.h23 #ifndef PTRACE_GETREGS
24 #define PTRACE_GETREGS 12 macro
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dptrace.cpp37 res = ptrace(PTRACE_GETREGS, pid, NULL, &regs); in main()
54 res = ptrace((enum __ptrace_request)PTRACE_GETREGS, pid, NULL, &regs); in main()
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dptrace.cpp105 # define __PTRACE_REQUEST PTRACE_GETREGS in main()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux.cpp95 PTRACE_GETREGS, m_thread.GetID(), nullptr, GetGPRBuffer(), GetGPRSize()); in ReadGPR()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cpp602 internal_ptrace(PTRACE_GETREGS, tid, nullptr, buffer->data()), &pterrno); in GetRegistersAndSP()
H A Dsanitizer_platform_limits_posix.cpp389 #if (defined(PTRACE_GETREGS) && defined(PTRACE_SETREGS)) || \
391 int ptrace_getregs = PTRACE_GETREGS;