Searched refs:rawregs (Results 1 – 1 of 1) sorted by relevance
367 const MDRawContextX86* rawregs = range.GetData<MDRawContextX86>(0); in ParseThreadRegisters() local369 thread->regs.ebx = rawregs->ebx; in ParseThreadRegisters()370 thread->regs.ecx = rawregs->ecx; in ParseThreadRegisters()371 thread->regs.edx = rawregs->edx; in ParseThreadRegisters()372 thread->regs.esi = rawregs->esi; in ParseThreadRegisters()373 thread->regs.edi = rawregs->edi; in ParseThreadRegisters()374 thread->regs.ebp = rawregs->ebp; in ParseThreadRegisters()375 thread->regs.eax = rawregs->eax; in ParseThreadRegisters()376 thread->regs.xds = rawregs->ds; in ParseThreadRegisters()377 thread->regs.xes = rawregs->es; in ParseThreadRegisters()[all …]