Lines Matching refs:expect

11         self.expect("thread trace dump instructions",
16 self.expect("target create " +
19 self.expect("thread trace dump instructions",
24 self.expect("b main")
25 self.expect("run")
27 self.expect("thread trace dump instructions",
32 self.expect("trace load -v " +
36 self.expect("thread trace dump instructions --raw --count 5 --forwards --json",
43 self.expect("thread trace dump instructions --raw --count 5 --forwards --pretty-json",
68 self.expect("trace load -v " +
74 …self.expect("thread trace dump instructions --raw --count 5 --forwards --pretty-json --file " + ou…
101 self.expect("trace load -v " +
105 self.expect("thread trace dump instructions --raw --count 21 --forwards",
130 self.expect("thread trace dump instructions --count 5 --skip 6 --raw --forwards",
138 self.expect("thread trace dump instructions --count 5 --skip 6 --raw",
147 self.expect("thread trace dump instructions --count 5 --skip 6 --raw --id 0xA",
156 self.expect("thread trace dump instructions --count 5 --skip 6 --raw --id 10",
165 self.expect("thread trace dump instructions 1 --raw",
170 self.expect("thread trace dump instructions 10", error=True,
175 self.expect("trace load -v " +
179 self.expect("thread trace dump instructions 2 --count 2",
186 self.expect("thread trace dump instructions 2 --count 2 --skip 2", inHistory=True,
194 self.expect("", inHistory=True,
201 self.expect("", inHistory=True,
208 self.expect("trace load -v " +
212 self.expect("thread trace dump instructions --count 20 --forwards",
221 self.expect("thread trace dump instructions --skip 23",
225 self.expect("thread trace dump instructions --skip -1", error=True)
226 self.expect("thread trace dump instructions --count -1", error=True)
229 self.expect("trace load " +
231 self.expect("thread trace dump instructions --forwards",
238 self.expect("trace load " +
240 self.expect("thread trace dump instructions --forwards",
244 self.expect("trace load " +
247 self.expect("thread trace dump instructions --count 4 --id 4 --forwards --pretty-json",
286 self.expect("thread trace dump instructions --count 4 --id 20 --forwards --pretty-json",
328 self.expect("trace load " +
345 self.expect("thread trace dump instructions --count 50 --forwards",
419 self.expect("thread trace dump instructions --count 50",
492 self.expect("thread trace dump instructions --skip 100 --forwards", inHistory=True,
496 self.expect("", substrs=['''thread #1: tid = 815455
500 self.expect("thread trace dump instructions --raw --all --forwards",