From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8979 invoked by alias); 24 Feb 2003 21:51:22 -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 8970 invoked from network); 24 Feb 2003 21:51:22 -0000 Received: from unknown (HELO localhost.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 24 Feb 2003 21:51:22 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 0FEE8294F; Mon, 24 Feb 2003 16:53:39 -0500 (EST) Message-ID: <3E5A9462.10405@redhat.com> Date: Mon, 24 Feb 2003 21:51:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Warkentin Cc: gdb-patches@sources.redhat.com Subject: Re: [Patch] add HAVE_CONTINUABLE_WATCHPOINT to target ops References: <01ae01c2dc46$23e46fb0$0202040a@catdog> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00609.txt.bz2 > 2003-02-24 Kris Warkentin > > * target.h: (HAVE_CONTINUABLE_WATCHPOINT): define. > (target_ops): add to_have_continuable_watchpoint. > * target.c (update_current_target): add INHERIT line for > to_have_continuable_watchpoint. > * infrun.c: remove HAVE_CONTINUABLE_WATCHPOINT defines > * config/i386/nm-i386.h, config/i386/nm-i386sco5.h, > config/i386/nm-i386sol2.h, config/s390/nm-linux.h, > config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1. You need to get the hang of change logs. Sentences that start with a capital and end with a fullstop. Otherwize the patch is approved. Andrew