| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 442 if (m_dump_all.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet() 443 m_dump_linux_all.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet() 444 m_dump_directory.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet() 450 m_dump_linux_auxv.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet() 451 m_dump_linux_maps.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet() 454 m_dump_linux_proc_fd.GetOptionValue().GetCurrentValue()) in SetDefaultOptionsIfNoneAreSet() 460 return m_dump_all.GetOptionValue().GetCurrentValue(); in DumpAll() 464 m_dump_directory.GetOptionValue().GetCurrentValue(); in DumpDirectory() 471 m_dump_linux_cpuinfo.GetOptionValue().GetCurrentValue(); in DumpLinuxCPUInfo() 495 m_dump_linux_auxv.GetOptionValue().GetCurrentValue(); in DumpLinuxAuxv() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionValue.cpp | 279 return option_value->GetCurrentValue(); in GetBooleanValue() 295 return option_value->GetCurrentValue(); in GetCharValue() 311 return option_value->GetCurrentValue(); in GetEnumerationValue() 327 return option_value->GetCurrentValue(); in GetFileSpecValue() 343 return option_value->GetCurrentValue(); in GetFileSpecListValue() 350 return option_value->GetCurrentValue(); in GetFormatValue() 367 return option_value->GetCurrentValue(); in GetLanguageValue() 390 return option_value->GetCurrentValue(); in GetRegexValue() 397 return option_value->GetCurrentValue(); in GetSInt64Value() 429 return option_value->GetCurrentValue(); in GetUInt64Value() [all …]
|
| H A D | OptionGroupFormat.cpp | 72 if (m_count.GetCurrentValue() == 0) in SetOptionValue() 83 if (m_byte_size.GetCurrentValue() == 0) in SetOptionValue()
|
| H A D | Property.cpp | 86 enum_value->SetDefaultValue(enum_value->GetCurrentValue()); in Property()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | OptionValuePathMappings.h | 55 PathMappingList &GetCurrentValue() { return m_path_mappings; } in GetCurrentValue() function 57 const PathMappingList &GetCurrentValue() const { return m_path_mappings; } in GetCurrentValue() function
|
| H A D | OptionValueFileSpecList.h | 57 FileSpecList &GetCurrentValue() { return m_current_value; } in GetCurrentValue() function 59 const FileSpecList &GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
|
| H A D | OptionValueUUID.h | 54 UUID &GetCurrentValue() { return m_uuid; } in GetCurrentValue() function 56 const UUID &GetCurrentValue() const { return m_uuid; } in GetCurrentValue() function
|
| H A D | OptionValueFormatEntity.h | 51 FormatEntity::Entry &GetCurrentValue() { return m_current_entry; } in GetCurrentValue() function 53 const FormatEntity::Entry &GetCurrentValue() const { return m_current_entry; } in GetCurrentValue() function
|
| H A D | OptionValueFileSpec.h | 64 FileSpec &GetCurrentValue() { return m_current_value; } in GetCurrentValue() function 66 const FileSpec &GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
|
| H A D | OptionValueArch.h | 68 ArchSpec &GetCurrentValue() { return m_current_value; } in GetCurrentValue() function 70 const ArchSpec &GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
|
| H A D | OptionValueRegex.h | 52 const RegularExpression *GetCurrentValue() const { in GetCurrentValue() function
|
| H A D | OptionValueChar.h | 59 char GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
|
| H A D | OptionValueFormat.h | 56 lldb::Format GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
|
| H A D | OptionValueBoolean.h | 78 bool GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
|
| H A D | OptionValueLanguage.h | 59 lldb::LanguageType GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
|
| H A D | OptionValueEnumeration.h | 73 enum_type GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
|
| H A D | OptionGroupFormat.h | 48 lldb::Format GetFormat() const { return m_format.GetCurrentValue(); } in GetFormat()
|
| H A D | OptionValueUInt64.h | 74 uint64_t GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
|
| H A D | OptionValueSInt64.h | 73 int64_t GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
|
| H A D | OptionValueString.h | 112 const char *GetCurrentValue() const { return m_current_value.c_str(); } in GetCurrentValue() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 82 if (m_num_per_line.GetCurrentValue() == 0) in SetOptionValue() 192 byte_size_value.GetCurrentValue()); in FinalizeSettings() 381 m_memory_options.m_view_as_type.GetCurrentValue(); in DoExecute() 573 : m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute() 576 m_memory_options.m_num_per_line.GetCurrentValue(); in DoExecute() 654 } else if (m_format_options.GetFormatValue().GetCurrentValue() != in DoExecute() 758 m_outfile_options.GetFile().GetCurrentValue(); in DoExecute() 765 const bool append = m_outfile_options.GetAppend().GetCurrentValue(); in DoExecute() 1109 size_t count = m_memory_options.m_count.GetCurrentValue(); in DoExecute() 1128 found_location + m_memory_options.m_offset.GetCurrentValue(), in DoExecute() [all …]
|
| H A D | CommandObjectBugreport.cpp | 69 m_outfile_options.GetFile().GetCurrentValue(); in DoExecute() 76 const bool append = m_outfile_options.GetAppend().GetCurrentValue(); in DoExecute()
|
| H A D | CommandObjectCommands.cpp | 125 if (m_options.m_clear.GetCurrentValue() && in DoExecute() 139 m_options.m_start_idx.GetCurrentValue()); in DoExecute() 142 m_options.m_stop_idx.GetCurrentValue()); in DoExecute() 144 m_options.m_count.GetCurrentValue()); in DoExecute() 317 options.SetStopOnContinue(m_options.m_stop_on_continue.GetCurrentValue()); in DoExecute() 318 options.SetStopOnError(m_options.m_stop_on_error.GetCurrentValue()); in DoExecute() 321 if (m_options.m_silent_run.GetCurrentValue()) { in DoExecute() 652 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingRawCommand() 654 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingRawCommand() 754 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingNormalCommand() [all …]
|
| H A D | CommandObjectTarget.cpp | 270 FileSpec core_file(m_core_file.GetOptionValue().GetCurrentValue()); in DoExecute() 289 FileSpec symfile(m_symbol_file.GetOptionValue().GetCurrentValue()); in DoExecute() 908 m_option_compile_units.GetOptionValue().GetCurrentValue(); in DoExecute() 910 m_option_shared_libraries.GetOptionValue().GetCurrentValue(); in DoExecute() 2557 m_uuid_option_group.GetOptionValue().GetCurrentValue(); in DoExecute() 2560 m_symbol_file.GetOptionValue().GetCurrentValue(); in DoExecute() 2620 m_symbol_file.GetOptionValue().GetCurrentValue(); in DoExecute() 2704 const bool load = m_load_option.GetOptionValue().GetCurrentValue(); in DoExecute() 2755 m_uuid_option_group.GetOptionValue().GetCurrentValue(); in DoExecute() 4371 m_file_option.GetOptionValue().GetCurrentValue(); in DoExecute() [all …]
|
| H A D | CommandObjectRegister.cpp | 199 !m_command_options.dump_all_sets.GetCurrentValue()); in DoExecute()
|