Home
last modified time | relevance | path

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

/external/lldb/tools/driver/
DIOChannel.cpp45 IOChannel::GetPrompt () in GetPrompt()
54 IOChannel::EditLineHasCharacters () in EditLineHasCharacters()
73 IOChannel::EraseCharsBeforeCursor () in EraseCharsBeforeCursor()
80 IOChannel::ElCompletionFn (EditLine *e, int ch) in ElCompletionFn()
82 IOChannel *io_channel; in ElCompletionFn()
94 IOChannel::ElResize() in ElResize()
100 IOChannel::HandleCompletion (EditLine *e, int ch) in HandleCompletion()
192 IOChannel::IOChannel in IOChannel() function in IOChannel
225 IOChannel::ElCompletionFn); in IOChannel()
261 IOChannel::~IOChannel () in ~IOChannel()
[all …]
DIOChannel.h27 class IOChannel : public lldb::SBBroadcaster
51 IOChannel (FILE *editline_in,
58 ~IOChannel ();
DDriver.cpp1067 if (event_type & IOChannel::eBroadcastBitHasUserInput) in HandleIOEvent()
1117 else if (event_type & IOChannel::eBroadcastBitUserInterrupt) in HandleIOEvent()
1124 else if ((event_type & IOChannel::eBroadcastBitThreadShouldExit) || in HandleIOEvent()
1125 (event_type & IOChannel::eBroadcastBitThreadDidExit)) in HandleIOEvent()
1323 …m_io_channel_ap.reset (new IOChannel(m_editline_slave_fh, editline_output_slave_fh, stdout, stderr… in MainLoop()
1328 …out_comm_2.SetReadThreadBytesReceivedCallback (IOChannel::LibeditOutputBytesReceived, m_io_channel… in MainLoop()
1377 IOChannel::eBroadcastBitHasUserInput | in MainLoop()
1378 IOChannel::eBroadcastBitUserInterrupt | in MainLoop()
1379 IOChannel::eBroadcastBitThreadShouldExit | in MainLoop()
1380 IOChannel::eBroadcastBitThreadDidStart | in MainLoop()
[all …]
DDriver.h29 class IOChannel; variable
163 std::unique_ptr<IOChannel> m_io_channel_ap;
DCMakeLists.txt7 IOChannel.cpp
DAndroid.mk13 IOChannel.cpp
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj486 …6F5C27810F3D9E4009D5894 /* IOChannel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26F5C27510…
1418IOChannel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.c…
1419 … /* IOChannel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h…
3272 26F5C27610F3D9E4009D5894 /* IOChannel.h */,
3273 26F5C27510F3D9E4009D5894 /* IOChannel.cpp */,
4325 26F5C27810F3D9E4009D5894 /* IOChannel.cpp in Sources */,