17 return g_format_manager;
41lldb::TypeSummaryImplSP
47lldb::TypeSummaryImplSP
52lldb::SyntheticChildrenSP
63lldb::ScriptedSyntheticChildrenSP
71 const char **matching_category,
74 matching_category, matching_type);
78 lldb::TypeCategoryImplSP &entry,
81 return (entry.get() !=
nullptr);
88 entry = lang_category->GetCategory();
89 return (entry.get() !=
nullptr);
119 lang_category->Enable();
130 lang_category->Disable();
135 if (category.get()) {
136 if (category->IsEnabled())
143 const lldb::TypeCategoryImplSP &category) {
144 if (category.get() && category->IsEnabled())
165lldb::TypeCategoryImplSP
171 ConstString type, lldb::TypeSummaryImplSP &entry) {
176 ConstString type,
const lldb::TypeSummaryImplSP &entry) {
189 std::function<
bool(
const TypeMatcher &,
const lldb::TypeSummaryImplSP &)>
static FormatManager & GetFormatManager()
A uniqued constant string class.
static bool Delete(ConstString category)
static void Add(ConstString category)
static void Disable(ConstString category)
static lldb::TypeCategoryImplSP GetCategoryAtIndex(size_t)
static void DisableStar()
static void ForEach(TypeCategoryMap::ForEachCallback callback)
static void Enable(ConstString category, TypeCategoryMap::Position=TypeCategoryMap::Default)
static bool GetCategory(ConstString category, lldb::TypeCategoryImplSP &entry, bool allow_create=true)
static uint32_t GetCount()
static lldb::ScriptedSyntheticChildrenSP GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp)
static lldb::TypeFilterImplSP GetFilterForType(lldb::TypeNameSpecifierImplSP type_sp)
static bool ShouldPrintAsOneLiner(ValueObject &valobj)
static lldb::TypeSummaryImplSP GetSummaryFormat(ValueObject &valobj, lldb::DynamicValueType use_dynamic)
static void ForceUpdate()
static lldb::TypeFormatImplSP GetFormat(ValueObject &valobj, lldb::DynamicValueType use_dynamic)
static lldb::TypeFormatImplSP GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp)
static lldb::SyntheticChildrenSP GetSyntheticChildren(ValueObject &valobj, lldb::DynamicValueType use_dynamic)
static uint32_t GetCurrentRevision()
static bool AnyMatches(const FormattersMatchCandidate &candidate_type, TypeCategoryImpl::FormatCategoryItems items=TypeCategoryImpl::ALL_ITEM_TYPES, bool only_enabled=true, const char **matching_category=nullptr, TypeCategoryImpl::FormatCategoryItems *matching_type=nullptr)
static lldb::TypeSummaryImplSP GetSummaryForType(lldb::TypeNameSpecifierImplSP type_sp)
std::function< bool(const ValueSP &)> ForEachCallback
Class for matching type names.
A class that represents a running process on the host machine.
@ eFormatCategoryItemSummary
LanguageType
Programming language type.