From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19071 invoked by alias); 16 Nov 2001 20:54:53 -0000 Mailing-List: contact gdb-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 19050 invoked from network); 16 Nov 2001 20:54:52 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sourceware.cygnus.com with SMTP; 16 Nov 2001 20:54:52 -0000 Received: from loony.cygnus.com (loony.cygnus.com [205.180.230.181]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id MAA02291 for ; Fri, 16 Nov 2001 12:54:51 -0800 (PST) Received: (from cgf@localhost) by loony.cygnus.com (8.11.6/8.8.7) id fAGKstF18383 for gdb@sources.redhat.com; Fri, 16 Nov 2001 15:54:55 -0500 Date: Tue, 06 Nov 2001 14:35:00 -0000 From: Christopher Faylor To: gdb@sources.redhat.com Subject: Re: x86 hardware breakpoint question Message-ID: <20011116205455.GA18328@redhat.com> Mail-Followup-To: gdb@sources.redhat.com References: <20011115125927.B3449@atlas.lcs.mit.edu> <20011115125927.B3449@atlas.lcs.mit.edu> <4.2.0.58.20011116135651.0128d658@ics.u-strasbg.fr> <2593-Fri16Nov2001184752+0200-eliz@is.elta.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2593-Fri16Nov2001184752+0200-eliz@is.elta.co.il> User-Agent: Mutt/1.3.23.1i X-SW-Source: 2001-11/txt/msg00066.txt.bz2 On Fri, Nov 16, 2001 at 06:47:52PM +0200, Eli Zaretskii wrote: >> cygwin that completely relies on win32 API calls does not support >> hardware breakpoint (nor watchpoints) >> because there is no API call to set a hardware trap. > >I think this is just because no one implemented Cygwin support for the >new facilities on i386-nat.c. When this was discussed a few months >ago, someone, I think DJ Delorie, posted a list of Win32 API entries >that support hardware watchpoints and breakpoints. I can't find this, Eli. Can you provide any clues on what to look for? I'd like to have hardware brekpoints into cygwin if I can. cgf