From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 108848 invoked by alias); 4 Aug 2017 22:46:56 -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 108839 invoked by uid 89); 4 Aug 2017 22:46:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: aserp1040.oracle.com Received: from aserp1040.oracle.com (HELO aserp1040.oracle.com) (141.146.126.69) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 04 Aug 2017 22:46:54 +0000 Received: from aserv0021.oracle.com (aserv0021.oracle.com [141.146.126.233]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id v74MkpLO029404 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 4 Aug 2017 22:46:52 GMT Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by aserv0021.oracle.com (8.14.4/8.14.4) with ESMTP id v74MkpUT029943 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 4 Aug 2017 22:46:51 GMT Received: from abhmp0002.oracle.com (abhmp0002.oracle.com [141.146.116.8]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id v74MkpF8026465; Fri, 4 Aug 2017 22:46:51 GMT MIME-Version: 1.0 Message-ID: <44e1bbaa-5cd0-43c0-8941-9f9eb1af84c8@default> Date: Fri, 04 Aug 2017 22:46:00 -0000 From: Weimin Pan To: Cc: Subject: Re: [PATCH v4] gdb: ADI support Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-SW-Source: 2017-08/txt/msg00089.txt.bz2 > From: qiyaoltc@gmail.com > To: weimin.pan@oracle.com > Cc: gdb-patches@sourceware.org > Sent: Friday, August 4, 2017 4:57:31 AM GMT -08:00 US/Canada Pacific > Subject: Re: [PATCH v4] gdb: ADI support > > Wei-min Pan writes: > > > A trailing space is needed to separate tag values. I can change the code > > so that no space is added for the last tag value: > > > > if (tags[v_idx] =3D=3D 0xff) /* no version tag */ > > printf_filtered ("-"); > > else > > printf_filtered ("%1X", tags[v_idx]); > > if (cnt > 1) > > printf_filtered (" "); > > > > and use your suggested "adi x" commands in the script. > > That will be great, thanks. Please review the updated patch I just submitted.=20 Thanks. > > --=20 > Yao (=E9=BD=90=E5=B0=A7)