Searched refs:GetOutputStream (Results 1 - 25 of 37) sorted by relevance

12

/external/lldb/source/Commands/
H A DCommandObjectApropos.cpp96 m_interpreter.OutputFormattedHelpText (result.GetOutputStream(),
118 m_interpreter.OutputFormattedHelpText (result.GetOutputStream(),
135 properties[i]->DumpDescription (m_interpreter, result.GetOutputStream(), 0, dump_qualified_name);
H A DCommandObjectArgs.cpp254 result.GetOutputStream ().Printf("Arguments : \n");
258 result.GetOutputStream ().Printf ("%zu (%s): ", arg_index, args.GetArgumentAtIndex (arg_index));
259 value_list.GetValueAtIndex (arg_index)->Dump (&result.GetOutputStream ());
260 result.GetOutputStream ().Printf("\n");
H A DCommandObjectHelp.cpp146 result.GetOutputStream().Printf("'%s' is not a known command.\n"
160 result.GetOutputStream().Printf ("\n'%s' is an abbreviation for %s\n", alias_name.c_str(), sstr.GetData());
165 Stream &output_strm = result.GetOutputStream();
179 Stream &output_strm = result.GetOutputStream ();
H A DCommandObjectLog.cpp349 Log::ListAllLogChannels (&result.GetOutputStream());
361 log_callbacks.list_categories (&result.GetOutputStream());
366 Log::ListAllLogChannels (&result.GetOutputStream());
374 log_channel_sp->ListCategories(&result.GetOutputStream());
424 Timer::DumpCategoryTimes (&result.GetOutputStream());
430 Timer::DumpCategoryTimes (&result.GetOutputStream());
H A DCommandObjectPlatform.cpp102 platform_sp->GetStatus (result.GetOutputStream());
153 Stream &ostrm = result.GetOutputStream();
208 Stream &ostrm = result.GetOutputStream();
258 Stream &ostrm = result.GetOutputStream();
327 Stream &ostrm = result.GetOutputStream();
530 Stream &ostrm = result.GetOutputStream();
820 Stream &ostrm = result.GetOutputStream();
935 result.GetOutputStream().PutCString(output.c_str());
942 result.GetOutputStream().Printf("error: command returned with status %i and signal %s\n", status, signo_cstr);
944 result.GetOutputStream()
[all...]
H A DCommandObjectSyntax.cpp83 Stream &output_strm = result.GetOutputStream();
H A DCommandObjectFrame.cpp81 m_exe_ctx.GetFrameRef().DumpUsingSettingsFormat (&result.GetOutputStream());
264 bool success = thread->SetSelectedFrameByIndexNoisily (frame_idx, result.GetOutputStream());
382 Stream &s = result.GetOutputStream();
450 ValueObject::DumpValueObject (result.GetOutputStream(),
494 Stream &output_stream = result.GetOutputStream();
574 ValueObject::DumpValueObject (result.GetOutputStream(),
588 result.GetOutputStream().Printf(m_interpreter.TruncationWarningText(),
H A DCommandObjectTarget.cpp378 Stream &strm = result.GetOutputStream();
438 Stream &strm = result.GetOutputStream();
590 result.GetOutputStream().Printf("%u targets deleted.\n", (uint32_t)num_targets_to_delete);
772 Stream &s = result.GetOutputStream();
953 result.GetOutputStream().Printf(m_interpreter.TruncationWarningText(),
1250 target->GetImageSearchPathList().Dump(&result.GetOutputStream());
1310 result.GetOutputStream().Printf("%s\n", transformed.GetCString());
1312 result.GetOutputStream().Printf("%s\n", orig.GetCString());
2127 result.GetOutputStream().SetAddressByteSize(addr_byte_size);
2137 result.GetOutputStream()
[all...]
H A DCommandObjectSource.cpp433 &result.GetOutputStream(),
691 sc.DumpStopContext(&result.GetOutputStream(),
697 result.GetOutputStream().EOL();
709 &result.GetOutputStream(),
723 if (target->GetSourceManager().DisplayMoreWithLineNumbers (&result.GetOutputStream(),
755 &result.GetOutputStream(),
860 &result.GetOutputStream(),
H A DCommandObjectWatchpointCommand.cpp798 result.GetOutputStream().Printf ("Watchpoint %u:\n", cur_wp_id);
799 result.GetOutputStream().IndentMore ();
800 baton->GetDescription(&result.GetOutputStream(), eDescriptionLevelFull);
801 result.GetOutputStream().IndentLess ();
H A DCommandObjectDisassemble.cpp360 result.GetOutputStream()))
514 result.GetOutputStream()))
561 result.GetOutputStream()))
H A DCommandObjectBreakpointCommand.cpp861 result.GetOutputStream().Printf ("Breakpoint %s:\n", id_str.GetData());
862 result.GetOutputStream().IndentMore ();
863 baton->GetDescription(&result.GetOutputStream(), eDescriptionLevelFull);
864 result.GetOutputStream().IndentLess ();
H A DCommandObjectSettings.cpp363 Error error(m_interpreter.GetDebugger().DumpPropertyValue (&m_exe_ctx, result.GetOutputStream(), property_path, OptionValue::eDumpGroupValue));
366 result.GetOutputStream().EOL();
377 m_interpreter.GetDebugger().DumpAllPropertyValues (&m_exe_ctx, result.GetOutputStream(), OptionValue::eDumpGroupValue);
462 property->DumpDescription (m_interpreter, result.GetOutputStream(), 0, dump_qualified_name);
473 m_interpreter.GetDebugger().DumpAllDescriptions (m_interpreter, result.GetOutputStream());
H A DCommandObjectType.cpp719 result->GetOutputStream().Printf ("%s: %s\n", type.AsCString(),
1838 result.GetOutputStream().Printf("Named summaries:\n");
1879 result->GetOutputStream().Printf("-----------------------\nCategory: %s (%s)\n-----------------------\n",
1887 result->GetOutputStream().Printf("Regex-based summaries (slower):\n");
1901 result->GetOutputStream().Printf ("%s: %s\n", type, entry->GetDescription().c_str());
2212 result->GetOutputStream().Printf("Category %s is%s enabled\n",
2427 result->GetOutputStream().Printf("-----------------------\nCategory: %s (%s)\n-----------------------\n",
2435 result->GetOutputStream().Printf("Regex-based filters (slower):\n");
2449 result->GetOutputStream().Printf ("%s: %s\n", type, entry->GetDescription().c_str());
2641 result->GetOutputStream()
[all...]
H A DCommandObjectMemory.cpp785 result.GetOutputStream().Printf ("%zi bytes %s to '%s'\n",
814 output_stream = &result.GetOutputStream();
1134 result.GetOutputStream().Printf("%" PRIu64 " bytes were written to 0x%" PRIx64 "\n", (uint64_t)bytes_written, addr);
1140 result.GetOutputStream().Printf("%" PRIu64 " bytes of %" PRIu64 " requested were written to 0x%" PRIx64 "\n", (uint64_t)bytes_written, (uint64_t)length, addr);
/external/lldb/source/Interpreter/
H A DCommandReturnObject.cpp89 GetOutputStream().Printf("%s", sstrm.GetData());
111 GetOutputStream().Printf("%s\n", in_string);
H A DCommandObjectRegexCommand.cpp86 result.GetOutputStream().Printf("%s\n", new_command.c_str());
/external/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h54 GetOutputStream () function in class:lldb_private::CommandReturnObject
/external/llvm/tools/llc/
H A Dllc.cpp114 static tool_output_file *GetOutputStream(const char *TargetName, function
307 GetOutputStream(TheTarget->getName(), TheTriple.getOS(), argv[0]));
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp572 static raw_ostream *GetOutputStream(CompilerInstance &CI, function
596 std::unique_ptr<raw_ostream> OS(GetOutputStream(CI, InFile, BA));
638 raw_ostream *OS = GetOutputStream(CI, getCurrentFile(), BA);
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp720 Stream *s = &process->GetTarget().GetDebugger().GetOutputStream();
768 Stream *s = &target.GetDebugger().GetOutputStream();
837 Stream *s = &target.GetDebugger().GetOutputStream();
870 Stream *s = &target.GetDebugger().GetOutputStream();
948 Stream *s = &target.GetDebugger().GetOutputStream();
1251 Stream *s = &m_process->GetTarget().GetDebugger().GetOutputStream();
/external/clang/tools/driver/
H A Dcc1as_main.cpp254 static formatted_raw_ostream *GetOutputStream(AssemblerInvocation &Opts, function
317 GetOutputStream(Opts, Diags, IsBinary));
/external/lldb/include/lldb/Core/
H A DDebugger.h128 GetOutputStream () function in class:lldb_private::Debugger
/external/lldb/source/API/
H A DSBCommandReturnObject.cpp327 size_t result = m_opaque_ap->GetOutputStream().PrintfVarArg(format, args);
/external/lldb/source/Target/
H A DThreadPlanTracer.cpp64 return &target_sp->GetDebugger().GetOutputStream();

Completed in 853 milliseconds

12