This is the mail archive of the
gdb-patches@sourceware.cygnus.com
mailing list for the GDB project.
Re: Hardware breakpoints in DJGPP port of GDB
- To: eliz@is.elta.co.il
- Subject: Re: Hardware breakpoints in DJGPP port of GDB
- From: DJ Delorie <dj@delorie.com>
- Date: Mon, 16 Aug 1999 11:34:55 -0400
- CC: gdb-patches@sourceware.cygnus.com
- References: <Pine.SUN.3.91.990627184609.5761T-100000@is>
Applied, sorry for the delay.
> The following change resurrects hardware breakpoints in the DJGPP port of
> GDB, and avoid referencing a char array beyond its end:
>
> 1999-06-26 Eli Zaretskii <eliz@is.elta.co.il>
>
> * config/i386/xm-go32.h (ROOTED_P): Don't reference X[1] if X[0]
> is a null character.
>
> * config/i386/nm-go32.h (DECR_PC_AFTER_HW_BREAK): Define to 1.