From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20221 invoked by alias); 18 Oct 2013 16:26:19 -0000 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 Received: (qmail 20208 invoked by uid 89); 18 Oct 2013 16:26:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mms1.broadcom.com Received: from mms1.broadcom.com (HELO mms1.broadcom.com) (216.31.210.17) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 18 Oct 2013 16:26:18 +0000 Received: from [10.9.208.57] by mms1.broadcom.com with ESMTP (Broadcom SMTP Relay (Email Firewall v6.5)); Fri, 18 Oct 2013 09:26:03 -0700 X-Server-Uuid: 06151B78-6688-425E-9DE2-57CB27892261 Received: from IRVEXCHSMTP3.corp.ad.broadcom.com (10.9.207.53) by IRVEXCHCAS08.corp.ad.broadcom.com (10.9.208.57) with Microsoft SMTP Server (TLS) id 14.1.438.0; Fri, 18 Oct 2013 09:26:05 -0700 Received: from mail-irva-13.broadcom.com (10.10.10.20) by IRVEXCHSMTP3.corp.ad.broadcom.com (10.9.207.53) with Microsoft SMTP Server id 14.1.438.0; Fri, 18 Oct 2013 09:26:05 -0700 Received: from [10.177.73.67] (unknown [10.177.73.67]) by mail-irva-13.broadcom.com (Postfix) with ESMTP id 4D6A5246A4 for ; Fri, 18 Oct 2013 09:26:05 -0700 (PDT) Message-ID: <5261611C.40104@broadcom.com> Date: Fri, 18 Oct 2013 16:26:00 -0000 From: "Andrew Burgess" User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: [PATCH] hardware watchpoints turned off, inferior not yet started References: <525E5EB6.4070305@broadcom.com> <525E8761.8060405@redhat.com> <525EB424.6010407@broadcom.com> <525EBEA7.5060205@redhat.com> <5260FBE3.8030200@broadcom.com> <526147A2.7020109@broadcom.com> <526154B7.4080401@redhat.com> In-Reply-To: <526154B7.4080401@redhat.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00575.txt.bz2 On 18/10/2013 4:33 PM, Pedro Alves wrote: > On 10/18/2013 03:37 PM, Andrew Burgess wrote: >> On 18/10/2013 10:14 AM, Andrew Burgess wrote: >> >> Sorry for the noise, here's a new version, is this OK to apply? > > Yep. Thanks! > Committed. Thanks, Andrew