Home
last modified time | relevance | path

Searched refs:m_dispatch_tsd_indexes_addr (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()
370 if (m_dispatch_tsd_indexes_addr != LLDB_INVALID_ADDRESS) in ReadLibdispatchTSDIndexesAddress()
384 m_dispatch_tsd_indexes_addr = in ReadLibdispatchTSDIndexesAddress()
397 if (m_dispatch_tsd_indexes_addr != LLDB_INVALID_ADDRESS) { in ReadLibdispatchTSDIndexes()
405 … if (m_process->GetTarget().ResolveLoadAddress (m_dispatch_tsd_indexes_addr, dti_struct_addr)) in ReadLibdispatchTSDIndexes()
418 if (m_dispatch_tsd_indexes_addr != LLDB_INVALID_ADDRESS) { in ReadLibdispatchTSDIndexes()
441 ProcessStructReader struct_reader(m_process, m_dispatch_tsd_indexes_addr, in ReadLibdispatchTSDIndexes()
DSystemRuntimeMacOSX.h283 lldb::addr_t m_dispatch_tsd_indexes_addr; variable