#include "PlatformRemoteiOS.h"
#include "lldb/Breakpoint/BreakpointLocation.h"
#include "lldb/Core/Module.h"
#include "lldb/Core/ModuleList.h"
#include "lldb/Core/ModuleSpec.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Host/Host.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/Target.h"
#include "lldb/Utility/ArchSpec.h"
#include "lldb/Utility/FileSpec.h"
#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/Log.h"
#include "lldb/Utility/Status.h"
#include "lldb/Utility/StreamString.h"
usingnamespacelldb;
usingnamespacelldb_private;
LLDB_PLUGIN_DEFINE(…)
static uint32_t g_initialize_count = …;
void PlatformRemoteiOS::Initialize() { … }
void PlatformRemoteiOS::Terminate() { … }
PlatformSP PlatformRemoteiOS::CreateInstance(bool force, const ArchSpec *arch) { … }
llvm::StringRef PlatformRemoteiOS::GetDescriptionStatic() { … }
PlatformRemoteiOS::PlatformRemoteiOS()
: … { … }
std::vector<ArchSpec> PlatformRemoteiOS::GetSupportedArchitectures(
const ArchSpec &process_host_arch) { … }
bool PlatformRemoteiOS::CheckLocalSharedCache() const { … }
llvm::StringRef PlatformRemoteiOS::GetDeviceSupportDirectoryName() { … }
llvm::StringRef PlatformRemoteiOS::GetPlatformName() { … }