Searched refs:PTRACE_GETREGS (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/lldb/include/lldb/Host/linux/ |
| H A D | Ptrace.h | 23 #ifndef PTRACE_GETREGS 24 #define PTRACE_GETREGS 12 macro
|
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
| H A D | ptrace.cpp | 37 res = ptrace(PTRACE_GETREGS, pid, NULL, ®s); in main() 54 res = ptrace((enum __ptrace_request)PTRACE_GETREGS, pid, NULL, ®s); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/ |
| H A D | ptrace.cpp | 105 # define __PTRACE_REQUEST PTRACE_GETREGS in main()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeRegisterContextLinux.cpp | 95 PTRACE_GETREGS, m_thread.GetID(), nullptr, GetGPRBuffer(), GetGPRSize()); in ReadGPR()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stoptheworld_linux_libcdep.cpp | 602 internal_ptrace(PTRACE_GETREGS, tid, nullptr, buffer->data()), &pterrno); in GetRegistersAndSP()
|
| H A D | sanitizer_platform_limits_posix.cpp | 389 #if (defined(PTRACE_GETREGS) && defined(PTRACE_SETREGS)) || \ 391 int ptrace_getregs = PTRACE_GETREGS;
|