Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h228 void AppendSTDOUT (char* s, size_t len);
DMachProcess.cpp1214 MachProcess::AppendSTDOUT (char* s, size_t len) in AppendSTDOUT() function in MachProcess
1351 proc->AppendSTDOUT(s, bytes_read); in STDIOThread()
1375 proc->AppendSTDOUT(s, bytes_read); in STDIOThread()
/external/lldb/source/Target/
DProcess.cpp4384 Process::AppendSTDOUT (const char * s, size_t len) in AppendSTDOUT() function in Process
4496 process->AppendSTDOUT (static_cast<const char *>(src), src_len); in STDIOReadThreadBytesReceived()
4534 process->AppendSTDOUT ("^D", 2); in ProcessInputReaderCallback()
/external/lldb/include/lldb/Target/
DProcess.h3744 AppendSTDOUT (const char *s, size_t len);
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp747 process->AppendSTDOUT (inferior_stdout.c_str(), inferior_stdout.size()); in SendContinuePacketAndWaitForResponse()
/external/lldb/tools/debugserver/source/
DChangeLog354 (MachProcess::AppendSTDOUT): Ditto.