#include <string>
#include <vector>
#include "PlatformRemoteAppleWatch.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;
static uint32_t g_initialize_count = …;
void PlatformRemoteAppleWatch::Initialize() { … }
void PlatformRemoteAppleWatch::Terminate() { … }
PlatformSP PlatformRemoteAppleWatch::CreateInstance(bool force,
const ArchSpec *arch) { … }
llvm::StringRef PlatformRemoteAppleWatch::GetDescriptionStatic() { … }
PlatformRemoteAppleWatch::PlatformRemoteAppleWatch()
: … { … }
std::vector<ArchSpec>
PlatformRemoteAppleWatch::GetSupportedArchitectures(const ArchSpec &host_info) { … }
llvm::StringRef PlatformRemoteAppleWatch::GetDeviceSupportDirectoryName() { … }
llvm::StringRef PlatformRemoteAppleWatch::GetPlatformName() { … }