Home
last modified time | relevance | path

Searched refs:GetCurrentValue (Results 1 – 25 of 31) sorted by relevance

12

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValue.cpp35 … case OptionValue::eTypeBoolean: return static_cast<OptionValueBoolean *>(this)->GetCurrentValue(); in GetUInt64Value()
36 … case OptionValue::eTypeSInt64: return static_cast<OptionValueSInt64 *>(this)->GetCurrentValue(); in GetUInt64Value()
37 … case OptionValue::eTypeUInt64: return static_cast<OptionValueUInt64 *>(this)->GetCurrentValue(); in GetUInt64Value()
376 return option_value->GetCurrentValue(); in GetBooleanValue()
397 return option_value->GetCurrentValue(); in GetCharValue()
418 return option_value->GetCurrentValue(); in GetEnumerationValue()
439 return option_value->GetCurrentValue(); in GetFileSpecValue()
461 return option_value->GetCurrentValue(); in GetFileSpecListValue()
471 return option_value->GetCurrentValue(); in GetFormatValue()
492 return option_value->GetCurrentValue(); in GetLanguageValue()
[all …]
HDOptionGroupFormat.cpp90 if (m_count.GetCurrentValue() == 0) in SetOptionValue()
103 if (m_byte_size.GetCurrentValue() == 0) in SetOptionValue()
HDProperty.cpp84 enum_value->SetDefaultValue(enum_value->GetCurrentValue()); in Property()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValuePathMappings.h76 GetCurrentValue() in GetCurrentValue() function
82 GetCurrentValue() const in GetCurrentValue() function
HDOptionValueFileSpecList.h82 GetCurrentValue() in GetCurrentValue() function
88 GetCurrentValue() const in GetCurrentValue() function
HDOptionValueUUID.h75 GetCurrentValue() in GetCurrentValue() function
81 GetCurrentValue() const in GetCurrentValue() function
HDOptionValueFormatEntity.h68 GetCurrentValue() in GetCurrentValue() function
74 GetCurrentValue() const in GetCurrentValue() function
HDOptionValueArch.h101 GetCurrentValue() in GetCurrentValue() function
107 GetCurrentValue() const in GetCurrentValue() function
HDOptionValueFileSpec.h82 GetCurrentValue() in GetCurrentValue() function
88 GetCurrentValue() const in GetCurrentValue() function
HDOptionValueRegex.h70 GetCurrentValue() const in GetCurrentValue() function
HDOptionValueChar.h80 GetCurrentValue() const in GetCurrentValue() function
HDOptionValueFormat.h77 GetCurrentValue() const in GetCurrentValue() function
HDOptionValueBoolean.h108 GetCurrentValue() const in GetCurrentValue() function
HDOptionValueLanguage.h77 GetCurrentValue() const in GetCurrentValue() function
HDOptionValueEnumeration.h92 GetCurrentValue() const in GetCurrentValue() function
HDOptionGroupFormat.h61 return m_format.GetCurrentValue(); in GetFormat()
HDOptionValueUInt64.h104 GetCurrentValue() const in GetCurrentValue() function
HDOptionValueSInt64.h106 GetCurrentValue() const in GetCurrentValue() function
HDOptionValueString.h178 GetCurrentValue() const in GetCurrentValue() function
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMemory.cpp99 if (m_num_per_line.GetCurrentValue() == 0) in SetOptionValue()
204 byte_size_value.GetCurrentValue()); in FinalizeSettings()
405 const char *view_as_type_cstr = m_memory_options.m_view_as_type.GetCurrentValue(); in DoExecute()
617 size_t item_count = m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
626 m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute()
628 const size_t num_per_line = m_memory_options.m_num_per_line.GetCurrentValue(); in DoExecute()
693 …es_read = clang_ast_type.GetByteSize(nullptr) * m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
695 else if (m_format_options.GetFormatValue().GetCurrentValue() != eFormatCString) in DoExecute()
729 item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute()
790 const FileSpec &outfile_spec = m_outfile_options.GetFile().GetCurrentValue(); in DoExecute()
[all …]
HDCommandObjectBugreport.cpp82 const FileSpec &outfile_spec = m_outfile_options.GetFile().GetCurrentValue(); in DoExecute()
93 const bool append = m_outfile_options.GetAppend().GetCurrentValue(); in DoExecute()
HDCommandObjectCommands.cpp141 if (m_options.m_clear.GetCurrentValue() && m_options.m_clear.OptionWasSet()) in DoExecute()
155 …,uint64_t> start_idx(m_options.m_start_idx.OptionWasSet(),m_options.m_start_idx.GetCurrentValue()); in DoExecute()
156 …ool,uint64_t> stop_idx(m_options.m_stop_idx.OptionWasSet(),m_options.m_stop_idx.GetCurrentValue()); in DoExecute()
157 …d::pair<bool,uint64_t> count(m_options.m_count.OptionWasSet(),m_options.m_count.GetCurrentValue()); in DoExecute()
388 options.SetStopOnContinue(m_options.m_stop_on_continue.GetCurrentValue()); in DoExecute()
389 options.SetStopOnError (m_options.m_stop_on_error.GetCurrentValue()); in DoExecute()
390 options.SetEchoCommands (!m_options.m_silent_run.GetCurrentValue()); in DoExecute()
391 options.SetPrintResults (!m_options.m_silent_run.GetCurrentValue()); in DoExecute()
HDCommandObjectBreakpoint.cpp2084 Target *target = GetSelectedOrDummyTarget(m_name_options.m_use_dummy.GetCurrentValue()); in DoExecute()
2124 bp_sp->AddName(m_name_options.m_name.GetCurrentValue(), error); in DoExecute()
2180 Target *target = GetSelectedOrDummyTarget(m_name_options.m_use_dummy.GetCurrentValue()); in DoExecute()
2219 bp_sp->RemoveName(m_name_options.m_name.GetCurrentValue()); in DoExecute()
2259 Target *target = GetSelectedOrDummyTarget(m_name_options.m_use_dummy.GetCurrentValue()); in DoExecute()
2270 const char *name = m_name_options.m_name.GetCurrentValue(); in DoExecute()
2289 …sp = target->GetBreakpointList().FindBreakpointByID(m_name_options.m_breakpoint.GetCurrentValue()); in DoExecute()
2301 m_name_options.m_breakpoint.GetCurrentValue()); in DoExecute()
HDCommandObjectFrame.cpp406 …mmaryFormats::GetSummaryFormat(ConstString(m_option_variable.summary.GetCurrentValue()), summary_f… in DoExecute()
408 … StringSummaryFormat(TypeSummaryImpl::Flags(),m_option_variable.summary_string.GetCurrentValue())); in DoExecute()
HDCommandObjectTarget.cpp229 FileSpec core_file (m_core_file.GetOptionValue().GetCurrentValue()); in DoExecute()
230 FileSpec remote_file (m_remote_file.GetOptionValue().GetCurrentValue()); in DoExecute()
251 FileSpec symfile (m_symbol_file.GetOptionValue().GetCurrentValue()); in DoExecute()
286 const bool get_dependent_files = m_add_dependents.GetOptionValue().GetCurrentValue(); in DoExecute()
969 … const FileSpecList &compile_units = m_option_compile_units.GetOptionValue().GetCurrentValue(); in DoExecute()
970 … const FileSpecList &shlibs = m_option_shared_libraries.GetOptionValue().GetCurrentValue(); in DoExecute()
2744 module_spec.GetUUID() = m_uuid_option_group.GetOptionValue ().GetCurrentValue(); in DoExecute()
2746 … module_spec.GetSymbolFileSpec() = m_symbol_file.GetOptionValue().GetCurrentValue(); in DoExecute()
2812 … module_spec.GetUUID() = m_uuid_option_group.GetOptionValue ().GetCurrentValue(); in DoExecute()
2814 … module_spec.GetSymbolFileSpec() = m_symbol_file.GetOptionValue().GetCurrentValue(); in DoExecute()
[all …]

12