teak-llvm/lldb/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt
Zachary Turner 3946247caf Introduce a PythonExceptionState class.
This is a helper class which supports a number of
features including exception to string formatting with
backtrace handling and auto-restore of exception state
upon scope exit.

Additionally, unit tests are included to verify the
feature set of the class.

llvm-svn: 252994
2015-11-13 01:24:52 +00:00

6 lines
136 B
CMake

add_lldb_library(lldbPluginScriptInterpreterPython
PythonDataObjects.cpp
PythonExceptionState.cpp
ScriptInterpreterPython.cpp
)