Lines Matching refs:expect

10         self.expect("help thread trace start",
16 … self.expect("trace load -v " + os.path.join(self.getSourceDir(), "intelpt-trace", "trace.json"))
31 self.expect("file " + os.path.join(self.getSourceDir(), "intelpt-trace", "a.out"))
32 self.expect("b main")
33 self.expect("r")
51 self.expect("file " + os.path.join(self.getSourceDir(), "intelpt-trace", "a.out"))
52 self.expect("b main")
53 self.expect("r")
107 self.expect("file " + os.path.join(self.getSourceDir(), "intelpt-trace", "a.out"))
108 self.expect("b main")
109 self.expect("r")
117 self.expect("file " + os.path.join(self.getSourceDir(), "intelpt-trace", "a.out"))
118 self.expect("b main")
119 self.expect("r")
120 self.expect("thread trace start")
121 self.expect("n")
122 …self.expect("thread trace dump instructions", substrs=["""0x0000000000400511 movl $0x0, -0x4(…
125 self.expect("process trace stop")
126 self.expect("n")
127 self.expect("thread trace dump instructions", substrs=["not traced"], error=True)
135 self.expect("thread trace start", error=True,
138 self.expect("file " + os.path.join(self.getSourceDir(), "intelpt-trace", "a.out"))
139 self.expect("b main")
141 self.expect("thread trace start", error=True,
147 self.expect("r")
150 self.expect("thread trace stop", error=True,
155 self.expect("help thread trace start",
160 self.expect("thread trace start 1 --size 4096")
163 self.expect("thread trace start", error=True,
167 self.expect("n")
168 self.expect("thread trace dump instructions -f",
174 self.expect("n")
175 self.expect("thread trace dump instructions -f",
185 self.expect("thread trace dump instructions",
196 self.expect("thread trace stop")
199 self.expect("thread trace stop", error=True,
204 self.expect("thread trace start")
205 self.expect("n")
206 self.expect("thread trace dump instructions -f",
211 self.expect("thread trace dump instructions",
216 self.expect("c")
218 self.expect("thread trace start", error=True,
221 self.expect("thread trace stop", error=True,
227 self.expect("breakpoint disable")
228 self.expect("b main.cpp:4")
229 self.expect("r")
230 self.expect("thread trace start")
232 self.expect("si")
233 self.expect("thread trace dump instructions -c 1",