Home
last modified time | relevance | path

Searched refs:PTRACE_GETFPREGS (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Host/linux/
H A DPtrace.h29 #ifndef PTRACE_GETFPREGS
30 #define PTRACE_GETFPREGS 14 macro
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dptrace.cpp43 res = ptrace(PTRACE_GETFPREGS, pid, NULL, &fpregs); in main()
70 res = ptrace((enum __ptrace_request)PTRACE_GETFPREGS, pid, NULL, &fpregs); in main()
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dptrace.cpp31 #define __PTRACE_FPREQUEST PTRACE_GETFPREGS
52 #define __PTRACE_FPREQUEST PTRACE_GETFPREGS
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux.cpp104 return NativeProcessLinux::PtraceWrapper(PTRACE_GETFPREGS, m_thread.GetID(), in ReadFPR()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp397 #if (defined(PTRACE_GETFPREGS) && defined(PTRACE_SETFPREGS)) || \
399 int ptrace_getfpregs = PTRACE_GETFPREGS;