HomeSort by relevance Sort by last modified time
    Searched refs:HandlePacket_QSetSTDIO (Results 1 - 2 of 2) sorted by null

  /external/lldb/tools/debugserver/source/
RNBRemote.h 186 rnb_err_t HandlePacket_QSetSTDIO (const char *p);
RNBRemote.cpp 185 t.push_back (Packet (set_stdin, &RNBRemote::HandlePacket_QSetSTDIO , NULL, "QSetSTDIN:", "Set the standard input for a process to be launched with the 'A' packet"));
186 t.push_back (Packet (set_stdout, &RNBRemote::HandlePacket_QSetSTDIO , NULL, "QSetSTDOUT:", "Set the standard output for a process to be launched with the 'A' packet"));
187 t.push_back (Packet (set_stderr, &RNBRemote::HandlePacket_QSetSTDIO , NULL, "QSetSTDERR:", "Set the standard error for a process to be launched with the 'A' packet"));
    [all...]

Completed in 38 milliseconds