Lines Matching full:variable
149 self.expect("frame variable --show-types --scope", VARIABLES_DISPLAYED_CORRECTLY,
156 self.runCmd("frame variable *_cmd")
161 self.expect("frame variable --show-types self->str", VARIABLES_DISPLAYED_CORRECTLY,
165 # 'frame variable self->date' displays the wrong data member
166 self.expect("frame variable --show-types self->date", VARIABLES_DISPLAYED_CORRECTLY,
170 self.expect("frame variable --show-types *self", VARIABLES_DISPLAYED_CORRECTLY,
189 # error: instance variable 'str' is protected
193 # error: instance variable 'date' is protected
241 self.assertTrue(my_var, "Made a variable object for my")
244 self.assertTrue(str_var, "Made a variable object for str")