LLDB mainline
Public Member Functions | Static Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | List of all members
lldb_private::OptionValueProperties Class Reference

#include <OptionValueProperties.h>

Inheritance diagram for lldb_private::OptionValueProperties:
Inheritance graph
[legend]
Collaboration diagram for lldb_private::OptionValueProperties:
Collaboration graph
[legend]

Public Member Functions

 OptionValueProperties ()=default
 
 OptionValueProperties (ConstString name)
 
 ~OptionValueProperties () override=default
 
Type GetType () const override
 
void Clear () override
 
lldb::OptionValueSP DeepCopy (const lldb::OptionValueSP &new_parent) const override
 
Status SetValueFromString (llvm::StringRef value, VarSetOperationType op=eVarSetOperationAssign) override
 
void DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) override
 
llvm::json::Value ToJSON (const ExecutionContext *exe_ctx) override
 
ConstString GetName () const override
 
virtual Status DumpPropertyValue (const ExecutionContext *exe_ctx, Stream &strm, llvm::StringRef property_path, uint32_t dump_mask, bool is_json=false)
 
virtual void DumpAllDescriptions (CommandInterpreter &interpreter, Stream &strm) const
 
void Apropos (llvm::StringRef keyword, std::vector< const Property * > &matching_properties) const
 
void Initialize (const PropertyDefinitions &setting_definitions)
 
virtual size_t GetNumProperties () const
 
virtual uint32_t GetPropertyIndex (ConstString name) const
 
virtual const PropertyGetProperty (const ExecutionContext *exe_ctx, bool will_modify, ConstString name) const
 
virtual const PropertyGetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const
 
virtual const PropertyGetPropertyAtPath (const ExecutionContext *exe_ctx, bool will_modify, llvm::StringRef property_path) const
 
virtual lldb::OptionValueSP GetPropertyValueAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const
 
virtual lldb::OptionValueSP GetValueForKey (const ExecutionContext *exe_ctx, ConstString key, bool value_will_be_modified) const
 
lldb::OptionValueSP GetSubValue (const ExecutionContext *exe_ctx, llvm::StringRef name, bool value_will_be_modified, Status &error) const override
 
Status SetSubValue (const ExecutionContext *exe_ctx, VarSetOperationType op, llvm::StringRef path, llvm::StringRef value) override
 
OptionValueArchGetPropertyAtIndexAsOptionValueArch (const ExecutionContext *exe_ctx, uint32_t idx) const
 
OptionValueLanguageGetPropertyAtIndexAsOptionValueLanguage (const ExecutionContext *exe_ctx, uint32_t idx) const
 
bool SetPropertyAtIndexAsLanguage (const ExecutionContext *exe_ctx, uint32_t idx, lldb::LanguageType lang)
 
bool GetPropertyAtIndexAsArgs (const ExecutionContext *exe_ctx, uint32_t idx, Args &args) const
 
bool SetPropertyAtIndexFromArgs (const ExecutionContext *exe_ctx, uint32_t idx, const Args &args)
 
bool GetPropertyAtIndexAsBoolean (const ExecutionContext *exe_ctx, uint32_t idx, bool fail_value) const
 
bool SetPropertyAtIndexAsBoolean (const ExecutionContext *exe_ctx, uint32_t idx, bool new_value)
 
OptionValueDictionaryGetPropertyAtIndexAsOptionValueDictionary (const ExecutionContext *exe_ctx, uint32_t idx) const
 
int64_t GetPropertyAtIndexAsEnumeration (const ExecutionContext *exe_ctx, uint32_t idx, int64_t fail_value) const
 
bool SetPropertyAtIndexAsEnumeration (const ExecutionContext *exe_ctx, uint32_t idx, int64_t new_value)
 
const FormatEntity::EntryGetPropertyAtIndexAsFormatEntity (const ExecutionContext *exe_ctx, uint32_t idx)
 
