Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DOptionGroupVariable.cpp94 show_globals = true; in SetOptionValue()
123 show_globals = false; // Frame option only in OptionParsingStarting()
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupVariable.h38 show_globals : 1, // Frame option only (include_frame_options == true) variable
/external/llvm-project/lldb/source/Commands/
DCommandObjectFrame.cpp495 frame->GetVariableList(m_option_variable.show_globals); in DoExecute()
517 m_option_variable.show_globals = true; in DoExecute()
633 if (!m_option_variable.show_globals) in DoExecute()
637 if (!m_option_variable.show_globals) in DoExecute()
/external/python/cpython2/Lib/idlelib/
DDebugger.py176 text="Globals", command=self.show_globals, variable=self.vglobals)
197 self.show_globals()
323 def show_globals(self): member in Debugger
/external/python/cpython3/Lib/idlelib/
Ddebugger.py181 text="Globals", command=self.show_globals, variable=self.vglobals)
202 self.show_globals()
328 def show_globals(self): member in Debugger