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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h516 LazyBool m_attach_or_wait_reply; member in class:lldb_private::process_gdb_remote::GDBRemoteCommunicationClient
H A DGDBRemoteCommunicationClient.cpp69 m_attach_or_wait_reply(eLazyBoolCalculate),
240 if (m_attach_or_wait_reply == eLazyBoolCalculate) {
241 m_attach_or_wait_reply = eLazyBoolNo;
247 m_attach_or_wait_reply = eLazyBoolYes;
250 return m_attach_or_wait_reply == eLazyBoolYes;
286 m_attach_or_wait_reply = eLazyBoolCalculate;

Completed in 100 milliseconds