diff options
Diffstat (limited to 'source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h')
| -rw-r--r-- | source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h b/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h index 4c6eb3949898..263bb527d833 100644 --- a/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h +++ b/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, @@ -581,6 +583,9 @@ protected:      bool      GetEmbeddedInterpreterModuleObjects (); +    bool +    SetStdHandle(File &file, const char *py_name, PythonFile &save_file, const char *mode); +      PythonFile m_saved_stdin;      PythonFile m_saved_stdout;      PythonFile m_saved_stderr;  | 
