Home
last modified time | relevance | path

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

/external/lldb/tools/driver/
DDriver.cpp1310 SBCommunication master_out_comm("driver.editline"); in MainLoop() local
1311 master_out_comm.SetCloseOnEOF (false); in MainLoop()
1312 master_out_comm.AdoptFileDesriptor(m_editline_pty.GetMasterFileDescriptor(), false); in MainLoop()
1313 master_out_comm.SetReadThreadBytesReceivedCallback(Driver::MasterThreadBytesReceived, this); in MainLoop()
1315 if (master_out_comm.ReadThreadStart () == false) in MainLoop()
1596 master_out_comm.SetReadThreadBytesReceivedCallback(NULL, NULL); in MainLoop()
1597 master_out_comm.Disconnect(); in MainLoop()
1598 master_out_comm.ReadThreadStop(); in MainLoop()