Home | History | Annotate | Download | only in Commands

Lines Matching refs:GetOutputStream

378             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().Printf("Dumping symbol table for %zu modules.\n", num_modules);
2142 result.GetOutputStream().EOL();
2143 result.GetOutputStream().EOL();
2147 result.GetOutputStream(),
2176 result.GetOutputStream().EOL();
2177 result.GetOutputStream().EOL();
2180 DumpModuleSymtab (m_interpreter, result.GetOutputStream(), module, m_options.m_sort_order);
2261 result.GetOutputStream().SetAddressByteSize(addr_byte_size);
2270 result.GetOutputStream().Printf("Dumping sections for %zu modules.\n", num_modules);
2274 DumpModuleSections (m_interpreter, result.GetOutputStream(), target->GetImages().GetModulePointerAtIndex(image_idx));
2300 DumpModuleSections (m_interpreter, result.GetOutputStream(), module);
2367 result.GetOutputStream().SetAddressByteSize(addr_byte_size);
2378 result.GetOutputStream().Printf("Dumping debug symbols for %zu modules.\n", num_modules);
2381 if (DumpModuleSymbolVendor (result.GetOutputStream(), target_modules.GetModulePointerAtIndexUnlocked(image_idx)))
2407 if (DumpModuleSymbolVendor (result.GetOutputStream(), module))
2462 result.GetOutputStream().SetAddressByteSize(addr_byte_size);
2487 result.GetOutputStream(),
3103 result.GetOutputStream().SetAddressByteSize(addr_byte_size);
3107 Stream &strm = result.GetOutputStream();
3623 result.GetOutputStream().Printf("First non-prologue instruction is at address 0x%" PRIx64 " or offset %" PRId64 " into the function.\n", first_non_prologue_insn.GetLoadAddress(target), first_non_prologue_insn.GetLoadAddress(target) - start_addr);
3624 result.GetOutputStream().Printf ("\n");
3630 result.GetOutputStream().Printf("Asynchronous (not restricted to call-sites) UnwindPlan for %s`%s (start addr 0x%" PRIx64 "):\n", sc.module_sp->GetPlatformFileSpec().GetFilename().AsCString(), funcname.AsCString(), start_addr);
3631 non_callsite_unwind_plan->Dump(result.GetOutputStream(), thread.get(), LLDB_INVALID_ADDRESS);
3632 result.GetOutputStream().Printf ("\n");
3638 result.GetOutputStream().Printf("Synchronous (restricted to call-sites) UnwindPlan for %s`%s (start addr 0x%" PRIx64 "):\n", sc.module_sp->GetPlatformFileSpec().GetFilename().AsCString(), funcname.AsCString(), start_addr);
3639 callsite_unwind_plan->Dump(result.GetOutputStream(), thread.get(), LLDB_INVALID_ADDRESS);
3640 result.GetOutputStream().Printf ("\n");
3646 result.GetOutputStream().Printf("Architecture default UnwindPlan for %s`%s (start addr 0x%" PRIx64 "):\n", sc.module_sp->GetPlatformFileSpec().GetFilename().AsCString(), funcname.AsCString(), start_addr);
3647 arch_default_unwind_plan->Dump(result.GetOutputStream(), thread.get(), LLDB_INVALID_ADDRESS);
3648 result.GetOutputStream().Printf ("\n");
3654 result.GetOutputStream().Printf("Fast UnwindPlan for %s`%s (start addr 0x%" PRIx64 "):\n", sc.module_sp->GetPlatformFileSpec().GetFilename().AsCString(), funcname.AsCString(), start_addr);
3655 fast_unwind_plan->Dump(result.GetOutputStream(), thread.get(), LLDB_INVALID_ADDRESS);
3656 result.GetOutputStream().Printf ("\n");
3660 result.GetOutputStream().Printf ("\n");
3891 result.GetOutputStream(),
3915 result.GetOutputStream(),
3932 result.GetOutputStream(),
3949 result.GetOutputStream(),
3967 result.GetOutputStream(),
3986 result.GetOutputStream(),
4025 result.GetOutputStream().SetAddressByteSize(addr_byte_size);
4038 result.GetOutputStream().EOL();
4061 result.GetOutputStream().EOL();
4090 result.GetOutputStream().EOL();
5273 result.GetOutputStream().PutCString ("No stop hooks.\n");
5281 result.GetOutputStream().PutCString ("\n");
5282 this_hook->GetDescription (&(result.GetOutputStream()), eDescriptionLevelFull);