Home
last modified time | relevance | path

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

/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()
457 m_dump_all.GetOptionValue().SetCurrentValue(true); in SetDefaultOptionsIfNoneAreSet()
460 return m_dump_all.GetOptionValue().GetCurrentValue(); in DumpAll()
464 m_dump_directory.GetOptionValue().GetCurrentValue(); in DumpDirectory()
495 m_dump_linux_auxv.GetOptionValue().GetCurrentValue(); in DumpLinuxAuxv()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionGroupFile.h42 OptionValueFileSpec &GetOptionValue() { return m_file; } in GetOptionValue() function
44 const OptionValueFileSpec &GetOptionValue() const { return m_file; } in GetOptionValue() function
75 OptionValueFileSpecList &GetOptionValue() { return m_file_list; } in GetOptionValue() function
77 const OptionValueFileSpecList &GetOptionValue() const { return m_file_list; } in GetOptionValue() function
H A DOptionGroupBoolean.h43 OptionValueBoolean &GetOptionValue() { return m_value; } in GetOptionValue() function
45 const OptionValueBoolean &GetOptionValue() const { return m_value; } in GetOptionValue() function
H A DOptionGroupString.h40 OptionValueString &GetOptionValue() { return m_value; } in GetOptionValue() function
42 const OptionValueString &GetOptionValue() const { return m_value; } in GetOptionValue() function
H A DOptionGroupUInt64.h41 OptionValueUInt64 &GetOptionValue() { return m_value; } in GetOptionValue() function
43 const OptionValueUInt64 &GetOptionValue() const { return m_value; } in GetOptionValue() function
H A DOptionGroupUUID.h36 const OptionValueUUID &GetOptionValue() const { return m_uuid; } in GetOptionValue() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp617 if (m_all_option.GetOptionValue()) { in DoExecute()
674 if (m_cleanup_option.GetOptionValue()) { in DoExecute()
2558 if (m_symbol_file.GetOptionValue().OptionWasSet()) in DoExecute()
2560 m_symbol_file.GetOptionValue().GetCurrentValue(); in DoExecute()
2618 if (m_symbol_file.GetOptionValue().OptionWasSet()) in DoExecute()
2718 if (!m_file_option.GetOptionValue().OptionWasSet() && in DoExecute()
2729 if (m_file_option.GetOptionValue().OptionWasSet()) { in DoExecute()
2752 if (m_uuid_option_group.GetOptionValue().OptionWasSet()) { in DoExecute()
4316 m_uuid_option_group.GetOptionValue().OptionWasSet(); in DoExecute()
4319 m_current_frame_option.GetOptionValue().OptionWasSet(); in DoExecute()
[all …]
H A DCommandObjectExpression.cpp593 if (m_repl_option.GetOptionValue().GetCurrentValue()) { in DoExecute()
H A DCommandObjectPlatform.cpp442 if (m_option_working_dir.GetOptionValue().OptionWasSet()) in DoExecute()
444 m_option_working_dir.GetOptionValue().GetCurrentValue()); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5188 (uint32_t)m_num_packets.GetOptionValue().GetCurrentValue(); in DoExecute()
5189 const uint64_t max_send = m_max_send.GetOptionValue().GetCurrentValue(); in DoExecute()
5190 const uint64_t max_recv = m_max_recv.GetOptionValue().GetCurrentValue(); in DoExecute()
5191 const bool json = m_json.GetOptionValue().GetCurrentValue(); in DoExecute()