|
LLDB mainline
|
#include "NativeRegisterContextLinux.h"#include "Plugins/Process/Linux/NativeProcessLinux.h"#include "Plugins/Process/POSIX/ProcessPOSIXLog.h"#include "lldb/Host/HostInfo.h"#include "lldb/Host/common/NativeProcessProtocol.h"#include "lldb/Host/common/NativeThreadProtocol.h"#include "lldb/Utility/RegisterValue.h"#include <sys/ptrace.h>#include <sys/uio.h>Go to the source code of this file.
Macros | |
| #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_GETFPREGS 14 |
Definition at line 32 of file NativeRegisterContextLinux.cpp.
Referenced by lldb_private::process_linux::NativeRegisterContextLinux::ReadFPR().
| #define PTRACE_GETREGS 12 |
Definition at line 24 of file NativeRegisterContextLinux.cpp.
Referenced by lldb_private::process_linux::NativeRegisterContextLinux::ReadGPR().
| #define PTRACE_GETREGSET 0x4204 |
Definition at line 40 of file NativeRegisterContextLinux.cpp.
| #define PTRACE_SETFPREGS 15 |
Definition at line 36 of file NativeRegisterContextLinux.cpp.
| #define PTRACE_SETREGS 13 |
Definition at line 28 of file NativeRegisterContextLinux.cpp.
| #define PTRACE_SETREGSET 0x4205 |
Definition at line 44 of file NativeRegisterContextLinux.cpp.