Home
last modified time | relevance | path

Searched refs:m_libpthread_offsets (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DSystemRuntimeMacOSX.cpp88 m_libpthread_offsets(), m_dispatch_tsd_indexes_addr(LLDB_INVALID_ADDRESS), in SystemRuntimeMacOSX()
199 if (m_libpthread_offsets.IsValid()) { in AddThreadExtendedInfoPacketHints()
201 m_libpthread_offsets.plo_pthread_tsd_base_offset); in AddThreadExtendedInfoPacketHints()
204 m_libpthread_offsets.plo_pthread_tsd_base_address_offset); in AddThreadExtendedInfoPacketHints()
206 m_libpthread_offsets.plo_pthread_tsd_entry_size); in AddThreadExtendedInfoPacketHints()
345 if (m_libpthread_offsets.IsValid()) in ReadLibpthreadOffsets()
363 data.GetU16(&data_offset, &m_libpthread_offsets.plo_version, in ReadLibpthreadOffsets()
DSystemRuntimeMacOSX.h281 struct LibpthreadOffsets m_libpthread_offsets; variable