| /NextBSD/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | OptionValue.cpp | 35 … 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 …]
|
| HD | OptionGroupFormat.cpp | 90 if (m_count.GetCurrentValue() == 0) in SetOptionValue() 103 if (m_byte_size.GetCurrentValue() == 0) in SetOptionValue()
|
| HD | Property.cpp | 84 enum_value->SetDefaultValue(enum_value->GetCurrentValue()); in Property()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | OptionValuePathMappings.h | 76 GetCurrentValue() in GetCurrentValue() function 82 GetCurrentValue() const in GetCurrentValue() function
|
| HD | OptionValueFileSpecList.h | 82 GetCurrentValue() in GetCurrentValue() function 88 GetCurrentValue() const in GetCurrentValue() function
|
| HD | OptionValueUUID.h | 75 GetCurrentValue() in GetCurrentValue() function 81 GetCurrentValue() const in GetCurrentValue() function
|
| HD | OptionValueFormatEntity.h | 68 GetCurrentValue() in GetCurrentValue() function 74 GetCurrentValue() const in GetCurrentValue() function
|
| HD | OptionValueArch.h | 101 GetCurrentValue() in GetCurrentValue() function 107 GetCurrentValue() const in GetCurrentValue() function
|
| HD | OptionValueFileSpec.h | 82 GetCurrentValue() in GetCurrentValue() function 88 GetCurrentValue() const in GetCurrentValue() function
|
| HD | OptionValueRegex.h | 70 GetCurrentValue() const in GetCurrentValue() function
|
| HD | OptionValueChar.h | 80 GetCurrentValue() const in GetCurrentValue() function
|
| HD | OptionValueFormat.h | 77 GetCurrentValue() const in GetCurrentValue() function
|
| HD | OptionValueBoolean.h | 108 GetCurrentValue() const in GetCurrentValue() function
|
| HD | OptionValueLanguage.h | 77 GetCurrentValue() const in GetCurrentValue() function
|
| HD | OptionValueEnumeration.h | 92 GetCurrentValue() const in GetCurrentValue() function
|
| HD | OptionGroupFormat.h | 61 return m_format.GetCurrentValue(); in GetFormat()
|
| HD | OptionValueUInt64.h | 104 GetCurrentValue() const in GetCurrentValue() function
|
| HD | OptionValueSInt64.h | 106 GetCurrentValue() const in GetCurrentValue() function
|
| HD | OptionValueString.h | 178 GetCurrentValue() const in GetCurrentValue() function
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectMemory.cpp | 99 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 …]
|
| HD | CommandObjectBugreport.cpp | 82 const FileSpec &outfile_spec = m_outfile_options.GetFile().GetCurrentValue(); in DoExecute() 93 const bool append = m_outfile_options.GetAppend().GetCurrentValue(); in DoExecute()
|
| HD | CommandObjectCommands.cpp | 141 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()
|
| HD | CommandObjectBreakpoint.cpp | 2084 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()
|
| HD | CommandObjectFrame.cpp | 406 …mmaryFormats::GetSummaryFormat(ConstString(m_option_variable.summary.GetCurrentValue()), summary_f… in DoExecute() 408 … StringSummaryFormat(TypeSummaryImpl::Flags(),m_option_variable.summary_string.GetCurrentValue())); in DoExecute()
|
| HD | CommandObjectTarget.cpp | 229 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 …]
|