Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
HDProcessElfCore.cpp114 m_thread_data_valid(false), in ProcessElfCore()
201 m_thread_data_valid = true; in DoLoadCore()
255 if (!m_thread_data_valid) in UpdateThreadList()
575 if (!m_thread_data_valid) in GetNumThreadContexts()
HDProcessElfCore.h135 bool m_thread_data_valid; variable