reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1103 s.PutCString(entry.string); 1112 if (!Format(child, s, sc, exe_ctx, addr, valobj, function_changed, 1120 s.PutCString(entry.string); 1135 s.Write(scope_stream.GetString().data(), scope_stream.GetString().size()); 1143 return DumpValue(s, sc, exe_ctx, entry, valobj); 1149 DumpAddress(s, sc, exe_ctx, *addr, 1159 s.Printf(format, process->GetID()); 1171 if (DumpFile(s, exe_module->GetFileSpec(), (FileKind)entry.number)) 1182 return RunScriptFormatKeyword(s, sc, exe_ctx, process, 1212 s.Printf(format, thread->GetID()); 1225 s.Printf(format, thread->GetProtocolID()); 1238 s.Printf(format, thread->GetIndexID()); 1250 s.PutCString(cstr); 1263 s.PutCString(cstr); 1278 s.PutCString(cstr); 1295 return_valobj_sp->Dump(s); 1312 expression_var_sp->GetValueObject()->Dump(s); 1324 return RunScriptFormatKeyword(s, sc, exe_ctx, thread, 1336 if (FormatThreadExtendedInfoRecurse(entry, object_sp, sc, exe_ctx, s)) 1349 s.PutCString(arch.GetArchitectureName()); 1360 return RunScriptFormatKeyword(s, sc, exe_ctx, target, 1369 if (DumpFile(s, module->GetFileSpec(), (FileKind)entry.number)) 1380 if (DumpFile(s, *cu, (FileKind)entry.number)) 1393 s.PutCString(lang_name); 1407 s.Printf(format, frame->GetFrameIndex()); 1419 if (DumpAddress(s, sc, exe_ctx, pc_addr, false)) 1430 if (DumpRegister(s, frame, eRegisterKindGeneric, LLDB_REGNUM_GENERIC_SP, 1441 if (DumpRegister(s, frame, eRegisterKindGeneric, LLDB_REGNUM_GENERIC_FP, 1452 if (DumpRegister(s, frame, eRegisterKindGeneric, 1472 if (DumpRegister(s, frame, entry.string.c_str(), 1490 return RunScriptFormatKeyword(s, sc, exe_ctx, frame, 1498 s.Printf("function{0x%8.8" PRIx64 "}", sc->function->GetID()); 1501 s.Printf("symbol[%u]", sc->symbol->GetID()); 1526 s << ss.GetString(); 1535 s.PutCString(name); 1543 s.PutCString(" [inlined] "); 1544 inline_info->GetName(sc->function->GetLanguage()).Dump(&s); 1568 s << ss.GetString(); 1577 s.PutCString(name.GetCString()); 1597 s << ss.GetString(); 1626 s.PutCString(cstr); 1627 s.PutCString(" [inlined] "); 1668 s.Write(cstr, open_paren - cstr + 1); 1670 s.PutCString(cstr); 1671 s.PutChar('('); 1714 s.PutCString(", "); 1717 s.Printf("%s=%s", var_name, var_representation.str().c_str()); 1719 s.Printf("%s=%s at %s", var_name, 1723 s.Printf("%s=<unavailable>", var_name); 1727 s.PutCString(close_paren); 1729 s.PutChar(')'); 1732 s.PutCString(cstr); 1739 s.PutCString(cstr); 1749 if (DumpAddressOffsetFromFunction(s, sc, exe_ctx, *addr, false, false, 1757 if (DumpAddressOffsetFromFunction(s, sc, exe_ctx, *addr, true, true, 1764 return (DumpAddressOffsetFromFunction(s, sc, exe_ctx, 1772 if (DumpAddressOffsetFromFunction(s, sc, exe_ctx, 1798 if (DumpFile(s, sc->line_entry.file, (FileKind)entry.number)) 1809 s.Printf(format, sc->line_entry.line); 1819 s.Printf(format, sc->line_entry.column); 1831 if (DumpAddress(s, sc, exe_ctx, addr, false)) 1846 s.Printf("-> "); 1851 s.Printf(" ");