Home | History | Annotate | Download | only in Commands

Lines Matching refs:GetOptionValue

226         FileSpec core_file (m_core_file.GetOptionValue().GetCurrentValue());
227 FileSpec remote_file (m_remote_file.GetOptionValue().GetCurrentValue());
231 FileSpec symfile (m_symbol_file.GetOptionValue().GetCurrentValue());
249 const bool get_dependent_files = m_add_dependents.GetOptionValue().GetCurrentValue();
585 if (m_cleanup_option.GetOptionValue ())
837 const FileSpecList &compile_units = m_option_compile_units.GetOptionValue().GetCurrentValue();
838 const FileSpecList &shlibs = m_option_shared_libraries.GetOptionValue().GetCurrentValue();
2620 if (m_uuid_option_group.GetOptionValue ().OptionWasSet())
2624 module_spec.GetUUID() = m_uuid_option_group.GetOptionValue ().GetCurrentValue();
2625 if (m_symbol_file.GetOptionValue().OptionWasSet())
2626 module_spec.GetSymbolFileSpec() = m_symbol_file.GetOptionValue().GetCurrentValue();
2693 if (m_uuid_option_group.GetOptionValue ().OptionWasSet())
2694 module_spec.GetUUID() = m_uuid_option_group.GetOptionValue ().GetCurrentValue();
2695 if (m_symbol_file.GetOptionValue().OptionWasSet())
2696 module_spec.GetSymbolFileSpec() = m_symbol_file.GetOptionValue().GetCurrentValue();
2793 if (m_file_option.GetOptionValue().OptionWasSet())
2796 module_spec.GetFileSpec() = m_file_option.GetOptionValue().GetCurrentValue();
2799 if (m_uuid_option_group.GetOptionValue().OptionWasSet())
2802 module_spec.GetUUID() = m_uuid_option_group.GetOptionValue().GetCurrentValue();
2826 if (m_slide_option.GetOptionValue().OptionWasSet())
2828 const addr_t slide = m_slide_option.GetOptionValue().GetCurrentValue();
2840 if (m_slide_option.GetOptionValue().OptionWasSet())
4443 const bool uuid_option_set = m_uuid_option_group.GetOptionValue().OptionWasSet();
4444 const bool file_option_set = m_file_option.GetOptionValue().OptionWasSet();
4445 const bool frame_option_set = m_current_frame_option.GetOptionValue().OptionWasSet();
4504 module_spec.GetUUID() = m_uuid_option_group.GetOptionValue().GetCurrentValue();
4509 module_spec.GetFileSpec() = m_file_option.GetOptionValue().GetCurrentValue();