Add support for synthetic child providers to optionally return a customized typename for display

llvm-svn: 268208
This commit is contained in:
Enrico Granata
2016-05-02 00:41:24 +00:00
parent 4f277763cf
commit 6eec8d6c6f
6 changed files with 94 additions and 0 deletions

View File

@@ -228,6 +228,8 @@ public:
lldb::ValueObjectSP GetSyntheticValue(const StructuredData::ObjectSP &implementor) override;
ConstString GetSyntheticTypeName (const StructuredData::ObjectSP &implementor) override;
bool
RunScriptBasedCommand(const char* impl_function,
const char* args,