From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2985 invoked by alias); 15 Mar 2004 20:40:44 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 2966 invoked from network); 15 Mar 2004 20:40:43 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 15 Mar 2004 20:40:43 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 576912B92; Mon, 15 Mar 2004 15:40:43 -0500 (EST) Message-ID: <405614CB.7020708@gnu.org> Date: Mon, 15 Mar 2004 20:40:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] breakpoint.c: Don't let adjust_breakpoint_address() adjust watchpoints References: <20040315133002.0d21df91@saguaro> In-Reply-To: <20040315133002.0d21df91@saguaro> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03.o/txt/msg00331.txt Message-ID: <20040315204000.JtVkp-w4Dp0Tfp9uN6aR3RfALP5z7uN0PCc3y9YFrrw@z> > > * breakpoint.c (adjust_breakpoint_address): Don't adjust > breakpoint address for watchpoints or the catch eventpoints. > Add new paramter bptype. Adjust all callers. Is this intended? > -#if !defined(TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT) > -#define TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT(BYTE_SIZE) \ > - ((BYTE_SIZE) <= (DEPRECATED_REGISTER_SIZE)) > -#endif > -