Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DOptionGroupVariable.cpp91 show_locals = false; in SetOptionValue()
122 show_locals = true; // Frame option only in OptionParsingStarting()
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupVariable.h37 show_locals : 1, // Frame option only (include_frame_options == true) variable
/external/python/cpython2/Lib/idlelib/
DDebugger.py171 text="Locals", command=self.show_locals, variable=self.vlocals)
195 self.show_locals()
311 def show_locals(self): member in Debugger
/external/python/cpython3/Lib/idlelib/
Ddebugger.py176 text="Locals", command=self.show_locals, variable=self.vlocals)
200 self.show_locals()
316 def show_locals(self): member in Debugger
/external/llvm-project/lldb/source/Commands/
DCommandObjectFrame.cpp645 if (!m_option_variable.show_locals) in DoExecute()