Home
last modified time | relevance | path

Searched refs:SetCurrentValue (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-14-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValue.cpp283 option_value->SetCurrentValue(new_value); in SetBooleanValue()
299 option_value->SetCurrentValue(new_value); in SetCharValue()
315 option_value->SetCurrentValue(value); in SetEnumerationValue()
331 option_value->SetCurrentValue(file_spec, false); in SetFileSpecValue()
363 option_value->SetCurrentValue(new_value); in SetFormatValue()
379 option_value->SetCurrentValue(new_language); in SetLanguageValue()
409 option_value->SetCurrentValue(new_value); in SetSInt64Value()
425 option_value->SetCurrentValue(new_value); in SetStringValue()
441 option_value->SetCurrentValue(new_value); in SetUInt64Value()
457 option_value->SetCurrentValue(uuid); in SetUUIDValue()
[all …]
HDOptionGroupFormat.cpp166 m_format.SetCurrentValue(format); in SetOptionValue()
169 m_byte_size.SetCurrentValue(byte_size); in SetOptionValue()
173 m_count.SetCurrentValue(count); in SetOptionValue()
HDOptionGroupVariable.cpp111 error = summary.SetCurrentValue(option_arg); in SetOptionValue()
114 error = summary_string.SetCurrentValue(option_arg); in SetOptionValue()
HDOptionValueString.cpp112 SetCurrentValue(value_str); in SetValueFromString()
120 Status OptionValueString::SetCurrentValue(llvm::StringRef value) { in SetCurrentValue() function in OptionValueString
HDOptionGroupMemoryTag.cpp46 m_show_tags.SetCurrentValue(true); in SetOptionValue()
HDOptionGroupOutputFile.cpp46 m_append.SetCurrentValue(true); in SetOptionValue()
HDOptionGroupBoolean.cpp43 m_value.SetCurrentValue(!m_value.GetDefaultValue()); in SetOptionValue()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValueString.h92 SetCurrentValue(value);
102 Status SetCurrentValue(llvm::StringRef value);
HDOptionValueUUID.h51 void SetCurrentValue(const UUID &value) { m_uuid = value; } in SetCurrentValue() function
HDOptionValueRegex.h49 void SetCurrentValue(const char *value) { in SetCurrentValue() function
HDOptionValueChar.h57 void SetCurrentValue(char value) { m_current_value = value; } in SetCurrentValue() function
HDOptionValueFormatEntity.h48 void SetCurrentValue(const FormatEntity::Entry &value) { in SetCurrentValue() function
HDOptionValueLanguage.h53 void SetCurrentValue(lldb::LanguageType value) { m_current_value = value; } in SetCurrentValue() function
HDOptionValueFormat.h51 void SetCurrentValue(lldb::Format value) { m_current_value = value; } in SetCurrentValue() function
HDOptionValueBoolean.h74 void SetCurrentValue(bool value) { m_current_value = value; } in SetCurrentValue() function
HDOptionValueEnumeration.h67 void SetCurrentValue(enum_type value) { m_current_value = value; } in SetCurrentValue() function
HDOptionValueArch.h61 void SetCurrentValue(const ArchSpec &value, bool set_value_was_set) { in SetCurrentValue() function
HDOptionValueFileSpecList.h55 void SetCurrentValue(const FileSpecList &value) { in SetCurrentValue() function
HDOptionValueFileSpec.h64 void SetCurrentValue(const FileSpec &value, bool set_value_was_set) { in SetCurrentValue() function
HDOptionValueSInt64.h62 bool SetCurrentValue(int64_t value) { in SetCurrentValue() function
HDOptionValueUInt64.h67 bool SetCurrentValue(uint64_t value) { in SetCurrentValue() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectSession.cpp80 m_start_idx.SetCurrentValue(UINT64_MAX); in SetOptionValue()
91 m_clear.SetCurrentValue(true); in SetOptionValue()
HDCommandObjectRegister.cpp259 dump_all_sets.SetCurrentValue(true); in SetOptionValue()
267 alternate_name.SetCurrentValue(true); in SetOptionValue()
HDCommandObjectMemory.cpp640 m_format_options.GetFormatValue().SetCurrentValue(eFormatDefault); in DoExecute()
1605 m_all.SetCurrentValue(true); in SetOptionValue()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
HDProcessMinidump.cpp624 m_dump_all.GetOptionValue().SetCurrentValue(true); in SetDefaultOptionsIfNoneAreSet()

12