Home | History | Annotate | Download | only in Commands

Lines Matching defs:out_stream

1097                     StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream ();
1098 out_stream->Printf("%s\n", "Enter regular expressions in the form 's/<regex>/<subst>/' and terminate with an empty line:");
1099 out_stream->Flush();
1124 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream();
1125 out_stream->Printf("error: %s\n", error.AsCString());
1126 out_stream->Flush();
1139 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream();
1140 out_stream->PutCString("Regular expression command creations was cancelled.\n");
1141 out_stream->Flush();
1652 StreamSP out_stream = data.GetOutStream();
1656 out_stream->Printf ("%s\n", g_python_command_instructions);
1658 out_stream->Printf ("%s", data.reader.GetPrompt());
1659 out_stream->Flush();
1665 StreamSP out_stream = data.GetOutStream();
1669 out_stream->Printf ("%s", data.reader.GetPrompt());
1670 out_stream->Flush();
1675 StreamSP out_stream = data.GetOutStream();
1683 out_stream->Printf ("%s", data.reader.GetPrompt());
1684 out_stream->Flush();
1689 StreamSP out_stream = data.GetOutStream();
1694 out_stream->Printf ("Warning: No script attached.\n");
1695 out_stream->Flush();
1704 StreamSP out_stream = data.GetOutStream();
1709 out_stream->Printf ("Script interpreter missing: no script attached.\n");
1710 out_stream->Flush();
1717 out_stream->Printf ("Unable to create function: no script attached.\n");
1718 out_stream->Flush();
1723 out_stream->Printf ("Unable to obtain a function name: no script attached.\n");
1724 out_stream->Flush();
1736 out_stream->Printf ("Unable to add selected command: no script attached.\n");
1737 out_stream->Flush();