
Summary: With this patch, only the no-argument form of `Reset()` remains in PythonDataObjects. It also deletes PythonExceptionState in favor of PythonException, because the only call-site of PythonExceptionState was also using Reset, so I cleaned up both while I was there. Reviewers: JDevlieghere, clayborg, labath, jingham Reviewed By: labath Subscribers: mgorny, lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.org/D69214 llvm-svn: 375475
11 lines
218 B
CMake
11 lines
218 B
CMake
add_lldb_unittest(ScriptInterpreterPythonTests
|
|
PythonDataObjectsTests.cpp
|
|
PythonTestSuite.cpp
|
|
|
|
LINK_LIBS
|
|
lldbHost
|
|
lldbPluginScriptInterpreterPython
|
|
LLVMTestingSupport
|
|
LINK_COMPONENTS
|
|
Support
|
|
) |