llvm-project/lldb/source/Host/posix
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
..
ConnectionFileDescriptorPosix.cpp [lldb] Rename Logging.h to LLDBLog.h and clean up includes 2022-02-03 14:47:01 +01:00
DomainSocket.cpp [lldb] Remove some anonymous namespaces 2021-10-05 08:35:18 +02:00
FileSystemPosix.cpp [lldb] Remove FileSystem::Initialize from FileCollector 2022-03-03 13:22:38 -08:00
HostInfoPosix.cpp Modernize and simplify HostInfo::GetOSKernelDescription 2021-10-26 11:17:02 +02:00
HostProcessPosix.cpp [lldb/host] Remove monitor_signals argument from process monitoring functions 2022-02-24 11:12:59 +01:00
HostThreadPosix.cpp [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
LockFilePosix.cpp [lldb] Remove some anonymous namespaces 2021-10-05 08:35:18 +02:00
PipePosix.cpp [lldb] Remove some anonymous namespaces 2021-10-05 08:35:18 +02:00
ProcessLauncherPosixFork.cpp [lldb] Make ProcessLauncherPosixFork (mostly) async-signal-safe 2021-12-29 09:45:47 +01:00