LLDB mainline
Public Member Functions | Public Attributes | List of all members
SystemRuntimeMacOSX::LibpthreadOffsets Struct Reference

Public Member Functions

 LibpthreadOffsets ()=default
 
bool IsValid ()
 

Public Attributes

uint16_t plo_version = UINT16_MAX
 
uint16_t plo_pthread_tsd_base_offset = UINT16_MAX
 
uint16_t plo_pthread_tsd_base_address_offset = UINT16_MAX
 
uint16_t plo_pthread_tsd_entry_size = UINT16_MAX
 

Detailed Description

Definition at line 215 of file SystemRuntimeMacOSX.h.

Constructor & Destructor Documentation

◆ LibpthreadOffsets()

SystemRuntimeMacOSX::LibpthreadOffsets::LibpthreadOffsets ( )
default

Member Function Documentation

◆ IsValid()

bool SystemRuntimeMacOSX::LibpthreadOffsets::IsValid ( )
inline

Member Data Documentation

◆ plo_pthread_tsd_base_address_offset

uint16_t SystemRuntimeMacOSX::LibpthreadOffsets::plo_pthread_tsd_base_address_offset = UINT16_MAX

◆ plo_pthread_tsd_base_offset

uint16_t SystemRuntimeMacOSX::LibpthreadOffsets::plo_pthread_tsd_base_offset = UINT16_MAX

◆ plo_pthread_tsd_entry_size

uint16_t SystemRuntimeMacOSX::LibpthreadOffsets::plo_pthread_tsd_entry_size = UINT16_MAX

◆ plo_version

uint16_t SystemRuntimeMacOSX::LibpthreadOffsets::plo_version = UINT16_MAX

Definition at line 216 of file SystemRuntimeMacOSX.h.

Referenced by IsValid(), and SystemRuntimeMacOSX::ReadLibpthreadOffsets().


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