Searched refs:out_stream (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DStreamCallback.cpp53 StreamString &out_stream = FindStreamForThread(cur_tid); local
54 m_callback (out_stream.GetData(), m_baton);
55 out_stream.Clear();
H A DDisassembler.cpp660 Instruction::ReadArray (FILE *in_file, Stream *out_stream, OptionValue::Type data_type) argument
672 out_stream->Printf ("Instruction::ReadArray: Error reading file (fgets).\n");
725 Instruction::ReadDictionary (FILE *in_file, Stream *out_stream) argument
740 out_stream->Printf ("Instruction::ReadDictionary: Error reading file (fgets).\n");
777 out_stream->Printf ("Instruction::ReadDictionary: Failure executing regular expression.\n");
793 value_sp = ReadDictionary (in_file, out_stream);
804 value_sp = ReadArray (in_file, out_stream, data_type);
844 Instruction::TestEmulation (Stream *out_stream, const char *file_name) argument
846 if (!out_stream)
851 out_stream
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp1097 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream (); local
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(); local
1125 out_stream->Printf("error: %s\n", error.AsCString());
1126 out_stream->Flush();
1139 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream(); local
1140 out_stream->PutCString("Regular expression command creations was cancelled.\n");
1141 out_stream->Flush();
1652 StreamSP out_stream local
1665 StreamSP out_stream = data.GetOutStream(); local
1675 StreamSP out_stream = data.GetOutStream(); local
1689 StreamSP out_stream = data.GetOutStream(); local
1704 StreamSP out_stream = data.GetOutStream(); local
[all...]
H A DCommandObjectWatchpointCommand.cpp251 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream(); local
259 out_stream->Printf ("%s\n", g_reader_instructions);
261 out_stream->Printf ("%s", reader.GetPrompt());
262 out_stream->Flush();
272 out_stream->Printf ("%s", reader.GetPrompt());
273 out_stream->Flush();
293 out_stream->Printf ("%s", reader.GetPrompt());
294 out_stream->Flush();
314 out_stream->Printf ("Warning: No command attached to watchpoint.\n");
315 out_stream
[all...]
H A DCommandObjectType.cpp767 StreamSP out_stream = data.reader.GetDebugger().GetAsyncOutputStream(); local
771 out_stream->Printf ("%s\n", g_summary_addreader_instructions);
773 out_stream->Printf ("%s", data.reader.GetPrompt());
774 out_stream->Flush();
780 StreamSP out_stream = data.reader.GetDebugger().GetAsyncOutputStream(); local
784 out_stream->Printf ("%s", data.reader.GetPrompt());
785 out_stream->Flush();
790 StreamSP out_stream = data.reader.GetDebugger().GetAsyncOutputStream(); local
798 out_stream->Printf ("%s", data.reader.GetPrompt());
799 out_stream
804 StreamSP out_stream = data.reader.GetDebugger().GetAsyncOutputStream(); local
819 StreamSP out_stream = data.reader.GetDebugger().GetAsyncOutputStream(); local
3317 StreamSP out_stream = data.GetOutStream(); local
3330 StreamSP out_stream = data.GetOutStream(); local
3340 StreamSP out_stream = data.GetOutStream(); local
3354 StreamSP out_stream = data.GetOutStream(); local
3369 StreamSP out_stream = data.GetOutStream(); local
[all...]
H A DCommandObjectBreakpointCommand.cpp273 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream(); local
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
[all...]
H A DCommandObjectTarget.cpp4861 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream(); local
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
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp875 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream(); local
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(); local
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(); local
1323 out_stream->Printf ("%s", reader.GetPrompt());
1324 out_stream
1334 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream(); local
1378 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream(); local
1387 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream(); local
1417 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream(); local
1436 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream(); local
1451 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream(); local
1495 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream(); local
1504 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream(); local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBInstruction.cpp189 StreamFile out_stream (out, false);
190 m_opaque_sp->Dump (&out_stream, 0, true, false, NULL);
/freebsd-10.0-release/contrib/gcc/
H A Dc-opts.c66 static FILE *out_stream; variable
1077 out_stream = stdout;
1079 out_stream = fopen (out_fname, "w");
1081 if (out_stream == NULL)
1091 init_pp_output (out_stream);
1215 deps_stream = out_stream;
1228 if (deps_stream && deps_stream != out_stream
1232 if (out_stream && (ferror (out_stream) || fclose (out_stream)))
[all...]
H A Dc-ppoutput.c92 init_pp_output (FILE *out_stream) argument
129 print.outf = out_stream;
/freebsd-10.0-release/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c224 svn_stream_t *out_stream;
306 SVN_ERR(svn_stream_printf(pb->out_stream, pool,
463 SVN_ERR(svn_stream_write(rb->pb->out_stream,
465 SVN_ERR(svn_stream_write(rb->pb->out_stream,
526 SVN_ERR(svn_stream_printf(pb->out_stream, pool,
666 (nb->rb->pb->out_stream, pool,
674 SVN_ERR(svn_stream_printf(nb->rb->pb->out_stream,
734 SVN_ERR(svn_stream_write(nb->rb->pb->out_stream,
736 SVN_ERR(svn_stream_write(nb->rb->pb->out_stream,
931 *stream = nb->rb->pb->out_stream;
223 svn_stream_t *out_stream; member in struct:parse_baton_t
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp1022 SBStream out_stream; local
1025 out_stream.Printf ("Target %d: (", target_idx);
1027 out_stream.Printf ("Target <unknown index>: (");
1028 process.GetTarget().GetDescription (out_stream, eDescriptionLevelBrief);
1029 out_stream.Printf (") stopped.\n");
1030 m_io_channel_ap->OutWrite (out_stream.GetData(), out_stream.GetSize(), ASYNC);
1051 SBStream out_stream; local
1052 thread.GetStatus(out_stream);
1053 m_io_channel_ap->OutWrite (out_stream
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDisassembler.h99 ReadArray (FILE *in_file, Stream *out_stream, OptionValue::Type data_type);
102 ReadDictionary (FILE *in_file, Stream *out_stream);
H A DEmulateInstruction.h409 TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data) = 0;
/freebsd-10.0-release/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c820 print_diff_tree(svn_stream_t *out_stream,
948 SVN_ERR(svn_stream_printf_from_utf8(out_stream, encoding, pool,
981 SVN_ERR(svn_stream_printf_from_utf8(out_stream, encoding, pool,
994 outfile = svn_stream__aprfile(out_stream);
1023 svn_stream_disown(out_stream, pool),
1036 SVN_ERR(svn_stream_printf_from_utf8(out_stream, encoding, pool,
1056 SVN_ERR(svn_stream_printf_from_utf8(out_stream, encoding, pool,
1066 (out_stream, diff, orig_path, new_path,
1070 SVN_ERR(svn_stream_printf_from_utf8(out_stream, encoding, pool,
1081 SVN_ERR(svn_stream_printf_from_utf8(out_stream, encodin
815 print_diff_tree(svn_stream_t *out_stream, const char *encoding, svn_fs_root_t *root, svn_fs_root_t *base_root, svn_repos_node_t *node, const char *path , const char *base_path , const svnlook_ctxt_t *c, const char *tmpdir, apr_pool_t *pool) argument
1518 svn_stream_t *out_stream; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h170 TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data);
H A DEmulateInstructionARM.cpp13488 EmulateInstructionARM::TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data) argument
13492 out_stream->Printf ("TestEmulation: Missing test data.\n");
13505 out_stream->Printf ("TestEmulation: Error reading opcode from test file.\n");
13526 out_stream->Printf ("TestEmulation: Invalid arch.\n");
13536 out_stream->Printf ("TestEmulation: Failed to find 'before' state.\n");
13543 out_stream->Printf ("TestEmulation: Failed loading 'before' state.\n");
13550 out_stream->Printf ("TestEmulation: Failed to find 'after' state.\n");
13557 out_stream->Printf ("TestEmulation: Failed loading 'after' state.\n");
13570 out_stream->Printf ("TestEmulation: EvaluateInstruction() failed.\n");
13576 out_stream
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs_fs.c6730 svn_stream_t *out_stream;
6736 out_stream = svn_stream_from_aprfile2(file, TRUE, pool);
6738 SVN_ERR(svn_stream_printf(out_stream, pool, "%s %s\n", node_id, copy_id));
6740 SVN_ERR(svn_stream_close(out_stream));
6729 svn_stream_t *out_stream; local

Completed in 256 milliseconds