Home
last modified time | relevance | path

Searched refs:show_globals (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupVariable.cpp79 show_recognized_args(false), show_locals(false), show_globals(false), in OptionGroupVariable()
102 show_globals = true; in SetOptionValue()
131 show_globals = false; // Frame option only in OptionParsingStarting()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupVariable.h37 show_globals : 1, // Frame option only (include_frame_options == true) variable
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp456 return m_option_variable.show_globals; 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()
540 m_option_variable.show_globals = true; in DoExecute()