LLDB
mainline
|
#include "lldb/Initialization/SystemInitializerCommon.h"
#include "Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h"
#include "lldb/Host/FileSystem.h"
#include "lldb/Host/Host.h"
#include "lldb/Host/Socket.h"
#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/ReproducerProvider.h"
#include "lldb/Utility/Timer.h"
#include "lldb/Version/Version.h"
#include "llvm/Support/TargetSelect.h"
#include <string>
Go to the source code of this file.
Functions | |
static llvm::Error | InitializeFileSystem () |
Initialize the FileSystem based on the current reproducer mode. More... | |
|
static |
Initialize the FileSystem based on the current reproducer mode.
Definition at line 44 of file SystemInitializerCommon.cpp.
References fp, lldb_private::repro::DirectoryProvider< T >::GetDirectory(), lldb_private::GetVersion(), lldb_private::FileSystem::Initialize(), lldb_private::repro::Reproducer::Instance(), and lldb_private::repro::VersionProvider::SetVersion().
Referenced by lldb_private::SystemInitializerCommon::Initialize().