Home | History | Annotate | Download | only in register

Lines Matching full:currentframe

162         currentFrame = thread.GetFrameAtIndex(0)
163 self.assertTrue(currentFrame.IsValid(), "current frame is valid")
165 self.write_and_restore(currentFrame, "fcw", False)
166 self.write_and_restore(currentFrame, "fsw", False)
167 self.write_and_restore(currentFrame, "ftw", False)
168 self.write_and_restore(currentFrame, "ip", False)
169 self.write_and_restore(currentFrame, "dp", False)
170 self.write_and_restore(currentFrame, "mxcsr", False)
171 self.write_and_restore(currentFrame, "mxcsrmask", False)
174 self.vector_write_and_read(currentFrame, "stmm0", new_value)
176 self.vector_write_and_read(currentFrame, "stmm7", new_value)
179 self.vector_write_and_read(currentFrame, "xmm0", new_value)
181 self.vector_write_and_read(currentFrame, "xmm15", new_value, False)
184 registerSets = currentFrame.GetRegisters() # Returns an SBValueList.
192 self.vector_write_and_read(currentFrame, "ymm0", new_value)
193 self.vector_write_and_read(currentFrame, "ymm15", new_value)