Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp597 if (m_dump_all.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
599 m_fb_all.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
611 m_fb_app_data.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
613 m_fb_version.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
615 m_fb_dalvik.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
616 m_fb_unwind.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
619 m_fb_abort.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
620 m_fb_thread.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()
621 m_fb_logcat.GetOptionValue().GetCurrentValue()) in SetDefaultOptionsIfNoneAreSet()
624 m_dump_all.GetOptionValue().SetCurrentValue(true); in SetDefaultOptionsIfNoneAreSet()
[all …]
/freebsd/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/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp319 m_label.GetOptionValue().GetCurrentValueAsRef(); in DoExecute()
611 if (m_all_option.GetOptionValue()) { in DoExecute()
664 if (m_cleanup_option.GetOptionValue()) { in DoExecute()
2815 if (m_symbol_file.GetOptionValue().OptionWasSet()) in DoExecute()
2874 if (m_symbol_file.GetOptionValue().OptionWasSet()) in DoExecute()
2965 if (!m_file_option.GetOptionValue().OptionWasSet() && in DoExecute()
2976 if (m_file_option.GetOptionValue().OptionWasSet()) { in DoExecute()
2997 if (m_uuid_option_group.GetOptionValue().OptionWasSet()) { in DoExecute()
4544 assert(m_file_option.GetOptionValue().OptionWasSet()); in AddSymbolsForFile()
4548 m_file_option.GetOptionValue().GetCurrentValue(); in AddSymbolsForFile()
[all …]
H A DCommandObjectExpression.cpp615 if (m_repl_option.GetOptionValue().GetCurrentValue()) { in DoExecute()
H A DCommandObjectPlatform.cpp396 if (m_option_working_dir.GetOptionValue().OptionWasSet()) in DoExecute()
398 m_option_working_dir.GetOptionValue().GetCurrentValue()); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5287 (uint32_t)m_num_packets.GetOptionValue().GetCurrentValue(); in DoExecute()
5288 const uint64_t max_send = m_max_send.GetOptionValue().GetCurrentValue(); in DoExecute()
5289 const uint64_t max_recv = m_max_recv.GetOptionValue().GetCurrentValue(); in DoExecute()
5290 const bool json = m_json.GetOptionValue().GetCurrentValue(); in DoExecute()