Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp674 if (m_dump_all.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
675 m_dump_linux_all.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
676 m_fb_all.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
677 m_dump_directory.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
678 m_dump_linux_cpuinfo.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
679 m_dump_linux_proc_status.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
680 m_dump_linux_lsb_release.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
681 m_dump_linux_cmdline.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
682 m_dump_linux_environ.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
683 m_dump_linux_auxv.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
[all …]
/openbsd-src/gnu/llvm/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 DOptionGroupUInt64.h37 OptionValueUInt64 &GetOptionValue() { return m_value; } in GetOptionValue() function
39 const OptionValueUInt64 &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 DOptionGroupUUID.h32 const OptionValueUUID &GetOptionValue() const { return m_uuid; } in GetOptionValue() function
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp258 FileSpec core_file(m_core_file.GetOptionValue().GetCurrentValue()); in DoExecute()
259 FileSpec remote_file(m_remote_file.GetOptionValue().GetCurrentValue()); in DoExecute()
274 FileSpec symfile(m_symbol_file.GetOptionValue().GetCurrentValue()); in DoExecute()
578 if (m_all_option.GetOptionValue()) { in DoExecute()
631 if (m_cleanup_option.GetOptionValue()) { in DoExecute()
885 m_option_compile_units.GetOptionValue().GetCurrentValue(); in DoExecute()
887 m_option_shared_libraries.GetOptionValue().GetCurrentValue(); in DoExecute()
2519 if (m_uuid_option_group.GetOptionValue().OptionWasSet()) { in DoExecute()
2523 m_uuid_option_group.GetOptionValue().GetCurrentValue(); in DoExecute()
2524 if (m_symbol_file.GetOptionValue().OptionWasSet()) in DoExecute()
[all …]
H A DCommandObjectExpression.cpp571 if (m_repl_option.GetOptionValue().GetCurrentValue()) { in DoExecute()
H A DCommandObjectPlatform.cpp398 if (m_option_working_dir.GetOptionValue().OptionWasSet()) in DoExecute()
400 m_option_working_dir.GetOptionValue().GetCurrentValue()); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp886 if (!m_command_byte.GetOptionValue().OptionWasSet()) { in DoExecute()
891 m_command_byte.GetOptionValue().GetUInt64Value(0); in DoExecute()
901 m_packet_data.GetOptionValue().GetCurrentValue(); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4923 (uint32_t)m_num_packets.GetOptionValue().GetCurrentValue(); in DoExecute()
4924 const uint64_t max_send = m_max_send.GetOptionValue().GetCurrentValue(); in DoExecute()
4925 const uint64_t max_recv = m_max_recv.GetOptionValue().GetCurrentValue(); in DoExecute()
4926 const bool json = m_json.GetOptionValue().GetCurrentValue(); in DoExecute()