Lines Matching refs:expect

43         self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
47 self.expect("frame variable",
66 self.expect("type format list",
73 self.expect("frame variable",
79 self.expect("frame variable",
82 self.expect("frame variable", matching=False,
90 self.expect("type format list", matching=False,
93 # Delete type format for 'Speed', we should expect an error message.
94 self.expect("type format delete Speed", error=True,
99 self.expect("frame variable strarr",
106 self.expect("frame variable strptr",
111 self.expect("frame variable strarr",
115 self.expect("p strarr",
118 self.expect("frame variable strptr",
121 self.expect("p strptr",
124 self.expect("p (char*)\"1234567890123456789012345678901234567890123456789012345678901234ABC\"",
129 self.expect("frame variable iAmSomewhere",
133 self.expect("type summary list",
139 self.expect("frame variable iAmSomewhere",
144 self.expect("frame variable iAmSomewhere",
150 self.expect("type summary list",
154 self.expect("frame variable iAmSomewhere",
161 self.expect("frame variable cool_pointer->floating",
168 self.expect("frame variable cool_pointer",
173 self.expect("frame variable cool_pointer",
179 self.expect("frame variable int_array",
189 self.expect("frame variable cool_array",
192 self.expect("frame variable cool_pointer",
202 self.expect("frame variable cool_array",
215 self.expect("frame variable cool_array",
229 self.expect("frame variable cool_array",
239 self.expect("frame variable the_coolest_guy",
245 self.expect("frame variable the_coolest_guy",
250 self.expect("frame variable the_coolest_guy",
255 self.expect("frame variable the_coolest_guy",
261 self.expect("frame variable the_coolest_guy",
267 self.expect("frame variable the_coolest_guy", matching=False,
271 self.expect("frame variable iAmInt --format hex", substrs = ['(int) iAmInt = 0x00000001'])
272 self.expect("frame variable iAmInt", matching=False, substrs = ['(int) iAmInt = 0x00000001'])
273 self.expect("frame variable iAmInt", substrs = ['(int) iAmInt = 1'])