Lines Matching refs:False
43 self.runCmd('type format clear', check=False)
44 self.runCmd('type summary clear', check=False)
45 self.runCmd('type filter clear', check=False)
46 self.runCmd('type synthetic clear', check=False)
47 self.runCmd('type category delete foobar', check=False)
48 self.runCmd('type category delete JASSynth', check=False)
49 self.runCmd('type category delete newbar', check=False)
60 self.expect("frame variable foo.E", matching=False,
78 self.expect("frame variable foo.A", matching=False,
80 self.expect("frame variable foo.E", matching=False,
100 self.expect("frame variable foo.E", matching=False,
106 new_category.SetEnabled(False)
107 self.expect("frame variable foo.A", matching=False,
109 self.expect("frame variable foo.E", matching=False,
111 self.expect("frame variable foo.B", matching=False,
113 self.expect("frame variable foo.F", matching=False,
116 self.expect("frame variable foo.A", matching=False,
118 self.expect("frame variable foo.E", matching=False,
120 self.expect("frame variable foo.B", matching=False,
122 self.expect("frame variable foo.F", matching=False,
135 self.expect("frame variable foo", matching=False,
143 self.expect("frame variable foo", matching=False,
148 "JustAStruct", False))
156 self.expect("frame variable foo", matching=False,
190 self.dbg.GetCategory("JASSynth").SetEnabled(False)
381 self.expect("frame variable foo", matching=False,
406 self.expect("frame variable foo_ptr", matching=False,
429 matching=False)
457 self.runCmd('type format clear', check=False)
458 self.runCmd('type summary clear', check=False)
459 self.runCmd('type filter clear', check=False)
460 self.runCmd('type synthetic clear', check=False)
461 self.runCmd('type category delete foobar', check=False)
462 self.runCmd('type category delete JASSynth', check=False)
463 self.runCmd('type category delete newbar', check=False)