Searched refs:show_globals (Results 1 – 5 of 5) sorted by relevance
94 show_globals = true; in SetOptionValue()123 show_globals = false; // Frame option only in OptionParsingStarting()
38 show_globals : 1, // Frame option only (include_frame_options == true) variable
495 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()
176 text="Globals", command=self.show_globals, variable=self.vglobals)197 self.show_globals()323 def show_globals(self): member in Debugger
181 text="Globals", command=self.show_globals, variable=self.vglobals)202 self.show_globals()328 def show_globals(self): member in Debugger