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: [patch] remove deprecated core support from QNX NTO


Mark Kettenis wrote:

   Date: Tue, 21 Dec 2004 18:23:35 -0500
   From: Kris Warkentin <kewarken@qnx.com>

Really long ChangeLog for relatively simple fix. Created new supply_regset functions and changed my old ones to call them instead.

Then register them with gdbarch and rip out all the deprecated stuff.

Look okay?

Any reason why you can't use the generic register support in
i386-tdep.c?

Actually, I take advantage of the i387 generics for the floating point regs since our kernel just uses the opcode to push them in the normal order. Unfortunately though, our gpregs are in a different order and not all of them are there so we have some unique mappings. Plus, having it all in one place makes it more consistent when switching between native and remote targets.


cheers,

Kris


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