| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 677 if (m_dump_all.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet() 679 m_fb_all.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet() 691 m_fb_app_data.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet() 692 m_fb_build_id.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet() 693 m_fb_version.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet() 695 m_fb_dalvik.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet() 696 m_fb_unwind.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet() 699 m_fb_abort.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet() 700 m_fb_thread.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet() 701 m_fb_logcat.GetOptionValue().GetCurrentValue()) in SetDefaultOptionsIfNoneAreSet() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValue.cpp | 277 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 D | OptionGroupFormat.cpp | 69 if (m_count.GetCurrentValue() == 0) in SetOptionValue() 80 if (m_byte_size.GetCurrentValue() == 0) in SetOptionValue()
|
| H A D | Property.cpp | 91 enum_value->SetDefaultValue(enum_value->GetCurrentValue()); in Property()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectSession.cpp | 133 if (m_options.m_clear.GetCurrentValue() && in DoExecute() 147 m_options.m_start_idx.GetCurrentValue()); in DoExecute() 150 m_options.m_stop_idx.GetCurrentValue()); in DoExecute() 152 m_options.m_count.GetCurrentValue()); in DoExecute()
|
| H A D | CommandObjectMemory.cpp | 67 if (m_num_per_line.GetCurrentValue() == 0) in SetOptionValue() 181 byte_size_value.GetCurrentValue()); in FinalizeSettings() 369 m_memory_options.m_view_as_type.GetCurrentValue(); in DoExecute() 466 m_memory_options.m_language_for_type.GetCurrentValue(); in DoExecute() 572 : m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute() 575 m_memory_options.m_num_per_line.GetCurrentValue(); in DoExecute() 649 } else if (m_format_options.GetFormatValue().GetCurrentValue() != in DoExecute() 751 m_outfile_options.GetFile().GetCurrentValue(); in DoExecute() 1092 size_t count = m_memory_options.m_count.GetCurrentValue(); in DoExecute() 1111 found_location + m_memory_options.m_offset.GetCurrentValue(), in DoExecute() [all …]
|
| H A D | CommandObjectCommands.cpp | 144 m_options.m_stop_on_continue.GetCurrentValue()); in DoExecute() 147 options.SetStopOnError(m_options.m_stop_on_error.GetCurrentValue()); in DoExecute() 150 if (m_options.m_silent_run.GetCurrentValue()) { in DoExecute() 463 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingRawCommand() 465 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingRawCommand() 558 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingNormalCommand() 560 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingNormalCommand()
|
| H A D | CommandObjectTarget.cpp | 270 FileSpec core_file(m_core_file.GetOptionValue().GetCurrentValue()); in DoExecute() 286 FileSpec symfile(m_symbol_file.GetOptionValue().GetCurrentValue()); in DoExecute() 874 m_option_compile_units.GetOptionValue().GetCurrentValue(); in DoExecute() 876 m_option_shared_libraries.GetOptionValue().GetCurrentValue(); in DoExecute() 2466 m_uuid_option_group.GetOptionValue().GetCurrentValue(); in DoExecute() 2469 m_symbol_file.GetOptionValue().GetCurrentValue(); in DoExecute() 2523 m_uuid_option_group.GetOptionValue().GetCurrentValue(); in DoExecute() 2526 m_symbol_file.GetOptionValue().GetCurrentValue(); in DoExecute() 2653 m_uuid_option_group.GetOptionValue().GetCurrentValue(); in DoExecute() 4204 m_file_option.GetOptionValue().GetCurrentValue(); in DoExecute() [all …]
|
| H A D | CommandObjectBreakpoint.cpp | 1813 GetSelectedOrDummyTarget(m_name_options.m_use_dummy.GetCurrentValue()); in DoExecute() 1838 const char *bp_name = m_name_options.m_name.GetCurrentValue(); in DoExecute() 1898 GetSelectedOrDummyTarget(m_name_options.m_use_dummy.GetCurrentValue()); in DoExecute() 1922 ConstString bp_name(m_name_options.m_name.GetCurrentValue()); in DoExecute() 1960 GetSelectedOrDummyTarget(m_name_options.m_use_dummy.GetCurrentValue()); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValuePathMappings.h | 45 PathMappingList &GetCurrentValue() { return m_path_mappings; } in GetCurrentValue() function 47 const PathMappingList &GetCurrentValue() const { return m_path_mappings; } in GetCurrentValue() function
|
| H A D | OptionValueUUID.h | 43 UUID &GetCurrentValue() { return m_uuid; } in GetCurrentValue() function 45 const UUID &GetCurrentValue() const { return m_uuid; } in GetCurrentValue() function
|
| H A D | OptionValueFormatEntity.h | 42 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 D | OptionValueFileSpecList.h | 25 : Cloneable(other), m_current_value(other.GetCurrentValue()) {} in OptionValueFileSpecList() 50 FileSpecList GetCurrentValue() const { in GetCurrentValue() function
|
| H A D | OptionValueArch.h | 55 ArchSpec &GetCurrentValue() { return m_current_value; } in GetCurrentValue() function 57 const ArchSpec &GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
|
| H A D | OptionValueFileSpec.h | 54 FileSpec &GetCurrentValue() { return m_current_value; } in GetCurrentValue() function 56 const FileSpec &GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
|
| H A D | OptionValueChar.h | 49 char GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
|
| H A D | OptionValueRegex.h | 41 const RegularExpression *GetCurrentValue() const { in GetCurrentValue() function
|
| H A D | OptionValueBoolean.h | 66 bool GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
|
| H A D | OptionValueLanguage.h | 47 lldb::LanguageType GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
|
| H A D | OptionValueFormat.h | 45 lldb::Format GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
|
| H A D | OptionValueUInt64.h | 59 uint64_t GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
|
| H A D | OptionValueEnumeration.h | 63 enum_type GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
|
| H A D | OptionGroupFormat.h | 44 lldb::Format GetFormat() const { return m_format.GetCurrentValue(); } in GetFormat()
|
| H A D | OptionValueSInt64.h | 54 int64_t GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
|
| H A D | OptionValueString.h | 92 const char *GetCurrentValue() const { return m_current_value.c_str(); } in GetCurrentValue() function
|