Lines Matching refs:thread
26 def verify_os_thread_registers(self, thread): argument
27 frame = thread.GetFrameAtIndex(0)
29 reg_value = thread.GetThreadID() + 1
65 thread = process.GetThreadByID(0x111111111)
67 thread.IsValid(),
69 thread = process.GetThreadByID(0x222222222)
71 thread.IsValid(),
73 thread = process.GetThreadByID(0x333333333)
75 thread.IsValid(),
85 thread = process.GetThreadByID(0x111111111)
87 thread.IsValid(),
89 self.verify_os_thread_registers(thread)
90 thread = process.GetThreadByID(0x222222222)
92 thread.IsValid(),
94 self.verify_os_thread_registers(thread)
95 thread = process.GetThreadByID(0x333333333)
97 thread.IsValid(),
99 self.verify_os_thread_registers(thread)
107 thread = process.GetThreadByID(0x111111111)
109 thread.IsValid(),
111 thread = process.GetThreadByID(0x222222222)
113 thread.IsValid(),
115 thread = process.GetThreadByID(0x333333333)
117 thread.IsValid(),
149 thread = process.GetThreadByID(0x111111111)
151 thread.IsValid(),
161 thread = process.GetThreadByID(0x111111111)
163 thread.IsValid(),
166 frame = thread.GetFrameAtIndex(0)
181 thread.StepOver()
183 frame = thread.GetFrameAtIndex(0)