From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23965 invoked by alias); 9 Feb 2009 11:07:05 -0000 Received: (qmail 23957 invoked by uid 22791); 9 Feb 2009 11:07:04 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 09 Feb 2009 11:06:58 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id n19B6sMU011667; Mon, 9 Feb 2009 12:06:54 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id n19B6sLe015739; Mon, 9 Feb 2009 12:06:54 +0100 (CET) Date: Mon, 09 Feb 2009 11:07:00 -0000 Message-Id: <200902091106.n19B6sLe015739@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: muller@ics.u-strasbg.fr CC: gdb-patches@sourceware.org In-reply-to: <000001c98a44$29b02a30$7d107e90$@u-strasbg.fr> (muller@ics.u-strasbg.fr) Subject: Re: [RFA] Use i386_use_watchpoints for go32v2, bds and windows native References: <000001c98a44$29b02a30$7d107e90$@u-strasbg.fr> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-02/txt/msg00202.txt.bz2 > From: "Pierre Muller" > Date: Mon, 9 Feb 2009 00:22:50 +0100 > > ChangeLog entry: > > 2009-02-08 Pierre Muller > > * Extend use of i386_use_watchpoints to all i386 native files > using hardware watchpoints. > go32-nat.c (init_go32_ops): Call i386_use_watchpoints. > i386bsd-nat.c (i386bsd_target): Ditto. > windows-nat.c (init_windows_ops): Ditto. > config/i386/nm-cygwin.h: Define I386_WATCHPOINTS_IN_TARGET_VECTOR. > config/i386/nm-cygwin64.h: Ditto. > config/i386/nm-fbsd.h: Ditto. > config/i386/nm-go32.h: Ditto. Only FreeBSD has hardware watchpoint support, so your change to i386bsd-nat.c isn't quite right.