const RegularExpressionGetPropertyAtIndexAsOptionValueRegex (const ExecutionContext *exe_ctx, uint32_t idx) const
 
OptionValueSInt64GetPropertyAtIndexAsOptionValueSInt64 (const ExecutionContext *exe_ctx, uint32_t idx) const
 
OptionValueUInt64GetPropertyAtIndexAsOptionValueUInt64 (const ExecutionContext *exe_ctx, uint32_t idx) const
 
int64_t GetPropertyAtIndexAsSInt64 (const ExecutionContext *exe_ctx, uint32_t idx, int64_t fail_value) const
 
bool SetPropertyAtIndexAsSInt64 (const ExecutionContext *exe_ctx, uint32_t idx, int64_t new_value)
 
uint64_t GetPropertyAtIndexAsUInt64 (const ExecutionContext *exe_ctx, uint32_t idx, uint64_t fail_value) const
 
bool SetPropertyAtIndexAsUInt64 (const ExecutionContext *exe_ctx, uint32_t idx, uint64_t new_value)
 
llvm::StringRef GetPropertyAtIndexAsString (const ExecutionContext *exe_ctx, uint32_t idx, llvm::StringRef fail_value) const
 
bool SetPropertyAtIndexAsString (const ExecutionContext *exe_ctx, uint32_t idx, llvm::StringRef new_value)
 
OptionValueStringGetPropertyAtIndexAsOptionValueString (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const
 
OptionValueFileSpecGetPropertyAtIndexAsOptionValueFileSpec (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const
 
FileSpec GetPropertyAtIndexAsFileSpec (const ExecutionContext *exe_ctx, uint32_t idx) const
 
bool SetPropertyAtIndexAsFileSpec (const ExecutionContext *exe_ctx, uint32_t idx, const FileSpec &file_spec)
 
OptionValuePathMappingsGetPropertyAtIndexAsOptionValuePathMappings (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const
 
OptionValueFileSpecListGetPropertyAtIndexAsOptionValueFileSpecList (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const
 
void AppendProperty (ConstString name, ConstString desc, bool is_global, const lldb::OptionValueSP &value_sp)
 
lldb::OptionValuePropertiesSP GetSubProperty (const ExecutionContext *exe_ctx, ConstString name)
 
void SetValueChangedCallback (uint32_t property_idx, std::function< void()> callback)
 
- Public Member Functions inherited from lldb_private::Cloneable< OptionValueProperties, OptionValue >
std::shared_ptr< typename Base::TopmostBase > Clone () const override
 
- Public Member Functions inherited from lldb_private::OptionValue
 OptionValue ()=default
 
virtual ~OptionValue ()=default
 
virtual Type GetType () const =0
 
virtual bool ValueIsTransparent () const
 
virtual const char * GetTypeAsCString () const
 
virtual void DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask)=0
 
virtual llvm::json::Value ToJSON (const ExecutionContext *exe_ctx)
 
virtual Status SetValueFromString (llvm::StringRef value, VarSetOperationType op=eVarSetOperationAssign)
 
virtual void Clear ()=0
 
virtual lldb::OptionValueSP DeepCopy (const lldb::OptionValueSP &new_parent) const
 
virtual void AutoComplete (CommandInterpreter &interpreter, CompletionRequest &request)
 
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)
 
OptionValueArchGetAsArch ()
 
const OptionValueArchGetAsArch () const
 
OptionValueArrayGetAsArray ()
 
const OptionValueArrayGetAsArray () const
 
OptionValueArgsGetAsArgs ()
 
const OptionValueArgsGetAsArgs () const
 
OptionValueBooleanGetAsBoolean ()
 
OptionValueCharGetAsChar ()
 
const OptionValueBooleanGetAsBoolean () const
 
const OptionValueCharGetAsChar () const
 
OptionValueDictionaryGetAsDictionary ()
 
const OptionValueDictionaryGetAsDictionary () const
 
OptionValueEnumerationGetAsEnumeration ()
 
const OptionValueEnumerationGetAsEnumeration () const
 
OptionValueFileSpecGetAsFileSpec ()
 
const OptionValueFileSpecGetAsFileSpec () const
 
OptionValueFileSpecListGetAsFileSpecList ()
 
const OptionValueFileSpecListGetAsFileSpecList () const
 
OptionValueFormatGetAsFormat ()
 
const OptionValueFormatGetAsFormat () const
 
OptionValueLanguageGetAsLanguage ()
 
const OptionValueLanguageGetAsLanguage () const
 
OptionValuePathMappingsGetAsPathMappings ()
 
const OptionValuePathMappingsGetAsPathMappings () const
 
OptionValuePropertiesGetAsProperties ()
 
const OptionValuePropertiesGetAsProperties () const
 
OptionValueRegexGetAsRegex ()
 
const OptionValueRegexGetAsRegex () const
 
OptionValueSInt64GetAsSInt64 ()
 
const OptionValueSInt64GetAsSInt64 () const
 
OptionValueStringGetAsString ()
 
const OptionValueStringGetAsString () const
 
OptionValueUInt64GetAsUInt64 ()
 
const OptionValueUInt64GetAsUInt64 () const
 
OptionValueUUIDGetAsUUID ()
 
const OptionValueUUIDGetAsUUID () const
 
OptionValueFormatEntityGetAsFormatEntity ()
 
const OptionValueFormatEntityGetAsFormatEntity () 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::EntryGetFormatEntity () const
 
const RegularExpressionGetRegexValue () 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 ()
 

Static Public Member Functions

static lldb::OptionValuePropertiesSP CreateLocalCopy (const Properties &global_properties)
 
- Static Public Member Functions inherited from lldb_private::OptionValue
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)
 

Protected Types

typedef UniqueCStringMap< size_t > NameToIndex
 
- Protected Types inherited from lldb_private::OptionValue
using TopmostBase = OptionValue
 

Protected Member Functions

PropertyProtectedGetPropertyAtIndex (uint32_t idx)
 
const PropertyProtectedGetPropertyAtIndex (uint32_t idx) const
 
virtual lldb::OptionValueSP Clone () const =0
 

Protected Attributes

ConstString m_name
 
std::vector< Propertym_properties
 
NameToIndex m_name_to_index
 
- Protected Attributes inherited from lldb_private::OptionValue
lldb::OptionValueWP m_parent_wp
 
std::function< void()> m_callback
 
bool m_value_was_set = false
 

Additional Inherited Members

- Public Types inherited from lldb_private::OptionValue
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)
}
 

