From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26206 invoked by alias); 12 May 2005 12:16:02 -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 26160 invoked from network); 12 May 2005 12:15:53 -0000 Received: from unknown (HELO miranda.se.axis.com) (193.13.178.8) by sourceware.org with SMTP; 12 May 2005 12:15:53 -0000 Received: from [10.92.19.1] (ironmaiden.se.axis.com [10.92.19.1]) by miranda.se.axis.com (8.12.9/8.12.9/Debian-5local0.1) with ESMTP id j4CCEjm8016338; Thu, 12 May 2005 14:14:45 +0200 Message-ID: <428348B7.2040406@axis.com> Date: Thu, 12 May 2005 12:34:00 -0000 From: Orjan Friberg User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050414 MIME-Version: 1.0 To: Daniel Jacobowitz CC: gdb-patches@sources.redhat.com Subject: Re: [gdbserver/patch] Z packet support References: <41ADDF6B.2040601@axis.com> <20041207023346.GA2524@nevyn.them.org> <41E52769.2030706@axis.com> <20050130043944.GA25185@nevyn.them.org> <41FF7127.5030604@axis.com> <20050224203834.GB11751@nevyn.them.org> In-Reply-To: <20050224203834.GB11751@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-05/txt/msg00269.txt.bz2 Daniel Jacobowitz wrote: > > The patch is OK. Please make sure to include a full changelog entry, > and update the copyright years in any files you touch. Apologies for the long turn-around time. Here is the ChangeLog entry (patch unchanged; no copyright year updates were needed). 2005-05-12 Orjan Friberg * target.h (struct target_ops): Add insert_watchpoint, remove_watchpoint, stopped_by_watchpoint, stopped_data_address function pointers for hardware watchpoint support. * linux-low.h (struct linux_target_ops): Ditto. * linux-low.c (linux_insert_watchpoint, linux_remove_watchpoint) (linux_stopped_by_watchpoint, linux_stopped_data_address): New. Add to linux_target_ops. * remote-utils.c (prepare_resume_reply): Add watchpoint information to reply packet. * server.c (main): Recognize 'Z' and 'z' packets. Committed. -- Orjan Friberg Axis Communications