LLDB mainline
|
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 |
Definition at line 215 of file SystemRuntimeMacOSX.h.
|
default |
|
inline |
Definition at line 223 of file SystemRuntimeMacOSX.h.
References plo_version.
Referenced by SystemRuntimeMacOSX::AddThreadExtendedInfoPacketHints(), and SystemRuntimeMacOSX::ReadLibpthreadOffsets().
uint16_t SystemRuntimeMacOSX::LibpthreadOffsets::plo_pthread_tsd_base_address_offset = UINT16_MAX |
Definition at line 218 of file SystemRuntimeMacOSX.h.
Referenced by SystemRuntimeMacOSX::AddThreadExtendedInfoPacketHints().
uint16_t SystemRuntimeMacOSX::LibpthreadOffsets::plo_pthread_tsd_base_offset = UINT16_MAX |
Definition at line 217 of file SystemRuntimeMacOSX.h.
Referenced by SystemRuntimeMacOSX::AddThreadExtendedInfoPacketHints().
uint16_t SystemRuntimeMacOSX::LibpthreadOffsets::plo_pthread_tsd_entry_size = UINT16_MAX |
Definition at line 219 of file SystemRuntimeMacOSX.h.
Referenced by SystemRuntimeMacOSX::AddThreadExtendedInfoPacketHints().
uint16_t SystemRuntimeMacOSX::LibpthreadOffsets::plo_version = UINT16_MAX |
Definition at line 216 of file SystemRuntimeMacOSX.h.
Referenced by IsValid(), and SystemRuntimeMacOSX::ReadLibpthreadOffsets().