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

/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp404 m_option_variable(
433 m_option_group.Append(&m_option_variable, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
478 /// Returns true if `scope` matches any of the options in `m_option_variable`.
483 return m_option_variable.show_globals;
485 return m_option_variable.show_args;
487 return m_option_variable.show_locals;
534 m_option_variable.show_globals |= m_option_variable.use_regex;
542 frame->GetVariableList(m_option_variable.show_globals, &error);
551 if (!m_option_variable
742 OptionGroupVariable m_option_variable; member in class:CommandObjectFrameVariable
[all...]
H A DCommandObjectTarget.cpp726 m_option_variable(false), // Don't include frame options
754 m_option_group.Append(&m_option_variable, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
778 if (m_option_variable.show_scope)
783 if (m_option_variable.show_scope)
788 if (m_option_variable.show_scope)
793 if (m_option_variable.show_scope)
798 if (m_option_variable.show_scope)
806 if (m_option_variable.show_decl) {
875 if (m_option_variable.use_regex) {
1017 OptionGroupVariable m_option_variable; member in class:CommandObjectTargetVariable
[all...]

Completed in 78 milliseconds