Lines Matching refs:True
18 self.runCmd('breakpoint list', check=False, inHistory=True) # 0
19 self.runCmd('register read', check=False, inHistory=True) # 1
20 self.runCmd('apropos hello', check=False, inHistory=True) # 2
21 self.runCmd('memory write', check=False, inHistory=True) # 3
22 self.runCmd('log list', check=False, inHistory=True) # 4
23 self.runCmd('disassemble', check=False, inHistory=True) # 5
24 self.runCmd('expression 1', check=False, inHistory=True) # 6
28 inHistory=True) # 7
29 self.runCmd('version', check=False, inHistory=True) # 8
30 self.runCmd('frame select 1', check=False, inHistory=True) # 9
34 inHistory=True,
40 self.expect("session history -s 3 -e 3", inHistory=True,
45 inHistory=True,
50 self.expect("session history -c 2", inHistory=True,
53 self.expect("session history -e 3 -c 1", inHistory=True,
58 inHistory=True,
66 inHistory=True,
76 inHistory=True,
84 inHistory=True,
91 self.expect("session history -s 5 -c 1", inHistory=True,
94 self.expect("session history -c 1 -s 5", inHistory=True,
97 self.expect("session history -c 1 -e 3", inHistory=True,
102 error=True,
103 inHistory=True,