Home
last modified time | relevance | path

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

12

/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp647 if (m_dump_all.GetOptionValue().GetCurrentValue() || in DumpLinuxProcStat()
648 m_dump_linux_all.GetOptionValue().GetCurrentValue() || in DumpLinuxLSBRelease()
649 m_fb_all.GetOptionValue().GetCurrentValue() || in DumpLinuxLSBRelease()
650 m_dump_directory.GetOptionValue().GetCurrentValue() || in DumpLinuxLSBRelease()
651 m_dump_linux_cpuinfo.GetOptionValue().GetCurrentValue() || in DumpLinuxLSBRelease()
652 m_dump_linux_proc_status.GetOptionValue().GetCurrentValue() || in DumpLinuxCMDLine()
653 m_dump_linux_lsb_release.GetOptionValue().GetCurrentValue() || in DumpLinuxCMDLine()
654 m_dump_linux_cmdline.GetOptionValue().GetCurrentValue() || in DumpLinuxCMDLine()
655 m_dump_linux_environ.GetOptionValue().GetCurrentValue() || in DumpLinuxCMDLine()
656 m_dump_linux_auxv.GetOptionValue().GetCurrentValue() || in DumpLinuxEnviron()
[all...]
/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp274 return option_value->GetCurrentValue(); in GetBooleanValue()
290 return option_value->GetCurrentValue(); in GetCharValue()
306 return option_value->GetCurrentValue(); in GetEnumerationValue()
322 return option_value->GetCurrentValue(); in GetFileSpecValue()
347 return option_value->GetCurrentValue(); in GetFileSpecListValue()
354 return option_value->GetCurrentValue(); in GetFormatValue()
370 return option_value->GetCurrentValue(); in GetLanguageValue()
386 return &option_value->GetCurrentValue(); in GetFormatEntity()
393 return option_value->GetCurrentValue(); in GetRegexValue()
400 return option_value->GetCurrentValue(); in GetSInt64Value()
[all...]
H A DOptionGroupFormat.cpp87 if (m_count.GetCurrentValue() == 0) in SetOptionValue()
98 if (m_byte_size.GetCurrentValue() == 0) in SetOptionValue()
H A DOptionGroupWatchpoint.cpp91 if (watch_size.GetCurrentValue() == 0) in SetOptionValue()
/llvm-project/lldb/source/Commands/
H A DCommandObjectSession.cpp123 if (m_options.m_clear.GetCurrentValue() && in DoExecute()
137 m_options.m_start_idx.GetCurrentValue()); in DoExecute()
140 m_options.m_stop_idx.GetCurrentValue()); in DoExecute()
142 m_options.m_count.GetCurrentValue()); in DoExecute()
H A DCommandObjectMemory.cpp70 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 DCommandObjectLog.cpp172 m_options.buffer_size.GetCurrentValue() == 0) { in DoExecute()
180 m_options.buffer_size.GetCurrentValue() != 0) { in DoExecute()
205 m_options.buffer_size.GetCurrentValue(), m_options.handler, in DoExecute()
H A DCommandObjectWatchpoint.cpp870 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 DCommandObjectTarget.cpp252 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()
2737 m_uuid_option_group.GetOptionValue().GetCurrentValue(); in DoExecute()
2740 m_symbol_file.GetOptionValue().GetCurrentValue(); in DoExecute()
2796 m_uuid_option_group.GetOptionValue().GetCurrentValue(); in DoExecute()
2799 m_symbol_file.GetOptionValue().GetCurrentValue(); in DoExecute()
2879 const bool load = m_load_option.GetOptionValue().GetCurrentValue(); in DoExecute()
[all...]
/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValuePathMappings.h47 PathMappingList &GetCurrentValue() { return m_path_mappings; } in GetCurrentValue() function
49 const PathMappingList &GetCurrentValue() const { return m_path_mappings; } in GetCurrentValue() function
H A DOptionValueUUID.h47 UUID &GetCurrentValue() { return m_uuid; } in GetCurrentValue() function
49 const UUID &GetCurrentValue() const { return m_uuid; } in GetCurrentValue() function
H A DOptionValueFormatEntity.h44 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 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.h58 FileSpec &GetCurrentValue() { return m_current_value; } in GetCurrentValue() function
60 const FileSpec &GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueChar.h53 char GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueRegex.h45 const RegularExpression *GetCurrentValue() const { in GetCurrentValue() function
H A DOptionValueFormat.h47 lldb::Format GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueLanguage.h49 lldb::LanguageType GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueBoolean.h70 bool 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 DOptionGroupFormat.h50 lldb::Format GetFormat() const { return m_format.GetCurrentValue(); } in GetFormat()
H A DOptionValueSInt64.h58 int64_t GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueUInt64.h63 uint64_t GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueString.h96 const char *GetCurrentValue() const { return m_current_value.c_str(); } in GetCurrentValue() function

12