This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] mips 32/64 register/stack fix


!   if (mips_saved_regsize (tdep) < mips_regsize (gdbarch) &&
!       trad_frame_addr_p (info->saved_regs, regnum))
!     {

This doesn't look right, can you post a backtrace?


The MIPS has [0 .. NUM_REGS) ISA sized registers and [NUM_REGS .. 2*NUM_REGS) ABI sized registers. So if the caller wants an ABI register it should have passed in that register number.

Andrew



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]