From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79762 invoked by alias); 3 Aug 2018 21:41:03 -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 79747 invoked by uid 89); 3 Aug 2018 21:41:02 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=franco, Franco, carvalho, Carvalho X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0a-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.156.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 03 Aug 2018 21:41:01 +0000 Received: from pps.filterd (m0098404.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w73LdLXj132856 for ; Fri, 3 Aug 2018 17:41:00 -0400 Received: from e15.ny.us.ibm.com (e15.ny.us.ibm.com [129.33.205.205]) by mx0a-001b2d01.pphosted.com with ESMTP id 2kmu5e0dwj-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 03 Aug 2018 17:40:59 -0400 Received: from localhost by e15.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 3 Aug 2018 17:40:58 -0400 Received: from b01cxnp22035.gho.pok.ibm.com (9.57.198.25) by e15.ny.us.ibm.com (146.89.104.202) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Fri, 3 Aug 2018 17:40:57 -0400 Received: from b01ledav006.gho.pok.ibm.com (b01ledav006.gho.pok.ibm.com [9.57.199.111]) by b01cxnp22035.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id w73LetvD10813976 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 3 Aug 2018 21:40:55 GMT Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id B730DAC05B; Fri, 3 Aug 2018 17:41:31 -0400 (EDT) Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 87048AC059; Fri, 3 Aug 2018 17:41:31 -0400 (EDT) Received: from pedro.localdomain (unknown [9.85.153.37]) by b01ledav006.gho.pok.ibm.com (Postfix) with ESMTP; Fri, 3 Aug 2018 17:41:31 -0400 (EDT) Received: by pedro.localdomain (Postfix, from userid 1000) id 7946A3C04CD; Fri, 3 Aug 2018 18:40:52 -0300 (-03) From: Pedro Franco de Carvalho To: Ulrich Weigand Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v2 3/6] Use get_remote_packet_size in download_tracepoint In-Reply-To: <20180802164652.16707D802AB@oc3748833570.ibm.com> Date: Fri, 03 Aug 2018 21:41:00 -0000 MIME-Version: 1.0 Content-Type: text/plain x-cbid: 18080321-0068-0000-0000-00000322A3C9 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00009479; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000266; SDB=6.01069602; UDB=6.00550091; IPR=6.00848255; MB=3.00022492; MTD=3.00000008; XFM=3.00000015; UTC=2018-08-03 21:40:57 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18080321-0069-0000-0000-00004543300A Message-Id: <87d0uz86xn.fsf@linux.vnet.ibm.com> X-IsSubscribed: yes X-SW-Source: 2018-08/txt/msg00073.txt.bz2 Ulrich Weigand writes: > This changes the message -- I guess that should remain :S? Oops! Must have been a careless copy-paste. Good catch. See below for the updated patch. Let me know if you prefer that I resend the full series in a V3. -- Pedro Franco de Carvalho