From 6eec8d6c6f2c179ecea70087bf5f5dff3052dd4b Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Mon, 2 May 2016 00:41:24 +0000 Subject: Add support for synthetic child providers to optionally return a customized typename for display llvm-svn: 268208 --- lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h') diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h index 83702a0..263bb52 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, -- cgit v1.1