Detailed Description

Definition at line 23 of file OptionValueProperties.h.

Member Typedef Documentation

◆ NameToIndex

Definition at line 218 of file OptionValueProperties.h.

Constructor & Destructor Documentation

◆ OptionValueProperties() [1/2]

lldb_private::OptionValueProperties::OptionValueProperties ( )
default

◆ OptionValueProperties() [2/2]

OptionValueProperties::OptionValueProperties ( ConstString  name)

Definition at line 23 of file OptionValueProperties.cpp.

◆ ~OptionValueProperties()

lldb_private::OptionValueProperties::~OptionValueProperties ( )
overridedefault

Member Function Documentation

◆ AppendProperty()

void OptionValueProperties::AppendProperty ( ConstString  name,
ConstString  desc,
bool  is_global,
const lldb::OptionValueSP &  value_sp 
)

◆ Apropos()

void OptionValueProperties::Apropos ( llvm::StringRef  keyword,
std::vector< const Property * > &  matching_properties 
) const

◆ Clear()

void OptionValueProperties::Clear ( )
overridevirtual

Implements lldb_private::OptionValue.

Definition at line 507 of file OptionValueProperties.cpp.

References m_properties.

Referenced by SetValueFromString().

◆ CreateLocalCopy()

OptionValuePropertiesSP OptionValueProperties::CreateLocalCopy ( const Properties global_properties)
static

