Revert "[lldb] Unify type name matching in FormattersContainer"

This reverts commit 5b0de5756c.

Apparently that caused some test to get stuck on Linuxx. Reverting for now.
This commit is contained in:
Raphael Isemann
2020-07-21 19:03:33 +02:00
parent 4fe912f186
commit e031eda08d
10 changed files with 179 additions and 302 deletions

View File

@@ -551,6 +551,10 @@ bool FormatManager::ShouldPrintAsOneLiner(ValueObject &valobj) {
return true;
}
ConstString FormatManager::GetValidTypeName(ConstString type) {
return ::GetValidTypeName_Impl(type);
}
ConstString FormatManager::GetTypeForCache(ValueObject &valobj,
lldb::DynamicValueType use_dynamic) {
ValueObjectSP valobj_sp = valobj.GetQualifiedRepresentationIfAvailable(