9#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEDARWINDEVICE_H 
   10#define LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEDARWINDEVICE_H 
   19#include "llvm/ADT/SmallVector.h" 
   20#include "llvm/ADT/StringRef.h" 
   21#include "llvm/Support/FileSystem.h" 
   22#include "llvm/Support/VersionTuple.h" 
   52                         bool *did_create_ptr) 
override;
 
   56                                   std::vector<std::string> &options)
 override {
 
 
   66  bool GetFileInSDK(
const char *platform_file_path, uint32_t sdk_idx,
 
 
A plug-in interface definition class for debugging a process.
A stream class that can stream formatted output to a file.
Represents UUID's of various sizes.
A class that represents a running process on the host machine.
std::shared_ptr< lldb_private::Module > ModuleSP