On Fri, Apr 24, 2015 at 04:09:13PM +0200, Rabin Vincent wrote:
The MIPS general purpose registers in the elf_gregset_t don't
start at
index 0 but at index 6.
(Note that the example dump files I provided earlier use the wrong
offsets; I'll make new ones).
I've now patched the example MIPS dumps to use the correct register
offsets. They're available at the same location:
https://drive.google.com/folderview?id=0B4tMLbMvJ-l6R3J4LWJFc1k0eFU
Rabin