9#ifndef LLDB_TARGET_PLATFORM_H
10#define LLDB_TARGET_PLATFORM_H
37#include "llvm/Support/Compiler.h"
38#include "llvm/Support/Error.h"
39#include "llvm/Support/VersionTuple.h"
114 llvm::StringRef triple);
278 llvm::SmallDenseMap<FileSpec, LoadScriptFromSymFile>
284 virtual llvm::SmallDenseMap<FileSpec, LoadScriptFromSymFile>
294 static llvm::SmallDenseMap<FileSpec, LoadScriptFromSymFile>
335 bool *did_create_ptr);
350 virtual std::vector<ArchSpec>
369 size_t size_hint = 0);
380 llvm::ArrayRef<uint8_t> bytes);
422 llvm::StringRef plugin_name,
428 llvm::StringRef plugin_name,
Debugger &debugger,
503 virtual llvm::Expected<std::pair<XcodeSDK, bool>>
505 return llvm::make_error<UnimplementedError>(
506 llvm::formatv(
"{0} not implemented for '{1}' platform.",
507 LLVM_PRETTY_FUNCTION,
GetName()));
519 virtual llvm::Expected<std::string>
521 return llvm::make_error<UnimplementedError>(
522 llvm::formatv(
"{0} not implemented for '{1}' platform.",
523 LLVM_PRETTY_FUNCTION,
GetName()));
531 virtual llvm::Expected<XcodeSDK>
533 return llvm::make_error<UnimplementedError>(
534 llvm::formatv(
"{0} not implemented for '{1}' platform.",
535 LLVM_PRETTY_FUNCTION,
GetName()));
546 virtual llvm::Expected<std::string>
548 return llvm::make_error<UnimplementedError>(
549 llvm::formatv(
"{0} not implemented for '{1}' platform.",
550 LLVM_PRETTY_FUNCTION,
GetName()));
602 std::vector<std::string> &options);
621 uint32_t &file_permissions);
624 uint32_t file_permissions);
685 unsigned prot,
unsigned flags,
722 llvm::StringRef command,
731 *separated_error_output,
736 llvm::StringRef shell, llvm::StringRef command,
745 *separated_error_output,
755 virtual llvm::ErrorOr<llvm::MD5::MD5Result>
940 const std::vector<std::string> &paths,
946 const std::vector<std::string> *paths,
951 uint32_t image_token);
985 virtual llvm::Expected<StructuredData::DictionarySP>
1039 virtual llvm::Expected<FileSpecList>
1047 static std::vector<ArchSpec>
1049 llvm::Triple::OSType os);
1054 llvm::StringRef plugin_name,
1109 const uint64_t src_offset,
1110 const uint64_t src_size,
1142 bool *did_create_ptr);
1157 std::lock_guard<std::recursive_mutex> guard(
m_mutex);
1164 std::lock_guard<std::recursive_mutex> guard(
m_mutex);
1171 std::lock_guard<std::recursive_mutex> guard(
m_mutex);
1185 std::lock_guard<std::recursive_mutex> guard(
m_mutex);
1194 std::lock_guard<std::recursive_mutex> guard(
m_mutex);
1196 for (
size_t idx = 0; idx < num_platforms; ++idx) {
1197 if (
m_platforms[idx].get() == platform_sp.get()) {
1229 std::vector<lldb::PlatformSP> &candidates);
1277 SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
1304 SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
1329 SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
static llvm::raw_ostream & error(Stream &strm)
A section + offset based address class.
An architecture specification class.
A command line argument class.
Class that manages the actual breakpoint that will be inserted into the running program.
A class that describes a compilation unit.
Generic representation of a type in a programming language.
"lldb/Utility/ArgCompletionRequest.h"
A uniqued constant string class.
A class to manage flag bits.
"lldb/Target/ExecutionContext.h" A class that contains an execution context.
A class that describes an executable image and its associated object and symbol files.
virtual llvm::StringRef GetPluginName()=0
PluginInterface()=default
A plug-in interface definition class for debugging a process.
Holds an lldb_private::Module name and a "sanitized" version of it for the purposes of loading a scri...
A stream class that can stream formatted output to a file.
Represents UUID's of various sizes.
An abstract interface for things that know how to map numeric user/group IDs into names.
#define LLDB_INVALID_QUEUE_ID
A class that represents a running process on the host machine.
llvm::SmallVector< lldb::addr_t, 6 > MmapArgList
std::vector< ProcessInstanceInfo > ProcessInstanceInfoList
std::shared_ptr< lldb_private::UnixSignals > UnixSignalsSP
std::shared_ptr< lldb_private::Platform > PlatformSP
std::shared_ptr< lldb_private::Breakpoint > BreakpointSP
std::shared_ptr< lldb_private::Process > ProcessSP
std::shared_ptr< lldb_private::UnwindPlan > UnwindPlanSP
std::shared_ptr< lldb_private::StopInfo > StopInfoSP
std::shared_ptr< lldb_private::Module > ModuleSP