llvm-capstone/lldb
Jonas Devlieghere 8b3b66ea63
[lldb] Remove FileSystem::Initialize from FileCollector
This patch removes the ability to instantiate the LLDB FileSystem class
with a FileCollector. It keeps the ability to collect files, but uses
the FileCollectorFileSystem to do that transparently.

Because the two are intertwined, this patch also removes the
finalization logic which copied the files over out of process.
2022-03-03 13:22:38 -08:00
..
bindings Reland "[lldb/test] Fix TestProgressReporting.py race issue with the event listener" 2022-02-25 17:20:39 -08:00
cmake [lldb] Add support for a "global" lldbinit file 2022-02-18 12:30:22 +01:00
docs [lldb] Update the CI docs 2022-03-02 22:40:05 -08:00
examples [lldb] Fix python errors in gdbremote.py 2022-03-02 19:47:51 -08:00
include/lldb [lldb] Remove FileSystem::Initialize from FileCollector 2022-03-03 13:22:38 -08:00
packages/Python/lldbsuite [lldb] Fix race condition between lldb-vscode and stop hooks executor 2022-02-22 12:53:55 +01:00
resources
scripts
source [lldb] Remove FileSystem::Initialize from FileCollector 2022-03-03 13:22:38 -08:00
test [lldb] Remove reproducer verifier and corresponding command 2022-03-03 11:21:00 -08:00
third_party/Python/module [lldb][NFC] Inclusive language: replace master/slave names for ptys 2021-11-12 10:54:18 -06:00
tools [lldb] Hyphenate Objective-C exception breakpoint labels ✍️ 2022-03-01 15:02:44 -08:00
unittests [LLDB] Remove cases of using namespace llvm:: from header file 2022-03-03 10:39:06 -08:00
utils
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [cmake] Make include(GNUInstallDirs) always below project(..) 2022-01-20 18:59:17 +00:00
CODE_OWNERS.txt [CODE OWNERS] Add wallace as code owner 2022-01-12 12:36:30 -08:00
LICENSE.TXT
use_lldb_suite_root.py