From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27096 invoked by alias); 27 Jun 2017 00:44:41 -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 27084 invoked by uid 89); 27 Jun 2017 00:44:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=BAYES_00,GIT_PATCH_2,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: userp1040.oracle.com Received: from userp1040.oracle.com (HELO userp1040.oracle.com) (156.151.31.81) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 27 Jun 2017 00:44:39 +0000 Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id v5R0iaM7011298 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 27 Jun 2017 00:44:36 GMT Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by aserv0022.oracle.com (8.14.4/8.14.4) with ESMTP id v5R0ia1T008648 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 27 Jun 2017 00:44:36 GMT Received: from abhmp0001.oracle.com (abhmp0001.oracle.com [141.146.116.7]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id v5R0iZcX014947; Tue, 27 Jun 2017 00:44:35 GMT MIME-Version: 1.0 Message-ID: Date: Tue, 27 Jun 2017 00:44:00 -0000 From: Weimin Pan To: Cc: Subject: Re: [PATCH v2] gdb: ADI support Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-SW-Source: 2017-06/txt/msg00713.txt.bz2 Hi Yao, It doesn't look like the proposed file naming convention for new functional= ity is forthcoming. I've therefore added the ADI support to file sparc64-tdep.c= and submitted a revised patch which addresses all but one of your comments. The= one that's left out is to define ADI as a qXfer object for reading from and wri= ting to the ADI maps file through target layer. Thanks again for your comments. ----- Original Message ----- From: qiyaoltc@gmail.com To: weimin.pan@oracle.com Cc: gdb-patches@sourceware.org Sent: Wednesday, June 21, 2017 9:47:54 AM GMT -08:00 US/Canada Pacific Subject: Re: [PATCH v2] gdb: ADI support On Wed, Jun 21, 2017 at 5:22 PM, Wei-min Pan wrote: > > Thanks for bringing up and taking care of this matter. I will create > sparc64-tdep-adi.c for SPARC > ADI support. > Hold on :), I don't think people agreed on the new convention yet. Before the agreement is made, sparc64-tdep.c is still the right place to add adi stuff. --=20 Yao (=E9=BD=90=E5=B0=A7)