AppendFileSpecValue(FileSpec file_spec) | lldb_private::OptionValue | |
AppendProperty(llvm::StringRef name, llvm::StringRef desc, bool is_global, const lldb::OptionValueSP &value_sp) | lldb_private::OptionValueProperties | |
Apropos(llvm::StringRef keyword, std::vector< const Property * > &matching_properties) const | lldb_private::OptionValueProperties | |
AutoComplete(CommandInterpreter &interpreter, CompletionRequest &request) | lldb_private::OptionValue | virtual |
Clear() override | lldb_private::OptionValueProperties | virtual |
Clone() const override | lldb_private::Cloneable< OptionValueProperties, OptionValue > | inlinevirtual |
ConvertTypeMaskToType(uint32_t type_mask) | lldb_private::OptionValue | inlinestatic |
ConvertTypeToMask(OptionValue::Type type) | lldb_private::OptionValue | inlinestatic |
CreateLocalCopy(const Properties &global_properties) | lldb_private::OptionValueProperties | static |
CreateValueFromCStringForTypeMask(const char *value_cstr, uint32_t type_mask, Status &error) | lldb_private::OptionValue | static |
DeepCopy(const lldb::OptionValueSP &new_parent) const override | lldb_private::OptionValueProperties | virtual |
DumpAllDescriptions(CommandInterpreter &interpreter, Stream &strm) const | lldb_private::OptionValueProperties | virtual |
DumpPropertyValue(const ExecutionContext *exe_ctx, Stream &strm, llvm::StringRef property_path, uint32_t dump_mask, bool is_json=false) | lldb_private::OptionValueProperties | virtual |
DumpQualifiedName(Stream &strm) const | lldb_private::OptionValue | virtual |
DumpValue(const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) override | lldb_private::OptionValueProperties | virtual |
eDumpGroupExport enum value | lldb_private::OptionValue | |
eDumpGroupHelp enum value | lldb_private::OptionValue | |
eDumpGroupValue enum value | lldb_private::OptionValue | |
eDumpOptionCommand enum value | lldb_private::OptionValue | |
eDumpOptionDescription enum value | lldb_private::OptionValue | |
eDumpOptionName enum value | lldb_private::OptionValue | |
eDumpOptionRaw enum value | lldb_private::OptionValue | |
eDumpOptionType enum value | lldb_private::OptionValue | |
eDumpOptionValue enum value | lldb_private::OptionValue | |
eTypeArch enum value | lldb_private::OptionValue | |
eTypeArgs enum value | lldb_private::OptionValue | |
eTypeArray enum value | lldb_private::OptionValue | |
eTypeBoolean enum value | lldb_private::OptionValue | |
eTypeChar enum value | lldb_private::OptionValue | |
eTypeDictionary enum value | lldb_private::OptionValue | |
eTypeEnum enum value | lldb_private::OptionValue | |
eTypeFileLineColumn enum value | lldb_private::OptionValue | |
eTypeFileSpec enum value | lldb_private::OptionValue | |
eTypeFileSpecList enum value | lldb_private::OptionValue | |
eTypeFormat enum value | lldb_private::OptionValue | |
eTypeFormatEntity enum value | lldb_private::OptionValue | |
eTypeInvalid enum value | lldb_private::OptionValue | |
eTypeLanguage enum value | lldb_private::OptionValue | |
eTypePathMap enum value | lldb_private::OptionValue | |
eTypeProperties enum value | lldb_private::OptionValue | |
eTypeRegex enum value | lldb_private::OptionValue | |
eTypeSInt64 enum value | lldb_private::OptionValue | |
eTypeString enum value | lldb_private::OptionValue | |
eTypeUInt64 enum value | lldb_private::OptionValue | |
eTypeUUID enum value | lldb_private::OptionValue | |
GetArchSpecValue() const | lldb_private::OptionValue | private |
GetAsArch() | lldb_private::OptionValue | |
GetAsArch() const | lldb_private::OptionValue | |
GetAsArgs() | lldb_private::OptionValue | |
GetAsArgs() const | lldb_private::OptionValue | |
GetAsArray() | lldb_private::OptionValue | |
GetAsArray() const | lldb_private::OptionValue | |
GetAsBoolean() | lldb_private::OptionValue | |
GetAsBoolean() const | lldb_private::OptionValue | |
GetAsChar() | lldb_private::OptionValue | |
GetAsChar() const | lldb_private::OptionValue | |
GetAsDictionary() | lldb_private::OptionValue | |
GetAsDictionary() const | lldb_private::OptionValue | |
GetAsEnumeration() | lldb_private::OptionValue | |
GetAsEnumeration() const | lldb_private::OptionValue | |
GetAsFileSpec() | lldb_private::OptionValue | |
GetAsFileSpec() const | lldb_private::OptionValue | |
GetAsFileSpecList() | lldb_private::OptionValue | |
GetAsFileSpecList() const | lldb_private::OptionValue | |
GetAsFormat() | lldb_private::OptionValue | |
GetAsFormat() const | lldb_private::OptionValue | |
GetAsFormatEntity() | lldb_private::OptionValue | |
GetAsFormatEntity() const | lldb_private::OptionValue | |
GetAsLanguage() | lldb_private::OptionValue | |
GetAsLanguage() const | lldb_private::OptionValue | |
GetAsPathMappings() | lldb_private::OptionValue | |
GetAsPathMappings() const | lldb_private::OptionValue | |
GetAsProperties() | lldb_private::OptionValue | |
GetAsProperties() const | lldb_private::OptionValue | |
GetAsRegex() | lldb_private::OptionValue | |
GetAsRegex() const | lldb_private::OptionValue | |
GetAsSInt64() | lldb_private::OptionValue | |
GetAsSInt64() const | lldb_private::OptionValue | |
GetAsString() | lldb_private::OptionValue | |
GetAsString() const | lldb_private::OptionValue | |
GetAsUInt64() | lldb_private::OptionValue | |
GetAsUInt64() const | lldb_private::OptionValue | |
GetAsUUID() | lldb_private::OptionValue | |
GetAsUUID() const | lldb_private::OptionValue | |
GetBooleanValue() const | lldb_private::OptionValue | private |
GetBuiltinTypeAsCString(Type t) | lldb_private::OptionValue | static |
GetCharValue() const | lldb_private::OptionValue | private |
GetEnumerationValue() const | lldb_private::OptionValue | private |
GetFileSpecListValue() const | lldb_private::OptionValue | private |
GetFileSpecValue() const | lldb_private::OptionValue | private |
GetFormatEntity() const | lldb_private::OptionValue | private |
GetFormatValue() const | lldb_private::OptionValue | private |
GetLanguageValue() const | lldb_private::OptionValue | private |
GetName() const override | lldb_private::OptionValueProperties | inlinevirtual |
GetParent() const | lldb_private::OptionValue | inline |
GetProperty(llvm::StringRef name, const ExecutionContext *exe_ctx=nullptr) const | lldb_private::OptionValueProperties | virtual |
GetPropertyAtIndex(size_t idx, const ExecutionContext *exe_ctx=nullptr) const | lldb_private::OptionValueProperties | inlinevirtual |
GetPropertyAtIndexAs(size_t idx, const ExecutionContext *exe_ctx=nullptr) const | lldb_private::OptionValueProperties | inline |
GetPropertyAtIndexAsArgs(size_t idx, Args &args, const ExecutionContext *exe_ctx=nullptr) const | lldb_private::OptionValueProperties | |
GetPropertyAtIndexAsOptionValueDictionary(size_t idx, const ExecutionContext *exe_ctx=nullptr) const | lldb_private::OptionValueProperties | |
GetPropertyAtIndexAsOptionValueFileSpec(size_t idx, const ExecutionContext *exe_ctx=nullptr) const | lldb_private::OptionValueProperties | |
GetPropertyAtIndexAsOptionValueFileSpecList(size_t idx, const ExecutionContext *exe_ctx=nullptr) const | lldb_private::OptionValueProperties | |
GetPropertyAtIndexAsOptionValuePathMappings(size_t idx, const ExecutionContext *exe_ctx=nullptr) const | lldb_private::OptionValueProperties | |
GetPropertyAtIndexAsOptionValueSInt64(size_t idx, const ExecutionContext *exe_ctx=nullptr) const | lldb_private::OptionValueProperties | |
GetPropertyAtIndexAsOptionValueString(size_t idx, const ExecutionContext *exe_ctx=nullptr) const | lldb_private::OptionValueProperties | |
GetPropertyAtIndexAsOptionValueUInt64(size_t idx, const ExecutionContext *exe_ctx=nullptr) const | lldb_private::OptionValueProperties | |
GetPropertyAtPath(const ExecutionContext *exe_ctx, llvm::StringRef property_path) const | lldb_private::OptionValueProperties | virtual |
GetPropertyIndex(llvm::StringRef name) const | lldb_private::OptionValueProperties | virtual |
GetPropertyValueAtIndex(size_t idx, const ExecutionContext *exe_ctx) const | lldb_private::OptionValueProperties | virtual |
GetRegexValue() const | lldb_private::OptionValue | private |
GetSInt64Value() const | lldb_private::OptionValue | private |
GetStringValue() const | lldb_private::OptionValue | private |
GetSubProperty(const ExecutionContext *exe_ctx, llvm::StringRef name) | lldb_private::OptionValueProperties | |
GetSubValue(const ExecutionContext *exe_ctx, llvm::StringRef name, Status &error) const override | lldb_private::OptionValueProperties | virtual |
GetType() const override | lldb_private::OptionValueProperties | inlinevirtual |
GetTypeAsCString() const | lldb_private::OptionValue | inlinevirtual |
GetTypeAsMask() | lldb_private::OptionValue | inline |
GetUInt64Value() const | lldb_private::OptionValue | private |
GetUUIDValue() const | lldb_private::OptionValue | private |
GetValueAs() const | lldb_private::OptionValue | inline |
GetValueAs() const | lldb_private::OptionValue | inline |
GetValueForKey(const ExecutionContext *exe_ctx, llvm::StringRef key) const | lldb_private::OptionValueProperties | virtual |
Initialize(const PropertyDefinitions &setting_definitions) | lldb_private::OptionValueProperties | |
IsAggregateValue() const | lldb_private::OptionValue | inlinevirtual |
m_callback | lldb_private::OptionValue | protected |
m_mutex | lldb_private::OptionValue | mutableprivate |
m_name | lldb_private::OptionValueProperties | protected |
m_name_to_index | lldb_private::OptionValueProperties | protected |
m_parent_wp | lldb_private::OptionValue | protected |
m_properties | lldb_private::OptionValueProperties | protected |
m_value_was_set | lldb_private::OptionValue | protected |
NotifyValueChanged() | lldb_private::OptionValue | inline |
operator=(const OptionValue &other) | lldb_private::OptionValue | |
OptionValue()=default | lldb_private::OptionValue | |
OptionValue(const OptionValue &other) | lldb_private::OptionValue | |
OptionValueProperties()=default | lldb_private::OptionValueProperties | |
OptionValueProperties(llvm::StringRef name) | lldb_private::OptionValueProperties | |
OptionWasSet() const | lldb_private::OptionValue | inline |
ProtectedGetPropertyAtIndex(size_t idx) | lldb_private::OptionValueProperties | inlineprotected |
ProtectedGetPropertyAtIndex(size_t idx) const | lldb_private::OptionValueProperties | inlineprotected |
SetArchSpecValue(ArchSpec arch_spec) | lldb_private::OptionValue | private |
SetBooleanValue(bool new_value) | lldb_private::OptionValue | private |
SetCharValue(char new_value) | lldb_private::OptionValue | private |
SetEnumerationValue(int64_t value) | lldb_private::OptionValue | private |
SetFileSpecValue(FileSpec file_spec) | lldb_private::OptionValue | private |
SetFormatValue(lldb::Format new_value) | lldb_private::OptionValue | private |
SetLanguageValue(lldb::LanguageType new_language) | lldb_private::OptionValue | private |
SetOptionWasSet() | lldb_private::OptionValue | inline |
SetParent(const lldb::OptionValueSP &parent_sp) | lldb_private::OptionValue | inline |
SetPropertyAtIndex(size_t idx, T t, const ExecutionContext *exe_ctx=nullptr) const | lldb_private::OptionValueProperties | inline |
SetPropertyAtIndexFromArgs(size_t idx, const Args &args, const ExecutionContext *exe_ctx=nullptr) | lldb_private::OptionValueProperties | |
SetSInt64Value(int64_t new_value) | lldb_private::OptionValue | private |
SetStringValue(llvm::StringRef new_value) | lldb_private::OptionValue | private |
SetSubValue(const ExecutionContext *exe_ctx, VarSetOperationType op, llvm::StringRef path, llvm::StringRef value) override | lldb_private::OptionValueProperties | virtual |
SetUInt64Value(uint64_t new_value) | lldb_private::OptionValue | private |
SetUUIDValue(const UUID &uuid) | lldb_private::OptionValue | private |
SetValueAs(bool v) | lldb_private::OptionValue | inline |
SetValueAs(char v) | lldb_private::OptionValue | inline |
SetValueAs(uint64_t v) | lldb_private::OptionValue | inline |
SetValueAs(int64_t v) | lldb_private::OptionValue | inline |
SetValueAs(UUID v) | lldb_private::OptionValue | inline |
SetValueAs(llvm::StringRef v) | lldb_private::OptionValue | inline |
SetValueAs(lldb::LanguageType v) | lldb_private::OptionValue | inline |
SetValueAs(lldb::Format v) | lldb_private::OptionValue | inline |
SetValueAs(FileSpec v) | lldb_private::OptionValue | inline |
SetValueAs(ArchSpec v) | lldb_private::OptionValue | inline |
SetValueAs(T t) | lldb_private::OptionValue | inline |
SetValueChangedCallback(size_t property_idx, std::function< void()> callback) | lldb_private::OptionValueProperties | |
Cloneable< OptionValueProperties, OptionValue >::SetValueChangedCallback(std::function< void()> callback) | lldb_private::OptionValue | inline |
SetValueFromString(llvm::StringRef value, VarSetOperationType op=eVarSetOperationAssign) override | lldb_private::OptionValueProperties | virtual |
ToJSON(const ExecutionContext *exe_ctx) override | lldb_private::OptionValueProperties | virtual |
TopmostBase typedef | lldb_private::OptionValue | protected |
Type enum name | lldb_private::OptionValue | |
ValueIsTransparent() const | lldb_private::OptionValue | inlinevirtual |
~OptionValue()=default | lldb_private::OptionValue | virtual |
~OptionValueProperties() override=default | lldb_private::OptionValueProperties | |