Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp672 if (m_dump_all.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
674 m_fb_all.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
686 m_fb_app_data.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
687 m_fb_build_id.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
688 m_fb_version.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
690 m_fb_dalvik.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
691 m_fb_unwind.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
694 m_fb_abort.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
695 m_fb_thread.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
696 m_fb_logcat.GetOptionValue().GetCurrentValue()) in SetDefaultOptionsIfNoneAreSet()
[all …]
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValue.cpp277 return option_value->GetCurrentValue(); in GetBooleanValue()
293 return option_value->GetCurrentValue(); in GetCharValue()
309 return option_value->GetCurrentValue(); in GetEnumerationValue()
325 return option_value->GetCurrentValue(); in GetFileSpecValue()
341 return option_value->GetCurrentValue(); in GetFileSpecListValue()
348 return option_value->GetCurrentValue(); in GetFormatValue()
365 return option_value->GetCurrentValue(); in GetLanguageValue()
388 return option_value->GetCurrentValue(); in GetRegexValue()
395 return option_value->GetCurrentValue(); in GetSInt64Value()
427 return option_value->GetCurrentValue(); in GetUInt64Value()
[all …]
H A DOptionGroupFormat.cpp87 if (m_count.GetCurrentValue() == 0) in SetOptionValue()
98 if (m_byte_size.GetCurrentValue() == 0) in SetOptionValue()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectSession.cpp132 if (m_options.m_clear.GetCurrentValue() && in DoExecute()
146 m_options.m_start_idx.GetCurrentValue()); in DoExecute()
149 m_options.m_stop_idx.GetCurrentValue()); in DoExecute()
151 m_options.m_count.GetCurrentValue()); in DoExecute()
H A DCommandObjectMemory.cpp69 if (m_num_per_line.GetCurrentValue() == 0) in SetOptionValue()
183 byte_size_value.GetCurrentValue()); in FinalizeSettings()
370 m_memory_options.m_view_as_type.GetCurrentValue(); in DoExecute()
467 m_memory_options.m_language_for_type.GetCurrentValue(); in DoExecute()
575 : m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute()
578 m_memory_options.m_num_per_line.GetCurrentValue(); in DoExecute()
662 } else if (m_format_options.GetFormatValue().GetCurrentValue() != in DoExecute()
765 m_outfile_options.GetFile().GetCurrentValue(); in DoExecute()
1120 size_t count = m_memory_options.m_count.GetCurrentValue(); in DoExecute()
1150 m_memory_tag_options.GetShowTags().GetCurrentValue()); in DoExecute()
[all …]
H A DCommandObjectCommands.cpp172 m_options.m_stop_on_continue.GetCurrentValue()); in DoExecute()
175 options.SetStopOnError(m_options.m_stop_on_error.GetCurrentValue()); in DoExecute()
178 if (m_options.m_silent_run.GetCurrentValue()) { in DoExecute()
499 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingRawCommand()
501 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingRawCommand()
602 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingNormalCommand()
604 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingNormalCommand()
H A DCommandObjectTarget.cpp258 FileSpec core_file(m_core_file.GetOptionValue().GetCurrentValue()); in DoExecute()
274 FileSpec symfile(m_symbol_file.GetOptionValue().GetCurrentValue()); in DoExecute()
885 m_option_compile_units.GetOptionValue().GetCurrentValue(); in DoExecute()
887 m_option_shared_libraries.GetOptionValue().GetCurrentValue(); in DoExecute()
2508 m_uuid_option_group.GetOptionValue().GetCurrentValue(); in DoExecute()
2511 m_symbol_file.GetOptionValue().GetCurrentValue(); in DoExecute()
2570 m_symbol_file.GetOptionValue().GetCurrentValue(); in DoExecute()
2696 m_uuid_option_group.GetOptionValue().GetCurrentValue(); in DoExecute()
4235 m_uuid_option_group.GetOptionValue().GetCurrentValue(); in AddSymbolsForUUID()
4253 m_file_option.GetOptionValue().GetCurrentValue(); in AddSymbolsForFile()
[all …]
H A DCommandObjectLog.cpp174 m_options.buffer_size.GetCurrentValue() == 0) { in DoExecute()
193 m_options.buffer_size.GetCurrentValue(), m_options.handler, in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValuePathMappings.h45 PathMappingList &GetCurrentValue() { return m_path_mappings; } in GetCurrentValue() function
47 const PathMappingList &GetCurrentValue() const { return m_path_mappings; } in GetCurrentValue() function
H A DOptionValueUUID.h43 UUID &GetCurrentValue() { return m_uuid; } in GetCurrentValue() function
45 const UUID &GetCurrentValue() const { return m_uuid; } in GetCurrentValue() function
H A DOptionValueFormatEntity.h42 FormatEntity::Entry &GetCurrentValue() { return m_current_entry; } in GetCurrentValue() function
44 const FormatEntity::Entry &GetCurrentValue() const { return m_current_entry; } in GetCurrentValue() function
H A DOptionValueFileSpecList.h25 : Cloneable(other), m_current_value(other.GetCurrentValue()) {} in OptionValueFileSpecList()
50 FileSpecList GetCurrentValue() const { in GetCurrentValue() function
H A DOptionValueArch.h55 ArchSpec &GetCurrentValue() { return m_current_value; } in GetCurrentValue() function
57 const ArchSpec &GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueFileSpec.h54 FileSpec &GetCurrentValue() { return m_current_value; } in GetCurrentValue() function
56 const FileSpec &GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueRegex.h41 const RegularExpression *GetCurrentValue() const { in GetCurrentValue() function
H A DOptionValueChar.h49 char GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueBoolean.h66 bool GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueFormat.h45 lldb::Format GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueLanguage.h47 lldb::LanguageType GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueUInt64.h59 uint64_t GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueEnumeration.h63 enum_type GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueSInt64.h54 int64_t GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionGroupFormat.h50 lldb::Format GetFormat() const { return m_format.GetCurrentValue(); } in GetFormat()
H A DOptionValueString.h92 const char *GetCurrentValue() const { return m_current_value.c_str(); } in GetCurrentValue() function
/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestOptionValue.cpp166 auto file_list_copy = file_list_copy_ptr->GetCurrentValue(); in TEST()

12