From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2123 invoked by alias); 21 Apr 2008 20:04:38 -0000 Received: (qmail 2073 invoked by uid 22791); 21 Apr 2008 20:04:37 -0000 X-Spam-Check-By: sourceware.org Received: from smtp1.dnsmadeeasy.com (HELO smtp1.dnsmadeeasy.com) (205.234.170.144) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 21 Apr 2008 20:04:17 +0000 Received: from smtp1.dnsmadeeasy.com (localhost [127.0.0.1]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP id B7AA1318BC7 for ; Mon, 21 Apr 2008 20:05:50 +0000 (UTC) X-Authenticated-Name: js.dnsmadeeasy X-Transit-System: In case of SPAM please contact abuse@dnsmadeeasy.com Received: from avtrex.com (unknown [67.116.42.147]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP for ; Mon, 21 Apr 2008 20:05:48 +0000 (UTC) Received: from dl2.hq2.avtrex.com ([192.168.7.26]) by avtrex.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 21 Apr 2008 13:04:05 -0700 Message-ID: <480CF334.1050101@avtrex.com> Date: Mon, 21 Apr 2008 20:34:00 -0000 From: David Daney User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: David Daney , gdb-patches@sourceware.org Subject: Re: RFC: Hardware watchpoint register support for mips-linux. References: <480CEC37.9060202@avtrex.com> <20080421195848.GA24657@caradoc.them.org> In-Reply-To: <20080421195848.GA24657@caradoc.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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: 2008-04/txt/msg00450.txt.bz2 Daniel Jacobowitz wrote: > On Mon, Apr 21, 2008 at 12:34:15PM -0700, David Daney wrote: >> Comments are welcome. > > For infrun.c, can you just use resume instead of target_resume? > I don't know. The original code called target_resume, the only real change I made was to use software single step if the target requires it. David Daney