|
| OptionValueArch ()=default |
|
| OptionValueArch (const char *triple) |
|
| OptionValueArch (const ArchSpec &value) |
|
| OptionValueArch (const ArchSpec ¤t_value, const ArchSpec &default_value) |
|
| ~OptionValueArch () override=default |
|
OptionValue::Type | GetType () const override |
|
void | DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) override |
|
Status | SetValueFromString (llvm::StringRef value, VarSetOperationType op=eVarSetOperationAssign) override |
|
void | Clear () override |
|
void | AutoComplete (CommandInterpreter &interpreter, lldb_private::CompletionRequest &request) override |
|
ArchSpec & | GetCurrentValue () |
|
const ArchSpec & | GetCurrentValue () const |
|
const ArchSpec & | GetDefaultValue () const |
|
void | SetCurrentValue (const ArchSpec &value, bool set_value_was_set) |
|
void | SetDefaultValue (const ArchSpec &value) |
|
std::shared_ptr< typename OptionValue ::TopmostBase > | Clone () const override |
|
| OptionValue ()=default |
|
virtual | ~OptionValue ()=default |
|
virtual bool | ValueIsTransparent () const |
|
virtual const char * | GetTypeAsCString () const |
|
virtual lldb::OptionValueSP | DeepCopy (const lldb::OptionValueSP &new_parent) const |
|
virtual lldb::OptionValueSP | GetSubValue (const ExecutionContext *exe_ctx, llvm::StringRef name, bool will_modify, Status &error) const |
|
virtual Status | SetSubValue (const ExecutionContext *exe_ctx, VarSetOperationType op, llvm::StringRef name, llvm::StringRef value) |
|
virtual bool | IsAggregateValue () const |
|
virtual ConstString | GetName () const |
|
virtual bool | DumpQualifiedName (Stream &strm) const |
|
uint32_t | GetTypeAsMask () |
|
uint64_t | GetUInt64Value (uint64_t fail_value, bool *success_ptr) |
|
OptionValueArch * | GetAsArch () |
|
const OptionValueArch * | GetAsArch () const |
|
OptionValueArray * | GetAsArray () |
|
const OptionValueArray * | GetAsArray () const |
|
OptionValueArgs * | GetAsArgs () |
|
const OptionValueArgs * | GetAsArgs () const |
|
OptionValueBoolean * | GetAsBoolean () |
|
OptionValueChar * | GetAsChar () |
|
const OptionValueBoolean * | GetAsBoolean () const |
|
const OptionValueChar * | GetAsChar () const |
|
OptionValueDictionary * | GetAsDictionary () |
|
const OptionValueDictionary * | GetAsDictionary () const |
|
OptionValueEnumeration * | GetAsEnumeration () |
|
const OptionValueEnumeration * | GetAsEnumeration () const |
|
OptionValueFileSpec * | GetAsFileSpec () |
|
const OptionValueFileSpec * | GetAsFileSpec () const |
|
OptionValueFileSpecList * | GetAsFileSpecList () |
|
const OptionValueFileSpecList * | GetAsFileSpecList () const |
|
OptionValueFormat * | GetAsFormat () |
|
const OptionValueFormat * | GetAsFormat () const |
|
OptionValueLanguage * | GetAsLanguage () |
|
const OptionValueLanguage * | GetAsLanguage () const |
|
OptionValuePathMappings * | GetAsPathMappings () |
|
const OptionValuePathMappings * | GetAsPathMappings () const |
|
OptionValueProperties * | GetAsProperties () |
|
const OptionValueProperties * | GetAsProperties () const |
|
OptionValueRegex * | GetAsRegex () |
|
const OptionValueRegex * | GetAsRegex () const |
|
OptionValueSInt64 * | GetAsSInt64 () |
|
const OptionValueSInt64 * | GetAsSInt64 () const |
|
OptionValueString * | GetAsString () |
|
const OptionValueString * | GetAsString () const |
|
OptionValueUInt64 * | GetAsUInt64 () |
|
const OptionValueUInt64 * | GetAsUInt64 () const |
|
OptionValueUUID * | GetAsUUID () |
|
const OptionValueUUID * | GetAsUUID () const |
|
OptionValueFormatEntity * | GetAsFormatEntity () |
|
const OptionValueFormatEntity * | GetAsFormatEntity () const |
|
bool | GetBooleanValue (bool fail_value=false) const |
|
bool | SetBooleanValue (bool new_value) |
|
char | GetCharValue (char fail_value) const |
|
char | SetCharValue (char new_value) |
|
int64_t | GetEnumerationValue (int64_t fail_value=-1) const |
|
bool | SetEnumerationValue (int64_t value) |
|
FileSpec | GetFileSpecValue () const |
|
bool | SetFileSpecValue (const FileSpec &file_spec) |
|
FileSpecList | GetFileSpecListValue () const |
|
lldb::Format | GetFormatValue (lldb::Format fail_value=lldb::eFormatDefault) const |
|
bool | SetFormatValue (lldb::Format new_value) |
|
lldb::LanguageType | GetLanguageValue (lldb::LanguageType fail_value=lldb::eLanguageTypeUnknown) const |
|
bool | SetLanguageValue (lldb::LanguageType new_language) |
|
const FormatEntity::Entry * | GetFormatEntity () const |
|
const RegularExpression * | GetRegexValue () const |
|
int64_t | GetSInt64Value (int64_t fail_value=0) const |
|
bool | SetSInt64Value (int64_t new_value) |
|
llvm::StringRef | GetStringValue (llvm::StringRef fail_value) const |
|
llvm::StringRef | GetStringValue () const |
|
bool | SetStringValue (llvm::StringRef new_value) |
|
uint64_t | GetUInt64Value (uint64_t fail_value=0) const |
|
bool | SetUInt64Value (uint64_t new_value) |
|
UUID | GetUUIDValue () const |
|
bool | SetUUIDValue (const UUID &uuid) |
|
bool | OptionWasSet () const |
|
void | SetOptionWasSet () |
|
void | SetParent (const lldb::OptionValueSP &parent_sp) |
|
lldb::OptionValueSP | GetParent () const |
|
void | SetValueChangedCallback (std::function< void()> callback) |
|
void | NotifyValueChanged () |
|
|
enum | Type {
eTypeInvalid = 0,
eTypeArch,
eTypeArgs,
eTypeArray,
eTypeBoolean,
eTypeChar,
eTypeDictionary,
eTypeEnum,
eTypeFileLineColumn,
eTypeFileSpec,
eTypeFileSpecList,
eTypeFormat,
eTypeLanguage,
eTypePathMap,
eTypeProperties,
eTypeRegex,
eTypeSInt64,
eTypeString,
eTypeUInt64,
eTypeUUID,
eTypeFormatEntity
} |
|
enum | {
eDumpOptionName = (1u << 0),
eDumpOptionType = (1u << 1),
eDumpOptionValue = (1u << 2),
eDumpOptionDescription = (1u << 3),
eDumpOptionRaw = (1u << 4),
eDumpOptionCommand = (1u << 5),
eDumpGroupValue = (eDumpOptionName | eDumpOptionType | eDumpOptionValue),
eDumpGroupHelp,
eDumpGroupExport = (eDumpOptionCommand | eDumpOptionName | eDumpOptionValue)
} |
|
static const char * | GetBuiltinTypeAsCString (Type t) |
|
static uint32_t | ConvertTypeToMask (OptionValue::Type type) |
|
static OptionValue::Type | ConvertTypeMaskToType (uint32_t type_mask) |
|
static lldb::OptionValueSP | CreateValueFromCStringForTypeMask (const char *value_cstr, uint32_t type_mask, Status &error) |
|
using | TopmostBase = OptionValue |
|
virtual lldb::OptionValueSP | Clone () const =0 |
|
Definition at line 18 of file OptionValueArch.h.