◆ DeepCopy()

OptionValueSP OptionValueProperties::DeepCopy ( const lldb::OptionValueSP &  new_parent) const
overridevirtual

Reimplemented from lldb_private::OptionValue.

Definition at line 603 of file OptionValueProperties.cpp.

References lldb_private::OptionValue::DeepCopy(), and lldbassert.

◆ DumpAllDescriptions()

void OptionValueProperties::DumpAllDescriptions ( CommandInterpreter interpreter,
Stream strm 
) const
virtual

◆ DumpPropertyValue()

Status OptionValueProperties::DumpPropertyValue ( const ExecutionContext exe_ctx,
Stream strm,
llvm::StringRef  property_path,
uint32_t  dump_mask,
bool  is_json = false 
)
virtual

◆ DumpValue()

void OptionValueProperties::DumpValue ( const ExecutionContext exe_ctx,
Stream strm,
uint32_t  dump_mask 
)
overridevirtual

◆ GetName()

ConstString lldb_private::OptionValueProperties::GetName ( ) const
inlineoverridevirtual

Reimplemented from lldb_private::OptionValue.

Definition at line 52 of file OptionValueProperties.h.

References m_name.

◆ GetNumProperties()

size_t OptionValueProperties::GetNumProperties ( ) const
virtual

Definition at line 25 of file OptionValueProperties.cpp.

References m_properties.

◆ GetProperty()

const Property * OptionValueProperties::GetProperty ( const ExecutionContext exe_ctx,
bool  will_modify,
ConstString  name 
) const
virtual

◆ GetPropertyAtIndex()

const Property * OptionValueProperties::GetPropertyAtIndex ( const ExecutionContext exe_ctx,
bool  will_modify,
uint32_t  idx 
) const
virtual

◆ GetPropertyAtIndexAsArgs()

bool OptionValueProperties::GetPropertyAtIndexAsArgs ( const ExecutionContext exe_ctx,
uint32_t  idx,
Args args 
) const

◆ GetPropertyAtIndexAsBoolean()

bool OptionValueProperties::GetPropertyAtIndexAsBoolean ( const ExecutionContext exe_ctx,
uint32_t  idx,
bool  fail_value 
) const

◆ GetPropertyAtIndexAsEnumeration()

int64_t OptionValueProperties::GetPropertyAtIndexAsEnumeration ( const ExecutionContext exe_ctx,
uint32_t  idx,
int64_t  fail_value 
) const

◆ GetPropertyAtIndexAsFileSpec()

FileSpec OptionValueProperties::GetPropertyAtIndexAsFileSpec ( const ExecutionContext exe_ctx,
uint32_t  idx 
) const

◆ GetPropertyAtIndexAsFormatEntity()

const FormatEntity::Entry * OptionValueProperties::GetPropertyAtIndexAsFormatEntity ( const ExecutionContext exe_ctx,
uint32_t  idx 
)

◆ GetPropertyAtIndexAsOptionValueArch()

OptionValueArch * OptionValueProperties::GetPropertyAtIndexAsOptionValueArch ( const ExecutionContext exe_ctx,
uint32_t  idx 
) const

Definition at line 212 of file OptionValueProperties.cpp.

References GetPropertyAtIndex().

◆ GetPropertyAtIndexAsOptionValueDictionary()

OptionValueDictionary * OptionValueProperties::GetPropertyAtIndexAsOptionValueDictionary ( const ExecutionContext exe_ctx,
uint32_t  idx 
) const

Definition at line 321 of file OptionValueProperties.cpp.

References GetPropertyAtIndex().

◆ GetPropertyAtIndexAsOptionValueFileSpec()

OptionValueFileSpec * OptionValueProperties::GetPropertyAtIndexAsOptionValueFileSpec ( const ExecutionContext exe_ctx,
bool  will_modify,
uint32_t  idx 
) const

◆ GetPropertyAtIndexAsOptionValueFileSpecList()

