LLDB mainline
|
#include <OptionValueUUID.h>
Public Member Functions | |
OptionValueUUID ()=default | |
OptionValueUUID (const UUID &uuid) | |
~OptionValueUUID () override=default | |
OptionValue::Type | GetType () const override |
void | DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) override |
llvm::json::Value | ToJSON (const ExecutionContext *exe_ctx) override |
Status | SetValueFromString (llvm::StringRef value, VarSetOperationType op=eVarSetOperationAssign) override |
void | Clear () override |
UUID & | GetCurrentValue () |
const UUID & | GetCurrentValue () const |
void | SetCurrentValue (const UUID &value) |
void | AutoComplete (CommandInterpreter &interpreter, CompletionRequest &request) override |
![]() | |
std::shared_ptr< typename Base::TopmostBase > | Clone () const override |
![]() | |
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, 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 () |
OptionValueArch * | GetAsArch () |
const OptionValueArch * | GetAsArch () const |
OptionValueArray * | GetAsArray () |
const OptionValueArray * | GetAsArray () const |
OptionValueArgs * | GetAsArgs () |
const OptionValueArgs * | GetAsArgs () const |
OptionValueBoolean * | GetAsBoolean () |
const OptionValueBoolean * | GetAsBoolean () const |
OptionValueChar * | GetAsChar () |
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 | AppendFileSpecValue (FileSpec file_spec) |
bool | OptionWasSet () const |
void | SetOptionWasSet () |
void | SetParent (const lldb::OptionValueSP &parent_sp) |
lldb::OptionValueSP | GetParent () const |
void | SetValueChangedCallback (std::function< void()> callback) |
void | NotifyValueChanged () |
template<typename T , std::enable_if_t<!std::is_pointer_v< T >, bool > = true> | |
std::optional< T > | GetValueAs () const |
template<typename T , typename U = typename std::remove_const< typename std::remove_pointer<T>::type>::type, std::enable_if_t< std::is_pointer_v< T >, bool > = true> | |
T | GetValueAs () const |
bool | SetValueAs (bool v) |
bool | SetValueAs (char v) |
bool | SetValueAs (uint64_t v) |
bool | SetValueAs (int64_t v) |
bool | SetValueAs (UUID v) |
bool | SetValueAs (llvm::StringRef v) |
bool | SetValueAs (lldb::LanguageType v) |
bool | SetValueAs (lldb::Format v) |
bool | SetValueAs (FileSpec v) |
bool | SetValueAs (ArchSpec v) |
template<typename T , std::enable_if_t< std::is_enum_v< T >, bool > = true> | |
bool | SetValueAs (T t) |
Protected Attributes | |
UUID | m_uuid |
![]() | |
lldb::OptionValueWP | m_parent_wp |
std::function< void()> | m_callback |
bool | m_value_was_set = false |
Definition at line 17 of file OptionValueUUID.h.
|
default |
|
inline |
Definition at line 21 of file OptionValueUUID.h.
|
overridedefault |
|
overridevirtual |
Reimplemented from lldb_private::OptionValue.
Definition at line 61 of file OptionValueUUID.cpp.
References lldb_private::UUID::DecodeUUIDBytesFromString(), lldb_private::UUID::GetAsString(), lldb_private::CompletionRequest::GetCursorArgumentPrefix(), lldb_private::CommandInterpreter::GetExecutionContext(), lldb_private::Target::GetImages(), lldb_private::ModuleList::GetModuleAtIndex(), lldb_private::ModuleList::GetSize(), lldb_private::ExecutionContext::GetTargetPtr(), lldb_private::UUID::IsValid(), and lldb_private::CompletionRequest::TryCompleteCurrentArg().
|
inlineoverridevirtual |
Implements lldb_private::OptionValue.
Definition at line 40 of file OptionValueUUID.h.
References lldb_private::UUID::Clear(), m_uuid, and lldb_private::OptionValue::m_value_was_set.
Referenced by lldb_private::OptionGroupUUID::OptionParsingStarting(), and SetValueFromString().
|
overridevirtual |
Implements lldb_private::OptionValue.
Definition at line 19 of file OptionValueUUID.cpp.
References lldb_private::UUID::Dump(), lldb_private::OptionValue::eDumpOptionType, lldb_private::OptionValue::eDumpOptionValue, lldb_private::OptionValue::GetTypeAsCString(), m_uuid, lldb_private::Stream::Printf(), and lldb_private::Stream::PutCString().
|
inline |
Definition at line 47 of file OptionValueUUID.h.
References m_uuid.
Referenced by CommandObjectTargetSymbolsAdd::AddSymbolsForUUID(), CommandObjectTargetModulesAdd::DoExecute(), and CommandObjectTargetModulesLoad::DoExecute().
|
inline |
Definition at line 49 of file OptionValueUUID.h.
References m_uuid.
|
inlineoverridevirtual |
Implements lldb_private::OptionValue.
Definition at line 27 of file OptionValueUUID.h.
References lldb_private::OptionValue::eTypeUUID.
|
inline |
Definition at line 51 of file OptionValueUUID.h.
References m_uuid.
|
overridevirtual |
Reimplemented from lldb_private::OptionValue.
Definition at line 30 of file OptionValueUUID.cpp.
References Clear(), error(), lldb_private::eVarSetOperationAppend, lldb_private::eVarSetOperationAssign, lldb_private::eVarSetOperationClear, lldb_private::eVarSetOperationInsertAfter, lldb_private::eVarSetOperationInsertBefore, lldb_private::eVarSetOperationInvalid, lldb_private::eVarSetOperationRemove, lldb_private::eVarSetOperationReplace, m_uuid, lldb_private::OptionValue::m_value_was_set, lldb_private::OptionValue::NotifyValueChanged(), lldb_private::UUID::SetFromStringRef(), and lldb_private::OptionValue::SetValueFromString().
Referenced by lldb_private::OptionGroupUUID::SetOptionValue().
|
inlineoverridevirtual |
Reimplemented from lldb_private::OptionValue.
Definition at line 32 of file OptionValueUUID.h.
References lldb_private::UUID::GetAsString(), and m_uuid.
|
protected |
Definition at line 57 of file OptionValueUUID.h.
Referenced by Clear(), DumpValue(), GetCurrentValue(), SetCurrentValue(), SetValueFromString(), and ToJSON().