Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/linux/
H A DPtrace.h32 #ifndef PTRACE_SETFPREGS
33 #define PTRACE_SETFPREGS 15 macro
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux.cpp110 return NativeProcessLinux::PtraceWrapper(PTRACE_SETFPREGS, m_thread.GetID(), in WriteFPR()
H A DNativeProcessLinux.cpp173 case PTRACE_SETFPREGS: { in PtraceDisplayBytes()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp397 #if (defined(PTRACE_GETFPREGS) && defined(PTRACE_SETFPREGS)) || \
400 int ptrace_setfpregs = PTRACE_SETFPREGS;