LLDB mainline
Public Attributes | List of all members
lldb_private::process_linux::NativeRegisterContextLinux::MemoryTaggingDetails Struct Reference

#include <NativeRegisterContextLinux.h>

Public Attributes

std::unique_ptr< MemoryTagManagermanager
 Object with tag handling utilities.
 
int ptrace_read_req
 
int ptrace_write_req
 ptrace operation number for memory tag read
 

Detailed Description

Definition at line 69 of file NativeRegisterContextLinux.h.

Member Data Documentation

◆ manager

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.

◆ ptrace_read_req

int lldb_private::process_linux::NativeRegisterContextLinux::MemoryTaggingDetails::ptrace_read_req

Definition at line 73 of file NativeRegisterContextLinux.h.

◆ ptrace_write_req

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.


The documentation for this struct was generated from the following file: