Date: Wed, 16 Feb 2000 08:58:51 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Simon Strandgaard cc: djgpp AT delorie DOT com Subject: Re: pentium debug register In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 16 Feb 2000, Simon Strandgaard wrote: > Does any of you know if there is a combined assembler/debugger/code > optimizer.....that make use of the pentiums debug capabilities? I'm not sure I understand what do you mean by ``the pentium debug capabilities''. If you mean the special debugging registers DR0, DR1, etc., then all DJGPP debuggers use them. FSDB, GDB, and RHIDE all use these registers for setting hardware-assisted code breakpoints and data watchpoints.