Home
last modified time | relevance | path

Searched refs:GetOptionValue (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp597 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() in SetDefaultOptionsIfNoneAreSet()
[all...]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupFile.h38 OptionValueFileSpec &GetOptionValue() { return m_file; } in GetOptionValue() function
40 const OptionValueFileSpec &GetOptionValue() const { return m_file; } in GetOptionValue() function
68 OptionValueFileSpecList &GetOptionValue() { return m_file_list; } in GetOptionValue() function
70 const OptionValueFileSpecList &GetOptionValue() const { return m_file_list; } in GetOptionValue() function
H A DOptionGroupBoolean.h39 OptionValueBoolean &GetOptionValue() { return m_value; } in GetOptionValue() function
41 const OptionValueBoolean &GetOptionValue() const { return m_value; } in GetOptionValue() function
H A DOptionGroupString.h36 OptionValueString &GetOptionValue() { return m_value; } in GetOptionValue() function
38 const OptionValueString &GetOptionValue() const { return m_value; } in GetOptionValue() function
H A DOptionGroupUInt64.h37 OptionValueUInt64 &GetOptionValue() { return m_value; } in GetOptionValue() function
39 const OptionValueUInt64 &GetOptionValue() const { return m_value; } in GetOptionValue() function
H A DOptionGroupUUID.h32 const OptionValueUUID &GetOptionValue() const { return m_uuid; } in GetOptionValue() function
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp252 FileSpec core_file(m_core_file.GetOptionValue().GetCurrentValue()); in CommandObjectTargetCreate()
253 FileSpec remote_file(m_remote_file.GetOptionValue().GetCurrentValue()); in CommandObjectTargetCreate()
268 FileSpec symfile(m_symbol_file.GetOptionValue().GetCurrentValue()); in DoExecute()
301 m_label.GetOptionValue().GetCurrentValueAsRef(); in DoExecute()
591 if (m_all_option.GetOptionValue()) { in CommandObjectTargetDelete()
644 if (m_cleanup_option.GetOptionValue()) { in DoExecute()
886 m_option_compile_units.GetOptionValue().GetCurrentValue(); in DoExecute()
888 m_option_shared_libraries.GetOptionValue().GetCurrentValue(); in DoExecute()
2734 if (m_uuid_option_group.GetOptionValue().OptionWasSet()) { in CommandObjectTargetModulesDump()
2738 m_uuid_option_group.GetOptionValue() in CommandObjectTargetModulesDump()
[all...]
H A DCommandObjectExpression.cpp607 if (m_repl_option.GetOptionValue().GetCurrentValue()) { in DoExecute()
H A DCommandObjectPlatform.cpp394 if (m_option_working_dir.GetOptionValue().OptionWasSet()) in DoExecute()
396 m_option_working_dir.GetOptionValue().GetCurrentValue()); in DoExecute()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5466 (uint32_t)m_num_packets.GetOptionValue().GetCurrentValue(); in DoExecute()
5467 const uint64_t max_send = m_max_send.GetOptionValue().GetCurrentValue(); in DoExecute()
5468 const uint64_t max_recv = m_max_recv.GetOptionValue().GetCurrentValue(); in DoExecute()
5469 const bool json = m_json.GetOptionValue().GetCurrentValue(); in DoExecute()