Searched refs:AppendSTDOUT (Results 1 – 6 of 6) sorted by relevance
228 void AppendSTDOUT (char* s, size_t len);
1214 MachProcess::AppendSTDOUT (char* s, size_t len) in AppendSTDOUT() function in MachProcess1351 proc->AppendSTDOUT(s, bytes_read); in STDIOThread()1375 proc->AppendSTDOUT(s, bytes_read); in STDIOThread()
4384 Process::AppendSTDOUT (const char * s, size_t len) in AppendSTDOUT() function in Process4496 process->AppendSTDOUT (static_cast<const char *>(src), src_len); in STDIOReadThreadBytesReceived()4534 process->AppendSTDOUT ("^D", 2); in ProcessInputReaderCallback()
3744 AppendSTDOUT (const char *s, size_t len);
747 process->AppendSTDOUT (inferior_stdout.c_str(), inferior_stdout.size()); in SendContinuePacketAndWaitForResponse()
354 (MachProcess::AppendSTDOUT): Ditto.