LLDB mainline
|
#include <sys/ptrace.h>
Go to the source code of this file.
Macros | |
#define | DEBUG_PTRACE_MAXBYTES 20 |
#define | PTRACE_GETREGS 12 |
#define | PTRACE_SETREGS 13 |
#define | PTRACE_GETFPREGS 14 |
#define | PTRACE_SETFPREGS 15 |
#define | PTRACE_GETREGSET 0x4204 |
#define | PTRACE_SETREGSET 0x4205 |
#define | PTRACE_GET_THREAD_AREA 25 |
#define | PTRACE_ARCH_PRCTL 30 |
#define | ARCH_SET_GS 0x1001 |
#define | ARCH_SET_FS 0x1002 |
#define | ARCH_GET_FS 0x1003 |
#define | ARCH_GET_GS 0x1004 |
#define | PTRACE_PEEKMTETAGS 33 |
#define | PTRACE_POKEMTETAGS 34 |
Typedefs | |
typedef int | __ptrace_request |
#define DEBUG_PTRACE_MAXBYTES 20 |
Definition at line 20 of file Ptrace.h.
Referenced by DisplayBytes().
#define PTRACE_GETFPREGS 14 |
Definition at line 30 of file Ptrace.h.
Referenced by lldb_private::process_linux::NativeRegisterContextLinux::ReadFPR().
#define PTRACE_GETREGS 12 |
Definition at line 24 of file Ptrace.h.
Referenced by lldb_private::process_linux::NativeRegisterContextLinux::ReadGPR().
#define PTRACE_GETREGSET 0x4204 |
#define PTRACE_SETFPREGS 15 |
Definition at line 33 of file Ptrace.h.
Referenced by PtraceDisplayBytes(), and lldb_private::process_linux::NativeRegisterContextLinux::WriteFPR().
#define PTRACE_SETREGS 13 |
Definition at line 27 of file Ptrace.h.
Referenced by PtraceDisplayBytes(), and lldb_private::process_linux::NativeRegisterContextLinux::WriteGPR().
#define PTRACE_SETREGSET 0x4205 |
Definition at line 39 of file Ptrace.h.
Referenced by PtraceDisplayBytes(), lldb_private::process_linux::NativeProcessLinux::PtraceWrapper(), and lldb_private::process_linux::NativeRegisterContextLinux::WriteRegisterSet().
typedef int __ptrace_request |