llvm-project/lldb/test/API/functionalities/thread
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
..
backtrace_all [lldb][testsuite] Create a SBDebugger instance for each test 2020-03-05 10:12:54 +03:00
backtrace_limit
break_after_join
concurrent_events
crash_during_step
create_after_attach
create_during_step
exit_during_break
exit_during_step
jump
multi_break
num_threads
state
step_out
step_until
thread_exit
thread_specific_break
thread_specific_break_plus_condition