llvm-project/lldb/source/Plugins/ScriptInterpreter/Python
Enrico Granata 15d1b4e2aa Initialize the Python script interpreter lazily (i.e. not at debugger startup)
This time it should also pass the gtests

llvm-svn: 266103
2016-04-12 18:23:18 +00:00
..
CMakeLists.txt Introduce a `PythonExceptionState` class. 2015-11-13 01:24:52 +00:00
PythonDataObjects.cpp Make File option flags consistent for Python API 2016-03-24 22:22:20 +00:00
PythonDataObjects.h Fix swig typemap for SBEvent. 2016-01-25 23:21:09 +00:00
PythonExceptionState.cpp Remove debugging code left in by accident. 2015-11-13 21:35:07 +00:00
PythonExceptionState.h Make PythonDataObjects.h work when LLDB_DISABLE_PYTHON=1 2015-11-13 17:27:20 +00:00
ScriptInterpreterPython.cpp Initialize the Python script interpreter lazily (i.e. not at debugger startup) 2016-04-12 18:23:18 +00:00
ScriptInterpreterPython.h Revert "Restore the lazy initialization of ScriptInterpreterPython, which was lost as part of the SystemLifetimeManager work" 2016-04-12 09:06:08 +00:00
lldb-python.h