Searched refs:GetOptionValue (Results 1 – 10 of 10) sorted by relevance
442 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 …]
42 OptionValueFileSpec &GetOptionValue() { return m_file; } in GetOptionValue() function44 const OptionValueFileSpec &GetOptionValue() const { return m_file; } in GetOptionValue() function75 OptionValueFileSpecList &GetOptionValue() { return m_file_list; } in GetOptionValue() function77 const OptionValueFileSpecList &GetOptionValue() const { return m_file_list; } in GetOptionValue() function
43 OptionValueBoolean &GetOptionValue() { return m_value; } in GetOptionValue() function45 const OptionValueBoolean &GetOptionValue() const { return m_value; } in GetOptionValue() function
40 OptionValueString &GetOptionValue() { return m_value; } in GetOptionValue() function42 const OptionValueString &GetOptionValue() const { return m_value; } in GetOptionValue() function
41 OptionValueUInt64 &GetOptionValue() { return m_value; } in GetOptionValue() function43 const OptionValueUInt64 &GetOptionValue() const { return m_value; } in GetOptionValue() function
36 const OptionValueUUID &GetOptionValue() const { return m_uuid; } in GetOptionValue() function
617 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 …]
593 if (m_repl_option.GetOptionValue().GetCurrentValue()) { in DoExecute()
442 if (m_option_working_dir.GetOptionValue().OptionWasSet()) in DoExecute()444 m_option_working_dir.GetOptionValue().GetCurrentValue()); in DoExecute()
5188 (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()