From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sumit Garg To: gdb@sources.redhat.com Subject: MIPS CPU register order Date: Fri, 22 Jun 2001 10:54:00 -0000 Message-id: <9AAAF61573C83B4CB623DE3EEA4F9DBC20BD8E@nebula.apertonet.com> X-SW-Source: 2001-06/msg00184.html Hi All, I am working on enhancing the GDB, to process our properietory core files. Currently I am dumping the registers in the .reg segment in the following order. sr, pc, lo, hi, gpreg[32], cause, fpcsr. However, I am not sure if this is the order in which the function read_registers(), would expect the registers to be. Can somebody pls give me pointers to where the GDB register order for mips processors is stored. Thanks Sumit