LLDB mainline
|
#include <OptionValueFileSpecList.h>
Protected Member Functions | |
lldb::OptionValueSP | Clone () const override |
Protected Attributes | |
std::recursive_mutex | m_mutex |
FileSpecList | m_current_value |
Protected Attributes inherited from lldb_private::OptionValue | |
lldb::OptionValueWP | m_parent_wp |
std::function< void()> | m_callback |
bool | m_value_was_set = false |
Definition at line 19 of file OptionValueFileSpecList.h.
|
default |
Referenced by OptionValueFileSpecList().
|
inline |
Definition at line 24 of file OptionValueFileSpecList.h.
References GetCurrentValue(), m_current_value, and OptionValueFileSpecList().
|
overridedefault |
|
inline |
Definition at line 62 of file OptionValueFileSpecList.h.
References m_current_value, and m_mutex.
Referenced by lldb_private::TargetProperties::AppendExecutableSearchPaths().
|
inlineoverridevirtual |
Implements lldb_private::OptionValue.
Definition at line 42 of file OptionValueFileSpecList.h.
References m_current_value, m_mutex, and lldb_private::OptionValue::m_value_was_set.
Referenced by SetValueFromString().
|
overrideprotectedvirtual |
Reimplemented from lldb_private::Cloneable< OptionValueFileSpecList, OptionValue >.
Definition at line 182 of file OptionValueFileSpecList.cpp.
References lldb_private::Cloneable< Derived, Base >::Clone(), and m_mutex.
|
overridevirtual |
Implements lldb_private::OptionValue.
Definition at line 18 of file OptionValueFileSpecList.cpp.
References lldb_private::Stream::AsRawOstream(), lldb_private::OptionValue::eDumpOptionCommand, lldb_private::OptionValue::eDumpOptionDefaultValue, lldb_private::OptionValue::eDumpOptionType, lldb_private::OptionValue::eDumpOptionValue, lldb_private::OptionValue::GetTypeAsCString(), lldb_private::Stream::Indent(), lldb_private::Stream::IndentLess(), lldb_private::Stream::IndentMore(), m_current_value, m_mutex, lldb_private::Stream::Printf(), and lldb_private::Stream::PutCString().
|
inline |
Definition at line 52 of file OptionValueFileSpecList.h.
References m_current_value, and m_mutex.
Referenced by OptionValueFileSpecList().
|
inlineoverridevirtual |
Implements lldb_private::OptionValue.
Definition at line 31 of file OptionValueFileSpecList.h.
References lldb_private::OptionValue::eTypeFileSpecList.
|
inlineoverridevirtual |
Reimplemented from lldb_private::OptionValue.
Definition at line 48 of file OptionValueFileSpecList.h.
|
inline |
Definition at line 57 of file OptionValueFileSpecList.h.
References m_current_value, and m_mutex.
|
overridevirtual |
Reimplemented from lldb_private::OptionValue.
Definition at line 60 of file OptionValueFileSpecList.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, lldb_private::Status::FromErrorString(), lldb_private::Status::FromErrorStringWithFormat(), lldb_private::Args::GetArgumentAtIndex(), lldb_private::Args::GetArgumentCount(), m_current_value, m_mutex, lldb_private::OptionValue::m_value_was_set, lldb_private::OptionValue::NotifyValueChanged(), and lldb_private::OptionValue::SetValueFromString().
|
overridevirtual |
Implements lldb_private::OptionValue.
Definition at line 52 of file OptionValueFileSpecList.cpp.
References m_current_value, and m_mutex.
|
protected |
Definition at line 71 of file OptionValueFileSpecList.h.
Referenced by AppendCurrentValue(), Clear(), DumpValue(), GetCurrentValue(), OptionValueFileSpecList(), SetCurrentValue(), SetValueFromString(), and ToJSON().
|
mutableprotected |
Definition at line 70 of file OptionValueFileSpecList.h.
Referenced by AppendCurrentValue(), Clear(), Clone(), DumpValue(), GetCurrentValue(), SetCurrentValue(), SetValueFromString(), and ToJSON().