Home | History | Annotate | Download | only in Interpreter

Lines Matching defs:out_stream

875             StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream();
879 out_stream->Printf ("Python Interactive Interpreter. To exit, type 'quit()', 'exit()' or Ctrl-D.\n");
880 out_stream->Flush();
1301 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream();
1306 out_stream->Printf ("%s\n", g_bkpt_command_reader_instructions);
1308 out_stream->Printf ("%s", reader.GetPrompt());
1309 out_stream->Flush ();
1319 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream();
1323 out_stream->Printf ("%s", reader.GetPrompt());
1324 out_stream->Flush ();
1334 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream();
1340 out_stream->Printf ("%s", reader.GetPrompt());
1341 out_stream->Flush ();
1378 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream();
1379 out_stream->Printf ("Warning: No command attached to breakpoint.\n");
1380 out_stream->Flush();
1387 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream();
1388 out_stream->Printf ("Warning: Unable to find script intepreter; no command attached to breakpoint.\n");
1389 out_stream->Flush();
1417 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream();
1423 out_stream->Printf ("%s\n", g_reader_instructions);
1425 out_stream->Printf ("%s", reader.GetPrompt());
1426 out_stream->Flush ();
1436 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream();
1440 out_stream->Printf ("%s", reader.GetPrompt());
1441 out_stream->Flush ();
1451 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream();
1457 out_stream->Printf ("%s", reader.GetPrompt());
1458 out_stream->Flush ();
1495 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream();
1496 out_stream->Printf ("Warning: No command attached to breakpoint.\n");
1497 out_stream->Flush();
1504 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream();
1505 out_stream->Printf ("Warning: Unable to find script intepreter; no command attached to breakpoint.\n");
1506 out_stream->Flush();