LLDB mainline
|
#include <NativeRegisterContextLinux.h>
Public Attributes | |
std::unique_ptr< MemoryTagManager > | manager |
Object with tag handling utilities. | |
int | ptrace_read_req |
int | ptrace_write_req |
ptrace operation number for memory tag read | |
Definition at line 69 of file NativeRegisterContextLinux.h.
std::unique_ptr<MemoryTagManager> lldb_private::process_linux::NativeRegisterContextLinux::MemoryTaggingDetails::manager |
Object with tag handling utilities.
If the function below returns a valid structure, you can assume that this pointer is valid.
Definition at line 72 of file NativeRegisterContextLinux.h.
int lldb_private::process_linux::NativeRegisterContextLinux::MemoryTaggingDetails::ptrace_read_req |
Definition at line 73 of file NativeRegisterContextLinux.h.
int lldb_private::process_linux::NativeRegisterContextLinux::MemoryTaggingDetails::ptrace_write_req |
ptrace operation number for memory tag read
Definition at line 74 of file NativeRegisterContextLinux.h.