Home | History | Annotate | Download | only in test

Lines Matching defs:thread

101 STEP_OUT_SUCCEEDED = "Thread step-out succeeded"
1585 def thread(self):
1624 Run the 'thread list' command, and select the thread with stop reason as
1625 'stop_reason'. If no such thread exists, no select action is done.
1628 self.runCmd('thread list')
1630 thread_line_pattern = re.compile("^[ *] thread #([0-9]+):.*stop reason = %s" %
1635 self.runCmd('thread select %s' % matched.group(1))