Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp404 m_option_variable( in CommandObjectFrameVariable()
483 return m_option_variable.show_globals; in ScopeRequested()
485 return m_option_variable.show_args; in ScopeRequested()
487 return m_option_variable.show_locals; in ScopeRequested()
534 m_option_variable.show_globals |= m_option_variable.use_regex; in DoExecute()
567 m_option_variable.show_globals = true; in DoExecute()
579 if (m_option_variable.use_regex) { in DoExecute()
634 if (m_option_variable.show_scope) in DoExecute()
673 if (m_option_variable.show_scope) in DoExecute()
713 if (m_option_variable.show_recognized_args) { in DoExecute()
[all …]
H A DCommandObjectTarget.cpp726 m_option_variable(false), // Don't include frame options in CommandObjectTargetVariable()
754 m_option_group.Append(&m_option_variable, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectTargetVariable()
778 if (m_option_variable.show_scope) in DumpValueObject()
783 if (m_option_variable.show_scope) in DumpValueObject()
788 if (m_option_variable.show_scope) in DumpValueObject()
793 if (m_option_variable.show_scope) in DumpValueObject()
798 if (m_option_variable.show_scope) in DumpValueObject()
806 if (m_option_variable.show_decl) { in DumpValueObject()
875 if (m_option_variable.use_regex) { in DoExecute()
1017 OptionGroupVariable m_option_variable; member in CommandObjectTargetVariable