llvm-project/lldb/bindings
Tatyana Krasnukha a31130f6fc [lldb][testsuite] Create a SBDebugger instance for each test
Some tests set settings and don't clean them up, this leads to side effects in other tests.
The patch removes a global debugger instance with a per-test debugger to avoid such effects.

From what I see, lldb.DBG was needed to determine the platform before a test is run,
lldb.selected_platform is used for this purpose now. Though, this required adding a new function
to the SBPlatform interface.

Differential Revision: https://reviews.llvm.org/D74903
2020-03-05 10:12:54 +03:00
..
interface [lldb][testsuite] Create a SBDebugger instance for each test 2020-03-05 10:12:54 +03:00
lua [lldb/Lua] Add lua typemaps for INOUT params 2020-01-09 14:51:13 -08:00
python [lldb] Fix that SBThread.GetStopDescription is returning strings with uninitialized memory at the end. 2020-01-14 09:34:32 +01:00
CMakeLists.txt
headers.swig [lldb/Bindings] Sort headers in headers.swig 2020-01-28 10:58:07 -08:00
interfaces.swig
lua.swig [lldb/Lua] Add lua typemaps for INOUT params 2020-01-09 14:51:13 -08:00
macros.swig
python.swig [lldb/SWIG] Undo incorrect substitution 2020-01-09 09:55:39 -08:00