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>
334 bool *did_create_ptr);
339 bool *did_create_ptr);
354 virtual std::vector<ArchSpec>
373 size_t size_hint = 0);
384 llvm::ArrayRef<uint8_t> bytes);
426 llvm::StringRef plugin_name,
432 llvm::StringRef plugin_name,
Debugger &debugger,
507 virtual llvm::Expected<std::pair<XcodeSDK, bool>>
509 return llvm::make_error<UnimplementedError>(
510 llvm::formatv(
"{0} not implemented for '{1}' platform.",
511 LLVM_PRETTY_FUNCTION,
GetName()));
523 virtual llvm::Expected<std::string>
525 return llvm::make_error<UnimplementedError>(
526 llvm::formatv(
"{0} not implemented for '{1}' platform.",
527 LLVM_PRETTY_FUNCTION,
GetName()));
535 virtual llvm::Expected<XcodeSDK>
537 return llvm::make_error<UnimplementedError>(
538 llvm::formatv(
"{0} not implemented for '{1}' platform.",
539 LLVM_PRETTY_FUNCTION,
GetName()));
550 virtual llvm::Expected<std::string>
552 return llvm::make_error<UnimplementedError>(
553 llvm::formatv(
"{0} not implemented for '{1}' platform.",
554 LLVM_PRETTY_FUNCTION,
GetName()));
606 std::vector<std::string> &options);
625 uint32_t &file_permissions);
628 uint32_t file_permissions);
689 unsigned prot,
unsigned flags,
726 llvm::StringRef command,
735 *separated_error_output,
740 llvm::StringRef shell, llvm::StringRef command,
749 *separated_error_output,
759 virtual llvm::ErrorOr<llvm::MD5::MD5Result>
944 const std::vector<std::string> &paths,
950 const std::vector<std::string> *paths,
955 uint32_t image_token);
989 virtual llvm::Expected<StructuredData::DictionarySP>
1043 virtual llvm::Expected<FileSpecList>
1051 static std::vector<ArchSpec>
1053 llvm::Triple::OSType os);
1058 llvm::StringRef plugin_name,
1113 const uint64_t src_offset,
1114 const uint64_t src_size,
1143 bool *did_create_ptr);
1158 std::lock_guard<std::recursive_mutex> guard(
m_mutex);
1165 std::lock_guard<std::recursive_mutex> guard(
m_mutex);
1172 std::lock_guard<std::recursive_mutex> guard(
m_mutex);
1186 std::lock_guard<std::recursive_mutex> guard(
m_mutex);
1195 std::lock_guard<std::recursive_mutex> guard(
m_mutex);
1197 for (
size_t idx = 0; idx < num_platforms; ++idx) {
1198 if (
m_platforms[idx].get() == platform_sp.get()) {
1230 std::vector<lldb::PlatformSP> &candidates);
1278 SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
1305 SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
1330 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