Home | History | Annotate | Download | only in command_script

Lines Matching refs:expect

28         self.expect("file " + exe,
55 self.expect('welcome Enrico',
58 self.expect("help welcome",
62 self.expect("help",
66 self.expect("help -a",
70 self.expect("help -u", matching=False,
76 self.expect('welcome Enrico', matching=False, error=True,
79 self.expect('targetname',
82 self.expect('targetname fail', error=True,
85 self.expect('command script list',
89 self.expect("help targetname",
94 self.expect("longwait",
100 self.expect("frame variable array",
103 self.expect("frame variable array",
108 self.expect("tell_sync",
110 self.expect("tell_async",
112 self.expect("tell_curr",
116 self.expect('command script add -f foobar welcome')
122 self.expect('my_command Blah', substrs = ['Hello Blah, welcome to LLDB'])
125 self.expect('my_command', substrs = ['a.out'])
129 self.expect('command script list', matching=False,
133 self.expect('command script add -f foobar frame', error=True,