Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h563 m_supports_qUserName : 1, m_supports_qGroupName : 1, variable
DGDBRemoteCommunicationClient.cpp93 m_supports_qUserName(true), m_supports_qGroupName(true), in GDBRemoteCommunicationClient()
304 m_supports_qGroupName = true; in ResetDiscoverableSettings()
2290 if (m_supports_qGroupName) { in GetGroupName()
2308 m_supports_qGroupName = false; in GetGroupName()