From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 47762 invoked by alias); 11 Jul 2017 08:21:42 -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 47355 invoked by uid 89); 11 Jul 2017 08:21:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=tcl, H*r:sk:static., Our, our X-HELO: mail-it0-f41.google.com Received: from mail-it0-f41.google.com (HELO mail-it0-f41.google.com) (209.85.214.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 11 Jul 2017 08:21:40 +0000 Received: by mail-it0-f41.google.com with SMTP id v202so56395401itb.0 for ; Tue, 11 Jul 2017 01:21:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=cxo4RBPn/gtvp0KyW/owS5nr3GFYzprP9kl8TSPeFDw=; b=jHfl6UxQDxDc0+HaK7XBHRWaN8+VQym8tU7QhYsecIYz/Vjo6qf+4iJcRknI0/0ZZL Kx6gFKu1pNntTUFPQC8iJh7IAhB5Mn9Jd1NaqnCzOr0Hn7jw37VMOW0IXIzI7p9shZHD s/QjgmC1QIeut3UI8C8TLcbcSTbRhGjiVqCvNlammAiI0qYJ4a9cr73nOcC59uJ+l1QS N8P76OTS+QuDWmreJLQH7TTK03GmyxnW40Yj/i2ecCJqT6iztzzYQLz65SlYcmmV9Z4Y hTxKBLsZElWSjTaw7ACLzBrx6fuRiunDJwsadAGxa9bLOwqGOlreqXqBoGz93QoxLonx IJtQ== X-Gm-Message-State: AIVw112V4wUfC6/WrVij2zGAVQ5oGkim3n3qsZti5mr6PpLw2CJHx9+u lbJtcXWvBguanp3f X-Received: by 10.36.64.147 with SMTP id n141mr2053186ita.101.1499761298798; Tue, 11 Jul 2017 01:21:38 -0700 (PDT) Received: from E107787-LIN (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id v65sm2926183iod.28.2017.07.11.01.21.37 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 11 Jul 2017 01:21:38 -0700 (PDT) From: Yao Qi To: Wei-min Pan Cc: gdb-patches@sourceware.org Subject: Re: [PING] [PATCH v3] gdb: ADI support References: <1499365761-83719-1-git-send-email-weimin.pan@oracle.com> <86d1988tmp.fsf@gmail.com> <34218edb-9c6b-4989-62f3-dd7afb0e3511@oracle.com> Date: Tue, 11 Jul 2017 08:21:00 -0000 In-Reply-To: <34218edb-9c6b-4989-62f3-dd7afb0e3511@oracle.com> (Wei-min Pan's message of "Mon, 10 Jul 2017 19:56:41 -0700") Message-ID: <86k23fqt80.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg00095.txt.bz2 Wei-min Pan writes: > Our QA team has been working on an ADI test case which they will submit > upstream separately. Hope that's OK. The test case is some tcl/expect script and could be run with gdb regression testsuite. You can take a look at gdb/testsuite/gdb.arch/. I expect that the new feature and the tests can go together. --=20 Yao (=E9=BD=90=E5=B0=A7)