Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectFrame.cpp402 m_option_variable( in CommandObjectFrameVariable()
515 m_option_variable.show_globals = true; in DoExecute()
527 if (m_option_variable.use_regex) { in DoExecute()
590 if (m_option_variable.show_scope) in DoExecute()
628 if (!m_option_variable.show_globals) in DoExecute()
632 if (!m_option_variable.show_globals) in DoExecute()
636 if (!m_option_variable.show_args) in DoExecute()
640 if (!m_option_variable.show_locals) in DoExecute()
648 if (m_option_variable.show_scope) in DoExecute()
688 if (m_option_variable.show_recognized_args) { in DoExecute()
[all …]
H A DCommandObjectTarget.cpp694 m_option_variable(false), // Don't include frame options in CommandObjectTargetVariable()
722 m_option_group.Append(&m_option_variable, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectTargetVariable()
746 if (m_option_variable.show_scope) in DumpValueObject()
751 if (m_option_variable.show_scope) in DumpValueObject()
756 if (m_option_variable.show_scope) in DumpValueObject()
761 if (m_option_variable.show_scope) in DumpValueObject()
766 if (m_option_variable.show_scope) in DumpValueObject()
774 if (m_option_variable.show_decl) { in DumpValueObject()
843 if (m_option_variable.use_regex) { in DoExecute()
995 OptionGroupVariable m_option_variable; member in CommandObjectTargetVariable