Searched refs:GetCloseOnEOF (Results 1 - 7 of 7) sorted by relevance

/external/lldb/test/python_api/default-constructor/
H A Dsb_communication.py20 obj.GetCloseOnEOF()
/external/lldb/include/lldb/API/
H A DSBCommunication.h58 GetCloseOnEOF ();
/external/lldb/scripts/Python/interface/
H A DSBCommunication.i52 GetCloseOnEOF ();
/external/lldb/include/lldb/Core/
H A DCommunication.h324 GetCloseOnEOF () const function in class:lldb_private::Communication
/external/lldb/source/API/
H A DSBCommunication.cpp53 SBCommunication::GetCloseOnEOF () function in class:SBCommunication
56 return m_opaque->GetCloseOnEOF ();
/external/lldb/source/Core/
H A DCommunication.cpp359 if (comm->GetCloseOnEOF ())
370 if (comm->GetCloseOnEOF())
H A DDebugger.cpp710 return m_input_comm.GetCloseOnEOF();

Completed in 260 milliseconds