LLDB mainline
PlatformDarwinDevice.cpp File Reference
#include "PlatformDarwinDevice.h"
#include "lldb/Core/Module.h"
#include "lldb/Core/ModuleList.h"
#include "lldb/Core/ModuleSpec.h"
#include "lldb/Host/HostInfo.h"
#include "lldb/Utility/FileSpec.h"
#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/Log.h"
#include <optional>

Go to the source code of this file.

Functions

static lldb_private::Status MakeCacheFolderForFile (const FileSpec &module_cache_spec)
static lldb_private::Status BringInRemoteFile (Platform *platform, const lldb_private::ModuleSpec &module_spec, const FileSpec &module_cache_spec)

Function Documentation

◆ BringInRemoteFile()

◆ MakeCacheFolderForFile()

lldb_private::Status MakeCacheFolderForFile ( const FileSpec & module_cache_spec)
static