Searched defs:m_option_variable (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Commands/
H A DCommandObjectFrame.cpp314 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
598 OptionGroupVariable m_option_variable; member in class:CommandObjectFrameVariable
[all...]
H A DCommandObjectTarget.cpp618 m_option_variable (false), // Don't include frame options
638 m_option_group.Append (&m_option_variable, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
658 if (m_option_variable.show_scope)
663 if (m_option_variable.show_scope)
668 if (m_option_variable.show_scope)
673 if (m_option_variable.show_scope)
681 if (m_option_variable.show_decl)
785 if (m_option_variable.use_regex)
962 OptionGroupVariable m_option_variable; member in class:CommandObjectTargetVariable

Completed in 86 milliseconds