llvm-capstone/lldb
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
..
bindings [lldb][testsuite] Create a SBDebugger instance for each test 2020-03-05 10:12:54 +03:00
cmake [lldb/CMake] Use PYTHON_HOME as a hint to find Python 3. 2020-02-27 13:17:49 -08:00
docs Revert "Revert "[lldb/Docs] Mark both Python 3.6 and 3.8 as supported on Windows"" 2020-03-03 20:43:16 +01:00
examples [lldb] Make gdbremote.py utility py2and3 compatible 2020-02-13 09:18:55 +01:00
include/lldb [lldb][testsuite] Create a SBDebugger instance for each test 2020-03-05 10:12:54 +03:00
packages/Python/lldbsuite [lldb][testsuite] Create a SBDebugger instance for each test 2020-03-05 10:12:54 +03:00
resources
scripts [lldb/Scripts] Remove swig_bot_lib/__init__.py 2020-01-16 09:15:41 -08:00
source [lldb][testsuite] Create a SBDebugger instance for each test 2020-03-05 10:12:54 +03:00
test [lldb][testsuite] Create a SBDebugger instance for each test 2020-03-05 10:12:54 +03:00
third_party/Python/module Increase timeout in pexpect to lower chances of tests failing under ASAN. 2019-10-10 16:16:49 +00:00
tools Fix a race between lldb's packet timeout and the profile thread's usleep. 2020-02-25 11:17:08 -08:00
unittests Add unit tests for RangeDataVector::FindEntryIndexesThatContain 2020-02-26 16:47:42 +01:00
utils [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
.clang-format
.gitignore
CMakeLists.txt [lldb/Cmake] Add a CMakeLists.txt to the utils directory... 2020-01-16 22:31:01 -08:00
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py