Searched defs:HandlePacket_QSetSTDIO (Results 1 - 1 of 1) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DRNBRemote.cpp185 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"));
2094 RNBRemote::HandlePacket_QSetSTDIO (const char *p) function in class:RNBRemote

Completed in 110 milliseconds