Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.h166 uint32_t m_dyld_all_image_infos_stop_id; variable
DDynamicLoaderMacOSXDYLD.cpp100 m_dyld_all_image_infos(), m_dyld_all_image_infos_stop_id(UINT32_MAX), in DynamicLoaderMacOSXDYLD()
412 if (m_process->GetStopID() == m_dyld_all_image_infos_stop_id) in ReadAllImageInfosStructure()
522 m_dyld_all_image_infos_stop_id = m_process->GetStopID(); in ReadAllImageInfosStructure()