Searched refs:GetOptionValue (Results 1 – 11 of 11) sorted by relevance
674 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 …]
38 OptionValueFileSpec &GetOptionValue() { return m_file; } in GetOptionValue() function40 const OptionValueFileSpec &GetOptionValue() const { return m_file; } in GetOptionValue() function68 OptionValueFileSpecList &GetOptionValue() { return m_file_list; } in GetOptionValue() function70 const OptionValueFileSpecList &GetOptionValue() const { return m_file_list; } in GetOptionValue() function
39 OptionValueBoolean &GetOptionValue() { return m_value; } in GetOptionValue() function41 const OptionValueBoolean &GetOptionValue() const { return m_value; } in GetOptionValue() function
37 OptionValueUInt64 &GetOptionValue() { return m_value; } in GetOptionValue() function39 const OptionValueUInt64 &GetOptionValue() const { return m_value; } in GetOptionValue() function
36 OptionValueString &GetOptionValue() { return m_value; } in GetOptionValue() function38 const OptionValueString &GetOptionValue() const { return m_value; } in GetOptionValue() function
32 const OptionValueUUID &GetOptionValue() const { return m_uuid; } in GetOptionValue() function
258 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 …]
571 if (m_repl_option.GetOptionValue().GetCurrentValue()) { in DoExecute()
398 if (m_option_working_dir.GetOptionValue().OptionWasSet()) in DoExecute()400 m_option_working_dir.GetOptionValue().GetCurrentValue()); in DoExecute()
886 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()
4923 (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()