Lines Matching defs:runCmd
949 def runCmd(self, cmd, msg=None, check=True, trace=False, inHistory=False):
967 print("runCmd:", cmd, file=sbuf)
977 print("runCmd failed!", file=sbuf)
1004 self.runCmd(r'''sc print("\n\n\tHello!\n")''')
1319 self.runCmd(
1844 - The instance methods runCmd and expect are used heavily by existing
1898 self.runCmd(s)
2054 self.runCmd("thread list")
2063 self.runCmd("thread select %s" % matched.group(1))
2079 self.runCmd(str, msg=msg, trace=(True if trace else False), check=not error)
2267 self.runCmd(
2339 Similar to runCmd; with additional expect style output matching ability.
2385 self.runCmd(