Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h568 m_supports_qModuleInfo : 1, m_supports_jThreadsInfo : 1, variable
DGDBRemoteCommunicationClient.cpp99 m_supports_jThreadsInfo(true), m_supports_jModulesInfo(true), in GDBRemoteCommunicationClient()
575 if (m_supports_jThreadsInfo) { in GetThreadsInfo()
581 m_supports_jThreadsInfo = false; in GetThreadsInfo()