diff options
author | Enrico Granata <egranata@apple.com> | 2016-05-02 00:41:24 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2016-05-02 00:41:24 +0000 |
commit | 6eec8d6c6f2c179ecea70087bf5f5dff3052dd4b (patch) | |
tree | f29ac8c15a6cd8f73c229a3f41dff68b271240d3 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h | |
parent | 4f277763cf7daacb7f91478c04454da046c70545 (diff) | |
download | bcm5719-llvm-6eec8d6c6f2c179ecea70087bf5f5dff3052dd4b.tar.gz bcm5719-llvm-6eec8d6c6f2c179ecea70087bf5f5dff3052dd4b.zip |
Add support for synthetic child providers to optionally return a customized typename for display
llvm-svn: 268208
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h')
-rw-r--r-- | lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h index 83702a02554..263bb527d83 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h +++ b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h @@ -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, |