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.h503 LazyBool m_supports_vCont_c; member in class:lldb_private::process_gdb_remote::GDBRemoteCommunicationClient
H A DGDBRemoteCommunicationClient.cpp56 m_supports_vCont_c(eLazyBoolCalculate),
273 m_supports_vCont_c = eLazyBoolCalculate;
458 if (m_supports_vCont_c == eLazyBoolCalculate) {
462 m_supports_vCont_c = eLazyBoolNo;
470 m_supports_vCont_c = eLazyBoolYes;
481 if (m_supports_vCont_c == eLazyBoolYes &&
488 if (m_supports_vCont_c == eLazyBoolYes ||
503 return m_supports_vCont_c;

Completed in 84 milliseconds