From ba45680758d9a8b3bd57526d827e21858882c324 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Tue, 12 Apr 2016 09:06:08 +0000 Subject: Revert "Restore the lazy initialization of ScriptInterpreterPython, which was lost as part of the SystemLifetimeManager work" This change breaks python unit tests. This reverts commit 266033. llvm-svn: 266050 --- .../Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 86de2dd..83702a0 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h +++ b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h @@ -372,6 +372,9 @@ public: void ResetOutputFileHandle(FILE *new_fh) override; static void + InitializePrivate (); + + static void InitializeInterpreter (SWIGInitCallback python_swig_init_callback, SWIGBreakpointCallbackFunction swig_breakpoint_callback, SWIGWatchpointCallbackFunction swig_watchpoint_callback, @@ -504,9 +507,6 @@ public: }; protected: - static void - InitializePrivate (); - class SynchronicityHandler { private: -- cgit v1.1