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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp414 m_option_variable(
431 m_option_group.Append(&m_option_variable, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
488 frame->GetVariableList(m_option_variable.show_globals);
494 if (!m_option_variable.summary.IsCurrentValueEmpty())
496 ConstString(m_option_variable.summary.GetCurrentValue()),
498 else if (!m_option_variable.summary_string.IsCurrentValueEmpty())
501 m_option_variable.summary_string.GetCurrentValue());
510 m_option_variable.show_globals = true;
522 if (m_option_variable.use_regex) {
541 if (m_option_variable
720 OptionGroupVariable m_option_variable; member in class:CommandObjectFrameVariable
[all...]
H A DCommandObjectTarget.cpp700 m_option_variable(false), // Don't include frame options
729 m_option_group.Append(&m_option_variable, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
753 if (m_option_variable.show_scope)
758 if (m_option_variable.show_scope)
763 if (m_option_variable.show_scope)
768 if (m_option_variable.show_scope)
773 if (m_option_variable.show_scope)
781 if (m_option_variable.show_decl) {
854 if (m_option_variable.use_regex) {
1011 OptionGroupVariable m_option_variable; member in class:CommandObjectTargetVariable
[all...]

Completed in 117 milliseconds