Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionGroupVariable.cpp94 show_globals = true; in SetOptionValue()
123 show_globals = false; // Frame option only in OptionParsingStarting()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionGroupVariable.h38 show_globals : 1, // Frame option only (include_frame_options == true) variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectFrame.cpp488 frame->GetVariableList(m_option_variable.show_globals); in DoExecute()
510 m_option_variable.show_globals = true; in DoExecute()
626 if (!m_option_variable.show_globals) in DoExecute()
630 if (!m_option_variable.show_globals) in DoExecute()