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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h504 LazyBool m_supports_vCont_C; member in class:lldb_private::process_gdb_remote::GDBRemoteCommunicationClient
H A DGDBRemoteCommunicationClient.cpp57 m_supports_vCont_C(eLazyBoolCalculate),
274 m_supports_vCont_C = eLazyBoolCalculate;
463 m_supports_vCont_C = eLazyBoolNo;
473 m_supports_vCont_C = eLazyBoolYes;
482 m_supports_vCont_C == eLazyBoolYes &&
489 m_supports_vCont_C == eLazyBoolYes ||
505 return m_supports_vCont_C;

Completed in 79 milliseconds