Lines Matching refs:set
162 # We use "set breakpoint pending yes" to avoid blocking with a:
176 commands = ['set breakpoint pending yes',
182 # therefore we need to use 'set print address off' to
187 'set print address off',
198 commands += ['set print entry-values no']
414 self.assertGdbRepr(set(), "set()")
415 self.assertGdbRepr(set(['a']), "{'a'}")
418 self.assertGdbRepr(set(['a', 'b']), "{'a', 'b'}")
419 self.assertGdbRepr(set([4, 5, 6]), "{4, 5, 6}")
423 gdb_repr, gdb_output = self.get_gdb_repr('''s = set(['a','b'])
535 cmds_after_breakpoint=['set variable v=0',
544 'set v->ob_type=0')
549 'set v->ob_type=0xDEADBEEF',
555 'set v->ob_type->tp_flags=0x0',
561 'set v->ob_type->tp_name=0xDEADBEEF',