Lines Matching full:description
49 # Stop at the "description" selector.
51 self, "description", num_expected_locations=1, module_name="a.out"
94 # Followed by -[MyString description].
97 "Stop at -[MyString description]",
98 substrs=["a.out`-[MyString description]"],
103 # Followed by the same -[MyString description].
106 "Stop at -[MyString description]",
107 substrs=["a.out`-[MyString description]"],
127 # Stop at -[MyString description].
129 self, "-[MyString description]", num_expected_locations=1, sym_exact=True
131 # self.expect("breakpoint set -n '-[MyString description]", BREAKPOINT_CREATED,
132 # startstr = "Breakpoint created: 1: name = '-[MyString description]',
139 # The backtrace should show we stop at -[MyString description].
142 "Stop at -[MyString description]",
143 substrs=["a.out`-[MyString description]"],
240 # Add "-o" option to "expression" which prints the object description
243 "expression --object-description -- my",
244 "Object description displayed correctly",