Lines Matching refs:substrs
24 self.expect("foobar", substrs=["All good"])
25 self.expect("foobar4", substrs=["All good"])
26 self.expect("vfoobar", substrs=["All good"])
27 self.expect("v5foobar", substrs=["All good"])
28 self.expect("sfoobar", substrs=["All good"])
29 self.expect("cfoobar", substrs=["All good"])
30 self.expect("ifoobar", substrs=["All good"])
31 self.expect("sfoobar4", substrs=["All good"])
32 self.expect("cfoobar4", substrs=["All good"])
33 self.expect("ifoobar4", substrs=["All good"])
34 self.expect("ofoobar", substrs=["All good"])
35 self.expect("ofoobar4", substrs=["All good"])
40 substrs=['a.out'], matching=False, error=True)
47 substrs=['a.out'], matching=True, error=False)
74 substrs=['Hello Enrico, welcome to LLDB'])
77 substrs=['Just a docstring for welcome_impl',
82 self.expect(name, substrs=["hello from " + name])
84 substrs=["Python command defined by @lldb.command"])
87 substrs=['For more information run']
91 substrs=['For more information run']
95 substrs=['For more information run'])
100 substrs=['Hello Enrico, welcome to LLDB'])
103 substrs=['a test for error in command'])
106 substrs=['targetname',
110 substrs=['Expects', '\'raw\'', 'input',
114 substrs=['Done; if you saw the delays I am doing OK'])
120 substrs=['[0] = 79630', '[1] = 388785018', '[2] = 0'])
123 substrs=['[0] = 79630', '[4] = 388785018', '[5] = 0'])
128 substrs=['running sync'])
130 substrs=['running async'])
132 substrs=['I am running sync'])
135 self.expect("takes_exe_ctx", substrs=["a.out"])
145 self.expect('my_command Blah', substrs=['Hello Blah, welcome to LLDB'])
149 self.expect('my_command', substrs=['a.out'])
154 substrs=['targetname',
158 substrs=['cannot add command'])
174 self.expect("save_debugger", substrs=[str(self.dbg)])
178 self.expect("script str(persistence.debugger_copy)", substrs=[str(self.dbg)])
181 self.expect("script str(persistence.result_copy)", substrs=["Started"])