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"
45 const FileSpecList *module_search_paths_ptr)
override;
53 lldb::ModuleSP &module_sp,
54 const FileSpecList *module_search_paths_ptr,
56 bool *did_create_ptr)
override;
60 std::vector<std::string> &options)
override {
A plug-in interface definition class for debugging a process.
A stream class that can stream formatted output to a file.
A class that represents a running process on the host machine.