Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DCommunication.h290 bool GetCloseOnEOF() const { return m_close_on_eof; } in GetCloseOnEOF()
292 void SetCloseOnEOF(bool b) { m_close_on_eof = b; } in SetCloseOnEOF()
316 bool m_close_on_eof; variable
/external/llvm-project/lldb/source/Core/
DCommunication.cpp46 m_callback(nullptr), m_callback_baton(nullptr), m_close_on_eof(true) in Communication()