Home
last modified time | relevance | path

Searched refs:SetCloseOnEOF (Results 1 – 8 of 8) sorted by relevance

/external/lldb/test/python_api/default-constructor/
Dsb_communication.py21 obj.SetCloseOnEOF(True)
22 obj.SetCloseOnEOF(False)
/external/lldb/source/API/
DSBCommunication.cpp61 SBCommunication::SetCloseOnEOF (bool b) in SetCloseOnEOF() function in SBCommunication
64 m_opaque->SetCloseOnEOF (b); in SetCloseOnEOF()
/external/lldb/scripts/Python/interface/
DSBCommunication.i55 SetCloseOnEOF (bool b);
/external/lldb/include/lldb/API/
DSBCommunication.h61 SetCloseOnEOF (bool b);
/external/lldb/include/lldb/Core/
DCommunication.h330 SetCloseOnEOF (bool b) in SetCloseOnEOF() function
/external/lldb/tools/driver/
DDriver.cpp1311 master_out_comm.SetCloseOnEOF (false); in MainLoop()
1326 out_comm_2.SetCloseOnEOF (false); in MainLoop()
/external/lldb/source/Core/
DDebugger.cpp716 m_input_comm.SetCloseOnEOF(b); in SetCloseInputOnEOF()
/external/lldb/www/python_reference/
Dapi-objects.txt2608 lldb.SBCommunication.SetCloseOnEOF lldb.SBCommunication-class.html#SetCloseOnEOF