This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [patch] remove deprecated core support from QNX NTO
- From: Mark Kettenis <kettenis at gnu dot org>
- To: kewarken at qnx dot com
- Cc: gdb-patches at sources dot redhat dot com
- Date: Wed, 22 Dec 2004 23:03:30 +0100 (CET)
- Subject: Re: [patch] remove deprecated core support from QNX NTO
- References: <41C8B077.3040301@qnx.com>
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?
Mark