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.cpp374 m_option_variable( in CommandObjectFrameVariable()
391 m_option_group.Append(&m_option_variable, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectFrameVariable()
432 return m_option_variable.show_globals; in ScopeRequested()
434 return m_option_variable.show_args; in ScopeRequested()
436 return m_option_variable.show_locals; in ScopeRequested()
483 m_option_variable.show_globals |= m_option_variable.use_regex; in DoExecute()
491 frame->GetVariableList(m_option_variable.show_globals, &error); in DoExecute()
500 if (!m_option_variable.summary.IsCurrentValueEmpty()) in DoExecute()
502 ConstString(m_option_variable.summary.GetCurrentValue()), in DoExecute()
504 else if (!m_option_variable.summary_string.IsCurrentValueEmpty()) in DoExecute()
[all …]
H A DCommandObjectTarget.cpp706 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()
844 if (m_option_variable.use_regex) { in DoExecute()
986 OptionGroupVariable m_option_variable; member in CommandObjectTargetVariable