llvm/lldb
Raphael Isemann ef76686916 [lldb] Initialize reproducers in LocateSymbolFileTest
Since a842950b62 this test started using
the reproducer subsystem but we never initialized it in the test. The
Subsystem takes an argument, so we can't use the usual SubsystemRAII at the
moment to do this for us.

This just adds the initialize/terminate calls to get the test passing again.
2020-08-25 20:26:43 +02:00
..
bindings Create ${swig_target}-scripts target instead of lldb-python-scripts 2020-08-22 19:36:37 -07:00
cmake [lldb] Remove redundant call to FindBacktrace (NFC) 2020-08-20 22:41:49 -07:00
docs [lldb] Remote disk file/directory completion for platform commands 2020-08-24 17:55:54 +02:00
examples
include/lldb [lldb] Add a SymbolFileProvider to record and replay calls to dsymForUUID 2020-08-24 15:09:08 -07:00
packages/Python [lldb] Remove --rerun-all-issues as its functionality no longer exists 2020-08-21 14:28:08 -07:00
resources
scripts
source [LLDB] Fix SVE offset calculation in NativeRegisterContextLinux_arm64 2020-08-25 03:54:41 +05:00
test [lldb] Don't ask for QOS_CLASS_UNSPECIFIED queue in TestQueues 2020-08-25 20:13:33 +02:00
third_party/Python/module Revert "[lldb] temporary commit to see why a test is failing only on lldb-aarch64-ubuntu" 2020-08-05 11:55:02 +02:00
tools [lldb/interpreter] Add REPL-specific init file 2020-08-20 00:36:32 +02:00
unittests [lldb] Initialize reproducers in LocateSymbolFileTest 2020-08-25 20:26:43 +02:00
utils [lldb] Get rid of helper CMake variables for Python 2020-08-17 08:47:52 -07:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt Create ${swig_target}-scripts target instead of lldb-python-scripts 2020-08-22 19:36:37 -07:00
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py