Lines Matching refs:substrs
106 substrs=['stop reason = breakpoint' ,'c.c:%d' % self.line_c
111 substrs=['stop reason = breakpoint', 'b.c:%d' % self.line_b
151 substrs=[
157 substrs=[
163 substrs=[
167 substrs=['"abc"'])
169 substrs=['"abc"'])
173 substrs=['a'])
181 substrs=[
187 substrs=[
191 substrs=['"abc"'])
193 substrs=['"abc"'])
197 substrs=['a'])
201 substrs=[
210 substrs=[
216 substrs=[
220 substrs=['"abc"'])
222 substrs=['"abc"'])
226 substrs=['a'])
230 substrs=[
242 substrs=[
248 substrs=[
254 substrs=[
258 substrs=['"abc"'])
260 substrs=['"abc"'])
264 substrs=['a'])
274 substrs=['my_global_char',
283 substrs=[
289 substrs=[
293 substrs=['"abc"'])
295 substrs=['"abc"'])
299 substrs=['a'])
303 substrs=[
312 self.expect("target stop-hook disable 1", error=True, substrs=['unknown stop hook id: "1"'])
313 … self.expect("target stop-hook disable blub", error=True, substrs=['invalid stop hook id: "blub"'])
314 self.expect("target stop-hook enable 1", error=True, substrs=['unknown stop hook id: "1"'])
315 … self.expect("target stop-hook enable blub", error=True, substrs=['invalid stop hook id: "blub"'])
322 self.expect("target stop-hook delete 1", error=True, substrs=['unknown stop hook id: "1"'])
323 … self.expect("target stop-hook delete blub", error=True, substrs=['invalid stop hook id: "blub"'])
328 substrs=["'target list' doesn't take any arguments"])
333 substrs=["'target select' takes a single argument: a target index"])
339 substrs=["index 0 is out of range since there are no active targets"])
343 substrs=["index 1 is out of range, valid target indexes are 0 - 0"])
349 substrs=["'target create' takes exactly one executable path"])
364 substrs=["Cannot open '", "': Permission denied"])
377 substrs=["Unable to find process plug-in for core file '"])
387 substrs=["Cannot open '", "': Permission denied"])
395 self.expect("target list", substrs=["No targets."])
404 substrs=["target index 3 is out of range, valid target indexes are 0 - 2"])
407 self.expect("target list", matching=False, substrs=["b.out"])
409 self.expect("target list", matching=False, substrs=["c.out"])
412 substrs=["target index 1 is out of range, the only valid index is 0"])
415 self.expect("target list", matching=False, substrs=["a.out"])
417 self.expect("target delete 0", error=True, substrs=["no targets to delete"])
418 self.expect("target delete 1", error=True, substrs=["no targets to delete"])
428 substrs=["target index 3 is out of range, valid target indexes are 0 - 2"])
429 self.expect("target list", substrs=["a.out", "b.out", "c.out"])
432 self.expect("target list", matching=False, substrs=["a.out", "c.out"])
442 self.expect("target list", matching=False, substrs=["b.out"])
445 self.expect("target list", substrs=["No targets."])
446 self.expect("target delete", error=True, substrs=["no target is currently selected"])
455 self.expect("target list", matching=False, substrs=["bar", "baz"])
462 self.expect("target modules search-paths query foo", substrs=["bar"])
464 self.expect("target modules search-paths query faz", substrs=["faz"])
468 substrs=["query requires one argument"])
478 substrs=["1 match found", 'name = "int"'])