Home | History | Annotate | Download | only in Commands

Lines Matching full:m_option_variable

314         m_option_variable(true), // Include the frame specific options by passing "true"
331 m_option_group.Append (&m_option_variable, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
398 if (!m_option_variable.summary.IsCurrentValueEmpty())
399 DataVisualization::NamedSummaryFormats::GetSummaryFormat(ConstString(m_option_variable.summary.GetCurrentValue()), summary_format_sp);
400 else if (!m_option_variable.summary_string.IsCurrentValueEmpty())
401 summary_format_sp.reset(new StringSummaryFormat(TypeSummaryImpl::Flags(),m_option_variable.summary_string.GetCurrentValue()));
418 if (m_option_variable.use_regex)
443 if (m_option_variable.show_decl && var_sp->GetDeclaration ().GetFile())
486 if (m_option_variable.show_decl && var_sp && var_sp->GetDeclaration ().GetFile())
523 dump_variable = m_option_variable.show_globals;
524 if (dump_variable && m_option_variable.show_scope)
529 dump_variable = m_option_variable.show_globals;
530 if (dump_variable && m_option_variable.show_scope)
535 dump_variable = m_option_variable.show_args;
536 if (dump_variable && m_option_variable.show_scope)
541 dump_variable = m_option_variable.show_locals;
542 if (dump_variable && m_option_variable.show_scope)
566 if (m_option_variable.show_decl && var_sp->GetDeclaration ().GetFile())
598 OptionGroupVariable m_option_variable;