Go to the documentation of this file.
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 {
62 target, options, XcodeSDK::Type::iPhoneOS);
87 #endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEDARWINDEVICE_H
string(SUBSTRING ${p} 10 -1 pStripped) if($
A class that represents a running process on the host machine.