OptionValueFileSpecList * OptionValueProperties::GetPropertyAtIndexAsOptionValueFileSpecList ( const ExecutionContext exe_ctx,
bool  will_modify,
uint32_t  idx 
) const

Definition at line 204 of file OptionValueProperties.cpp.

References GetPropertyValueAtIndex().

◆ GetPropertyAtIndexAsOptionValueLanguage()

OptionValueLanguage * OptionValueProperties::GetPropertyAtIndexAsOptionValueLanguage ( const ExecutionContext exe_ctx,
uint32_t  idx 
) const

Definition at line 221 of file OptionValueProperties.cpp.

References GetPropertyAtIndex().

◆ GetPropertyAtIndexAsOptionValuePathMappings()

OptionValuePathMappings * OptionValueProperties::GetPropertyAtIndexAsOptionValuePathMappings ( const ExecutionContext exe_ctx,
bool  will_modify,
uint32_t  idx 
) const

Definition at line 195 of file OptionValueProperties.cpp.

References GetPropertyValueAtIndex().

◆ GetPropertyAtIndexAsOptionValueRegex()

const RegularExpression * OptionValueProperties::GetPropertyAtIndexAsOptionValueRegex ( const ExecutionContext exe_ctx,
uint32_t  idx 
) const

◆ GetPropertyAtIndexAsOptionValueSInt64()

OptionValueSInt64 * OptionValueProperties::GetPropertyAtIndexAsOptionValueSInt64 ( const ExecutionContext exe_ctx,
uint32_t  idx 
) const

◆ GetPropertyAtIndexAsOptionValueString()

OptionValueString * OptionValueProperties::GetPropertyAtIndexAsOptionValueString ( const ExecutionContext exe_ctx,
bool  will_modify,
uint32_t  idx 
) const

Definition at line 477 of file OptionValueProperties.cpp.

References GetPropertyValueAtIndex().

◆ GetPropertyAtIndexAsOptionValueUInt64()

OptionValueUInt64 * OptionValueProperties::GetPropertyAtIndexAsOptionValueUInt64 ( const ExecutionContext exe_ctx,
uint32_t  idx 
) const

◆ GetPropertyAtIndexAsSInt64()

int64_t OptionValueProperties::GetPropertyAtIndexAsSInt64 ( const ExecutionContext exe_ctx,
uint32_t  idx,
int64_t  fail_value 
) const

◆ GetPropertyAtIndexAsString()

llvm::StringRef OptionValueProperties::GetPropertyAtIndexAsString ( const ExecutionContext exe_ctx,
uint32_t  idx,
llvm::StringRef  fail_value 
) const

◆ GetPropertyAtIndexAsUInt64()

uint64_t OptionValueProperties::GetPropertyAtIndexAsUInt64 ( const ExecutionContext exe_ctx,
uint32_t  idx,
uint64_t  fail_value 
) const

◆ GetPropertyAtPath()

const Property * OptionValueProperties::GetPropertyAtPath ( const ExecutionContext exe_ctx,
bool  will_modify,
llvm::StringRef  property_path 
) const
virtual

◆ GetPropertyIndex()

uint32_t OptionValueProperties::GetPropertyIndex ( ConstString  name) const
virtual

◆ GetPropertyValueAtIndex()

lldb::OptionValueSP OptionValueProperties::GetPropertyValueAtIndex ( const ExecutionContext exe_ctx,
bool  will_modify,
uint32_t  idx 
) const
virtual

◆ GetSubProperty()

lldb::OptionValuePropertiesSP OptionValueProperties::GetSubProperty ( const ExecutionContext exe_ctx,
ConstString  name 
)

◆ GetSubValue()

lldb::OptionValueSP OptionValueProperties::GetSubValue ( const ExecutionContext exe_ctx,
llvm::StringRef  name,
bool  value_will_be_modified,
Status error 
) const
overridevirtual

◆ GetType()

Type lldb_private::OptionValueProperties::GetType ( ) const
inlineoverridevirtual

