#include "lldb/Interpreter/OptionGroupPlatform.h"
#include "lldb/Host/OptionParser.h"
#include "lldb/Interpreter/CommandInterpreter.h"
#include "lldb/Target/Platform.h"
usingnamespacelldb;
usingnamespacelldb_private;
PlatformSP OptionGroupPlatform::CreatePlatformWithOptions(
CommandInterpreter &interpreter, const ArchSpec &arch, bool make_selected,
Status &error, ArchSpec &platform_arch) const { … }
void OptionGroupPlatform::OptionParsingStarting(
ExecutionContext *execution_context) { … }
static constexpr OptionDefinition g_option_table[] = …;
llvm::ArrayRef<OptionDefinition> OptionGroupPlatform::GetDefinitions() { … }
Status
OptionGroupPlatform::SetOptionValue(uint32_t option_idx,
llvm::StringRef option_arg,
ExecutionContext *execution_context) { … }
bool OptionGroupPlatform::PlatformMatches(
const lldb::PlatformSP &platform_sp) const { … }