Home | History | Annotate | Download | only in Commands

Lines Matching defs:out_stream

4861         StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream();
4871 out_stream->Printf ("%s\n", "Enter your stop hook command(s). Type 'DONE' to end.");
4873 out_stream->Printf ("%s", reader.GetPrompt());
4874 out_stream->Flush();
4885 out_stream->Printf ("%s", reader.GetPrompt());
4886 out_stream->Flush();
4905 out_stream->Printf ("%s", reader.GetPrompt());
4906 out_stream->Flush();
4916 out_stream->Printf ("Stop hook cancelled.\n");
4917 out_stream->Flush();
4932 out_stream->Printf ("Stop hook #%" PRIu64 " added.\n", new_stop_hook->GetID());
4933 out_stream->Flush();