LLDB mainline
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

Definition at line 223 of file SystemRuntimeMacOSX.h.

References plo_version.

Member Data Documentation

◆ plo_pthread_tsd_base_address_offset

uint16_t SystemRuntimeMacOSX::LibpthreadOffsets::plo_pthread_tsd_base_address_offset = UINT16_MAX

Definition at line 218 of file SystemRuntimeMacOSX.h.

◆ plo_pthread_tsd_base_offset

uint16_t SystemRuntimeMacOSX::LibpthreadOffsets::plo_pthread_tsd_base_offset = UINT16_MAX

Definition at line 217 of file SystemRuntimeMacOSX.h.

◆ plo_pthread_tsd_entry_size

uint16_t SystemRuntimeMacOSX::LibpthreadOffsets::plo_pthread_tsd_entry_size = UINT16_MAX

Definition at line 219 of file SystemRuntimeMacOSX.h.

◆ plo_version

uint16_t SystemRuntimeMacOSX::LibpthreadOffsets::plo_version = UINT16_MAX

Definition at line 216 of file SystemRuntimeMacOSX.h.

Referenced by IsValid().


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