Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h559 LazyBool m_supports_QPassSignals; variable
DGDBRemoteCommunicationClient.cpp90 m_supports_QPassSignals(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
154 if (m_supports_QPassSignals == eLazyBoolCalculate) { in GetQPassSignalsSupported()
157 return m_supports_QPassSignals == eLazyBoolYes; in GetQPassSignalsSupported()
432 m_supports_QPassSignals = eLazyBoolYes; in GetRemoteQSupported()
434 m_supports_QPassSignals = eLazyBoolNo; in GetRemoteQSupported()