◆ GetValueForKey()

lldb::OptionValueSP OptionValueProperties::GetValueForKey ( const ExecutionContext exe_ctx,
ConstString  key,
bool  value_will_be_modified 
) const
virtual

◆ Initialize()

void OptionValueProperties::Initialize ( const PropertyDefinitions setting_definitions)

◆ ProtectedGetPropertyAtIndex() [1/2]

Property * lldb_private::OptionValueProperties::ProtectedGetPropertyAtIndex ( uint32_t  idx)
inlineprotected

◆ ProtectedGetPropertyAtIndex() [2/2]

const Property * lldb_private::OptionValueProperties::ProtectedGetPropertyAtIndex ( uint32_t  idx) const
inlineprotected

Definition at line 214 of file OptionValueProperties.h.

References m_properties.

◆ SetPropertyAtIndexAsBoolean()

bool OptionValueProperties::SetPropertyAtIndexAsBoolean ( const ExecutionContext exe_ctx,
uint32_t  idx,
bool  new_value 
)

◆ SetPropertyAtIndexAsEnumeration()

bool OptionValueProperties::SetPropertyAtIndexAsEnumeration ( const ExecutionContext exe_ctx,
uint32_t  idx,
int64_t  new_value 
)

◆ SetPropertyAtIndexAsFileSpec()

bool OptionValueProperties::SetPropertyAtIndexAsFileSpec ( const ExecutionContext exe_ctx,
uint32_t  idx,
const FileSpec file_spec 
)

◆ SetPropertyAtIndexAsLanguage()

bool OptionValueProperties::SetPropertyAtIndexAsLanguage ( const ExecutionContext exe_ctx,
uint32_t  idx,
lldb::LanguageType  lang 
)

◆ SetPropertyAtIndexAsSInt64()

bool OptionValueProperties::SetPropertyAtIndexAsSInt64 ( const ExecutionContext exe_ctx,
uint32_t  idx,
int64_t  new_value 
)

◆ SetPropertyAtIndexAsString()

bool OptionValueProperties::SetPropertyAtIndexAsString ( const ExecutionContext exe_ctx,
uint32_t  idx,
llvm::StringRef  new_value 
)

◆ SetPropertyAtIndexAsUInt64()

bool OptionValueProperties::SetPropertyAtIndexAsUInt64 ( const ExecutionContext exe_ctx,
uint32_t  idx,
uint64_t  new_value 
)

◆ SetPropertyAtIndexFromArgs()

bool OptionValueProperties::SetPropertyAtIndexFromArgs ( const ExecutionContext exe_ctx,
uint32_t  idx,
const Args args 
)

◆ SetSubValue()

Status OptionValueProperties::SetSubValue ( const ExecutionContext exe_ctx,
VarSetOperationType  op,
llvm::StringRef  path,
llvm::StringRef  value 
)
overridevirtual

◆ SetValueChangedCallback()

void OptionValueProperties::SetValueChangedCallback ( uint32_t  property_idx,
std::function< void()>  callback 
)

Definition at line 40 of file OptionValueProperties.cpp.

References ProtectedGetPropertyAtIndex().

◆ SetValueFromString()

Status OptionValueProperties::SetValueFromString ( llvm::StringRef  value,
VarSetOperationType  op = eVarSetOperationAssign 
)
overridevirtual

◆ ToJSON()

llvm::json::Value OptionValueProperties::ToJSON ( const ExecutionContext exe_ctx)
overridevirtual

Member Data Documentation

◆ m_name

ConstString lldb_private::OptionValueProperties::m_name
protected

Definition at line 220 of file OptionValueProperties.h.

Referenced by GetName().

◆ m_name_to_index

NameToIndex lldb_private::OptionValueProperties::m_name_to_index
protected

◆ m_properties

std::vector<Property> lldb_private::OptionValueProperties::m_properties
protected

The documentation for this class was generated from the following files: