Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp398 m_option_variable( in CommandObjectFrameVariable()
415 m_option_group.Append(&m_option_variable, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectFrameVariable()
456 return m_option_variable.show_globals; in ScopeRequested()
458 return m_option_variable.show_args; in ScopeRequested()
460 return m_option_variable.show_locals; in ScopeRequested()
507 m_option_variable.show_globals |= m_option_variable.use_regex; in DoExecute()
515 frame->GetVariableList(m_option_variable.show_globals, &error); in DoExecute()
524 if (!m_option_variable.summary.IsCurrentValueEmpty()) in DoExecute()
526 ConstString(m_option_variable.summary.GetCurrentValue()), in DoExecute()
528 else if (!m_option_variable.summary_string.IsCurrentValueEmpty()) in DoExecute()
[all …]
H A DCommandObjectTarget.cpp705 m_option_variable(false), // Don't include frame options in CommandObjectTargetVariable()
721 m_option_group.Append(&m_option_variable, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectTargetVariable()
745 if (m_option_variable.show_scope) in DumpValueObject()
750 if (m_option_variable.show_scope) in DumpValueObject()
755 if (m_option_variable.show_scope) in DumpValueObject()
760 if (m_option_variable.show_scope) in DumpValueObject()
765 if (m_option_variable.show_scope) in DumpValueObject()
773 if (m_option_variable.show_decl) { in DumpValueObject()
846 if (m_option_variable.use_regex) { in DoExecute()
990 OptionGroupVariable m_option_variable; member in CommandObjectTargetVariable