/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | ProcessMinidump.cpp | 597 if (m_dump_all.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet() 598 m_dump_linux_all.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet() 599 m_fb_all.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet() 600 m_dump_directory.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet() 601 m_dump_linux_cpuinfo.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet() 602 m_dump_linux_proc_status.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet() 603 m_dump_linux_lsb_release.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet() 604 m_dump_linux_cmdline.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet() 605 m_dump_linux_environ.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet() 606 m_dump_linux_auxv.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValue.cpp | 276 return option_value->GetCurrentValue(); in SetCharValue() 292 return option_value->GetCurrentValue(); in SetEnumerationValue() 308 return option_value->GetCurrentValue(); in SetFileSpecValue() 324 return option_value->GetCurrentValue(); in GetFormatValue() 349 return option_value->GetCurrentValue(); in SetLanguageValue() 356 return option_value->GetCurrentValue(); in GetFormatEntity() 372 return option_value->GetCurrentValue(); in SetSInt64Value() 388 return &option_value->GetCurrentValue(); in SetStringValue() 395 return option_value->GetCurrentValue(); in GetUInt64Value() 402 return option_value->GetCurrentValue(); in SetUInt64Value() [all...] |
H A D | OptionGroupFormat.cpp | 87 if (m_count.GetCurrentValue() == 0) in SetOptionValue() 98 if (m_byte_size.GetCurrentValue() == 0) in SetOptionValue()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectSession.cpp | 121 if (m_options.m_clear.GetCurrentValue() && in DoExecute() 135 m_options.m_start_idx.GetCurrentValue()); in DoExecute() 138 m_options.m_stop_idx.GetCurrentValue()); in DoExecute() 140 m_options.m_count.GetCurrentValue()); in DoExecute()
|
H A D | CommandObjectMemory.cpp | 70 if (m_num_per_line.GetCurrentValue() == 0) in SetOptionValue() 184 byte_size_value.GetCurrentValue()); in FinalizeSettings() 371 m_memory_options.m_view_as_type.GetCurrentValue(); in DoExecute() 466 m_memory_options.m_language_for_type.GetCurrentValue(); in DoExecute() 564 size_t item_count = m_format_options.GetCountValue().GetCurrentValue(); in DoExecute() 573 : m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute() 576 m_memory_options.m_num_per_line.GetCurrentValue(); in DoExecute() 647 bytes_read = *size * m_format_options.GetCountValue().GetCurrentValue(); in DoExecute() 650 addr = addr + (*size * m_memory_options.m_offset.GetCurrentValue()); in DoExecute() 651 } else if (m_format_options.GetFormatValue().GetCurrentValue() != in DoExecute() [all …]
|
H A D | CommandObjectLog.cpp | 174 m_options.buffer_size.GetCurrentValue() == 0) { in DoExecute() 182 m_options.buffer_size.GetCurrentValue() != 0) { in DoExecute() 207 m_options.buffer_size.GetCurrentValue(), m_options.handler, in DoExecute()
|
H A D | CommandObjectWatchpoint.cpp | 870 size = m_option_watchpoint.watch_size.GetCurrentValue() == 0 in DoExecute() 872 : m_option_watchpoint.watch_size.GetCurrentValue(); in DoExecute() 1054 if (m_option_watchpoint.watch_size.GetCurrentValue() != 0) in DoExecute() 1055 size = m_option_watchpoint.watch_size.GetCurrentValue(); in DoExecute()
|
H A D | CommandObjectTarget.cpp | 252 FileSpec core_file(m_core_file.GetOptionValue().GetCurrentValue()); in DoExecute() 253 FileSpec remote_file(m_remote_file.GetOptionValue().GetCurrentValue()); in DoExecute() 268 FileSpec symfile(m_symbol_file.GetOptionValue().GetCurrentValue()); in DoExecute() 886 m_option_compile_units.GetOptionValue().GetCurrentValue(); in DoExecute() 888 m_option_shared_libraries.GetOptionValue().GetCurrentValue(); in DoExecute() 2738 m_uuid_option_group.GetOptionValue().GetCurrentValue(); in DoExecute() 2741 m_symbol_file.GetOptionValue().GetCurrentValue(); in DoExecute() 2797 m_uuid_option_group.GetOptionValue().GetCurrentValue(); in DoExecute() 2800 m_symbol_file.GetOptionValue().GetCurrentValue(); in DoExecute() 2880 const bool load = m_load_option.GetOptionValue().GetCurrentValue(); in DoExecute() [all …]
|
H A D | CommandObjectCommands.cpp | 153 m_options.m_stop_on_continue.GetCurrentValue()); in DoExecute() 156 options.SetStopOnError(m_options.m_stop_on_error.GetCurrentValue()); in DoExecute() 159 if (m_options.m_silent_run.GetCurrentValue()) { in DoExecute() 484 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingRawCommand() 486 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingRawCommand() 582 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingNormalCommand() 584 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingNormalCommand()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | OptionValuePathMappings.h | 47 PathMappingList &GetCurrentValue() { return m_path_mappings; } in GetCurrentValue() function 49 const PathMappingList &GetCurrentValue() const { return m_path_mappings; } in GetCurrentValue() function
|
H A D | OptionValueUUID.h | 47 UUID &GetCurrentValue() { return m_uuid; } in GetCurrentValue() function 49 const UUID &GetCurrentValue() const { return m_uuid; } in GetCurrentValue() function
|
H A D | OptionValueFormatEntity.h | 44 FormatEntity::Entry &GetCurrentValue() { return m_current_entry; } in GetCurrentValue() function 46 const FormatEntity::Entry &GetCurrentValue() const { return m_current_entry; } 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 | OptionValueFileSpecList.h | 25 : Cloneable(other), m_current_value(other.GetCurrentValue()) {} in OptionValueFileSpecList() 50 FileSpecList GetCurrentValue() const { in GetCurrentValue() function
|
H A D | OptionValueFileSpec.h | 58 FileSpec &GetCurrentValue() { return m_current_value; } in GetCurrentValue() function 60 const FileSpec &GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
|
H A D | OptionValueChar.h | 53 char GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
|
H A D | OptionValueRegex.h | 45 const RegularExpression *GetCurrentValue() const { in GetCurrentValue() function
|
H A D | OptionValueBoolean.h | 70 bool GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
|
H A D | OptionValueFormat.h | 47 lldb::Format GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
|
H A D | OptionValueLanguage.h | 49 lldb::LanguageType 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 | 50 lldb::Format GetFormat() const { return m_format.GetCurrentValue(); } in GetFormat()
|
H A D | OptionValueSInt64.h | 58 int64_t GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
|
H A D | OptionValueUInt64.h | 63 uint64_t GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
|
H A D | OptionValueString.h | 96 const char *GetCurrentValue() const { return m_current_value.c_str(); } in GetCurrentValue() function
|