Home
last modified time | relevance | path

Searched refs:rawregs (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc254 const MDRawContextX86* rawregs = range.GetData<MDRawContextX86>(0); in ParseThreadRegisters() local
256 thread->regs.ebx = rawregs->ebx; in ParseThreadRegisters()
257 thread->regs.ecx = rawregs->ecx; in ParseThreadRegisters()
258 thread->regs.edx = rawregs->edx; in ParseThreadRegisters()
259 thread->regs.esi = rawregs->esi; in ParseThreadRegisters()
260 thread->regs.edi = rawregs->edi; in ParseThreadRegisters()
261 thread->regs.ebp = rawregs->ebp; in ParseThreadRegisters()
262 thread->regs.eax = rawregs->eax; in ParseThreadRegisters()
263 thread->regs.xds = rawregs->ds; in ParseThreadRegisters()
264 thread->regs.xes = rawregs->es; in ParseThreadRegisters()
[all …]