Home | History | Annotate | Download | only in Commands

Lines Matching defs:out_stream

273         StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream();
281 out_stream->Printf ("%s\n", g_reader_instructions);
283 out_stream->Printf ("%s", reader.GetPrompt());
284 out_stream->Flush();
294 out_stream->Printf ("%s", reader.GetPrompt());
295 out_stream->Flush();
315 out_stream->Printf ("%s", reader.GetPrompt());
316 out_stream->Flush();
336 out_stream->Printf ("Warning: No command attached to breakpoint.\n");
337 out_stream->Flush();