Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h566 m_supports_qUserName : 1, m_supports_qGroupName : 1, variable
H A DGDBRemoteCommunicationClient.cpp65 m_supports_qUserName(true), m_supports_qGroupName(true), in GDBRemoteCommunicationClient()
301 m_supports_qGroupName = true; in ResetDiscoverableSettings()
2411 if (m_supports_qGroupName) { in GetGroupName()
2429 m_supports_qGroupName = false; in GetGroupName()