From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12090 invoked by alias); 21 Feb 2014 15:02:11 -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 12080 invoked by uid 89); 21 Feb 2014 15:02:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: e06smtp17.uk.ibm.com Received: from e06smtp17.uk.ibm.com (HELO e06smtp17.uk.ibm.com) (195.75.94.113) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 21 Feb 2014 15:02:10 +0000 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 21 Feb 2014 15:02:06 -0000 Received: from d06dlp03.portsmouth.uk.ibm.com (9.149.20.15) by e06smtp17.uk.ibm.com (192.168.101.147) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Fri, 21 Feb 2014 15:02:05 -0000 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 7A89C1B08069 for ; Fri, 21 Feb 2014 15:01:43 +0000 (GMT) Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by b06cxnps3074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s1LF1qQf66650294 for ; Fri, 21 Feb 2014 15:01:52 GMT Received: from d06av09.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s1LF232P011324 for ; Fri, 21 Feb 2014 08:02:04 -0700 Received: from [9.152.212.89] (dyn-9-152-212-89.boeblingen.de.ibm.com [9.152.212.89]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id s1LF23HG011310; Fri, 21 Feb 2014 08:02:03 -0700 Message-ID: <53076A6B.4070708@linux.vnet.ibm.com> Date: Fri, 21 Feb 2014 15:02:00 -0000 From: Andreas Krebbel User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Andreas Arnez , gdb-patches@sourceware.org CC: Ulrich Weigand , Yao Qi Subject: Re: [PATCH] Fix length arg in call to breakpoint_xfer_memory References: <87ios8fwf9.fsf@br87z6lw.de.ibm.com> In-Reply-To: <87ios8fwf9.fsf@br87z6lw.de.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14022115-0542-0000-0000-000008175AB9 X-SW-Source: 2014-02/txt/msg00696.txt.bz2 On 21/02/14 14:05, Andreas Arnez wrote: > ChangeLog/ > * target.c (memory_xfer_partial): Fix length arg in call to > breakpoint_xfer_memory. Applied. Thanks! Bye, -Andreas-