Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.h531 LazyBool m_supports_QPassSignals; variable
HDGDBRemoteCommunicationClient.cpp83 m_supports_QPassSignals(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
147 if (m_supports_QPassSignals == eLazyBoolCalculate) { in GetQPassSignalsSupported()
150 return m_supports_QPassSignals == eLazyBoolYes; in GetQPassSignalsSupported()
425 m_supports_QPassSignals = eLazyBoolYes; in GetRemoteQSupported()
427 m_supports_QPassSignals = eLazyBoolNo; in GetRemoteQSupported()