Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp442 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 DOptionValue.cpp279 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 DOptionGroupFormat.cpp72 if (m_count.GetCurrentValue() == 0) in SetOptionValue()
83 if (m_byte_size.GetCurrentValue() == 0) in SetOptionValue()
H A DProperty.cpp86 enum_value->SetDefaultValue(enum_value->GetCurrentValue()); in Property()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValuePathMappings.h55 PathMappingList &GetCurrentValue() { return m_path_mappings; } in GetCurrentValue() function
57 const PathMappingList &GetCurrentValue() const { return m_path_mappings; } in GetCurrentValue() function
H A DOptionValueFileSpecList.h57 FileSpecList &GetCurrentValue() { return m_current_value; } in GetCurrentValue() function
59 const FileSpecList &GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueUUID.h54 UUID &GetCurrentValue() { return m_uuid; } in GetCurrentValue() function
56 const UUID &GetCurrentValue() const { return m_uuid; } in GetCurrentValue() function
H A DOptionValueFormatEntity.h51 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 DOptionValueFileSpec.h64 FileSpec &GetCurrentValue() { return m_current_value; } in GetCurrentValue() function
66 const FileSpec &GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueArch.h68 ArchSpec &GetCurrentValue() { return m_current_value; } in GetCurrentValue() function
70 const ArchSpec &GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueRegex.h52 const RegularExpression *GetCurrentValue() const { in GetCurrentValue() function
H A DOptionValueChar.h59 char GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueFormat.h56 lldb::Format GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueBoolean.h78 bool GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueLanguage.h59 lldb::LanguageType GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueEnumeration.h73 enum_type GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionGroupFormat.h48 lldb::Format GetFormat() const { return m_format.GetCurrentValue(); } in GetFormat()
H A DOptionValueUInt64.h74 uint64_t GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueSInt64.h73 int64_t GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueString.h112 const char *GetCurrentValue() const { return m_current_value.c_str(); } in GetCurrentValue() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp82 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 DCommandObjectBugreport.cpp69 m_outfile_options.GetFile().GetCurrentValue(); in DoExecute()
76 const bool append = m_outfile_options.GetAppend().GetCurrentValue(); in DoExecute()
H A DCommandObjectCommands.cpp125 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 DCommandObjectTarget.cpp270 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 DCommandObjectRegister.cpp199 !m_command_options.dump_all_sets.GetCurrentValue()); in DoExecute()

12