This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [djgpp/RFA] Fix crashes due to invalid numregs
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Mark Kettenis <mark dot kettenis at xs4all dot nl>
- Cc: gdb-patches at sourceware dot org
- Date: Fri, 01 May 2009 11:10:33 +0300
- Subject: Re: [djgpp/RFA] Fix crashes due to invalid numregs
- References: <83iqkmdkkb.fsf@gnu.org> <200904302137.n3ULbmPt005631@brahms.sibelius.xs4all.nl>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> Date: Thu, 30 Apr 2009 23:37:48 +0200 (CEST)
> From: Mark Kettenis <mark.kettenis@xs4all.nl>
> CC: gdb-patches@sourceware.org
>
> > Date: Thu, 30 Apr 2009 22:10:28 +0300
> > From: Eli Zaretskii <eliz@gnu.org>
> >
> > This patch avoids internal_error's in the DJGPP port in places like
> > "finish", when GDB refills its regcache and tries to request too many
> > registers.
> >
> > OK to commit?
>
> Looks fine to me.
>
> > 2009-04-29 Eli Zaretskii <eliz@gnu.org>
> >
> > * i386-tdep.c (i386_go32_init_abi): Override the number of
> > registers due to non-support of SSE.
Thanks, committed.