Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp47 m_supports_vCont_C (eLazyBoolCalculate), in GDBRemoteCommunicationClient()
192 m_supports_vCont_C = eLazyBoolCalculate; in ResetDiscoverableSettings()
241 m_supports_vCont_C = eLazyBoolNo; in GetVContSupported()
251 m_supports_vCont_C = eLazyBoolYes; in GetVContSupported()
260 m_supports_vCont_C == eLazyBoolYes && in GetVContSupported()
268 m_supports_vCont_C == eLazyBoolYes || in GetVContSupported()
282 case 'C': return m_supports_vCont_C; in GetVContSupported()
DGDBRemoteCommunicationClient.h368 lldb_private::LazyBool m_supports_vCont_C; variable