[Lldb-commits] [PATCH] Add Debugger::InitializeForLLGS to allow ref counted LLGS initialization.

Tamas Berghammer tberghammer at google.com
Tue Mar 10 03:10:40 PDT 2015


The reference counting looks good. Thanks for adding it.


REPOSITORY
  rL LLVM

================
Comment at: source/lldb.cpp:189-192
@@ -188,2 +188,6 @@
 #endif
+#ifndef LLDB_DISABLE_PYTHON
+        ScriptInterpreterPython::InitializePrivate();
+        OperatingSystemPython::Initialize();
+#endif
     }
----------------
Please discuss with @vharron if ScriptInterpreterPython is necessary in LLGS or not (he removed it with a previous CL) and only put it back if it is used for something.

http://reviews.llvm.org/D8183

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list