Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DOptionGroupVariable.cpp86 case 'g': show_globals = true; break; in SetOptionValue()
110 show_globals = false; // Frame option only in OptionParsingStarting()
/external/lldb/include/lldb/Interpreter/
DOptionGroupVariable.h52 show_globals:1, // Frame option only (include_frame_options == true) variable
/external/lldb/source/Commands/
DCommandObjectFrame.cpp523 dump_variable = m_option_variable.show_globals; in DoExecute()
529 dump_variable = m_option_variable.show_globals; in DoExecute()