From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 104842 invoked by alias); 27 Jul 2017 17:12:33 -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 104826 invoked by uid 89); 27 Jul 2017 17:12:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.4 required=5.0 tests=BAYES_00,GIT_PATCH_1,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_SORBS_SPAM,RP_MATCHES_RCVD 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; Thu, 27 Jul 2017 17:12:31 +0000 Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id v6RHCQPd020908 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 27 Jul 2017 17:12:26 GMT Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by aserv0022.oracle.com (8.14.4/8.14.4) with ESMTP id v6RHCQm4017043 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 27 Jul 2017 17:12:26 GMT Received: from abhmp0019.oracle.com (abhmp0019.oracle.com [141.146.116.25]) by aserv0121.oracle.com (8.14.4/8.13.8) with ESMTP id v6RHCPi6021142; Thu, 27 Jul 2017 17:12:25 GMT Received: from [10.159.130.167] (/10.159.130.167) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 27 Jul 2017 10:12:25 -0700 Subject: Re: [PATCH v5] gdb: ADI support To: Eli Zaretskii Cc: gdb-patches@sourceware.org References: <1501115399-33066-1-git-send-email-weimin.pan@oracle.com> <83zibp4xrk.fsf@gnu.org> From: Wei-min Pan Message-ID: <4b80a638-8019-d868-bce8-ba2bbcd44304@oracle.com> Date: Thu, 27 Jul 2017 17:12:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <83zibp4xrk.fsf@gnu.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2017-07/txt/msg00429.txt.bz2 On 7/27/2017 10:04 AM, Eli Zaretskii wrote: >> From: Weimin Pan >> Date: Wed, 26 Jul 2017 19:29:59 -0500 >> >> +@table @code >> +@kindex adi examine >> +@item adi (examine | x) [ / @var{n} ] @var{addr} >> + >> +The @code{adi examine} command displays the value of one ADI version tag per >> +cacheline. It has the following command syntax: > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > The marked sentence is redundant here and should be deleted. Sentence removed. >> +The @code{adi assign} command is used to assign new ADI version tag >> +to an address. It has the following command syntax: > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > Likewise. Ditto. Thanks. > > The documentation part is okay with these corrected. > > Thanks.