From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92553 invoked by alias); 28 Jul 2017 10:30:57 -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 92541 invoked by uid 89); 28 Jul 2017 10:30:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-qk0-f169.google.com Received: from mail-qk0-f169.google.com (HELO mail-qk0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 28 Jul 2017 10:30:55 +0000 Received: by mail-qk0-f169.google.com with SMTP id u139so54898150qka.1 for ; Fri, 28 Jul 2017 03:30:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=N5TPRoJWamFhMsJBxjLyWdZccXeOkWBoO5UABUE7aQE=; b=kqAo163q/E7uMI1yp2Iu/YJV6zYJ238uZOqGN7nKVjHfQmTfmIVp5a55RitU1w7f0X DKI8WdjsAtBHvYjceZopzLXl2PeUid7lAkiHWGEYcmdSMlM+rerLd02i9Uvl6b2ab9Eq WyS0oFIeQAaT06RIRrLossVKa+3l0pxGzYfA4tc1RmyZE8yr/bOlELvao95UECw67BUt H4nggCeeJ2bWx5Zj8aUzDwiuRt952bvPU2YUdsglwiSBXJKeJHA/0QjJTtC78xrUBra5 wybLIq7nAD5UK5o/dMxPu6CJkcPCwQVgvCcdhCnxqb/lOcjRXYbfQv9N1bpL9H94plHS 0Fhw== X-Gm-Message-State: AIVw111krQpNBRBqG69EQyoDVnhpXTjHKs26meD3BJ1Xjv8dCqGvpPh8 WmAHJv6SXJkE0af5yGL4RsiLmh7azg== X-Received: by 10.55.209.148 with SMTP id o20mr9433971qkl.96.1501237854124; Fri, 28 Jul 2017 03:30:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.142.67 with HTTP; Fri, 28 Jul 2017 03:30:53 -0700 (PDT) In-Reply-To: <7062f348-98f9-fef6-aa76-02308abf9c01@oracle.com> References: <1500424890-112103-1-git-send-email-weimin.pan@oracle.com> <86o9s8pmyg.fsf@gmail.com> <86d18mqgd1.fsf@gmail.com> <7062f348-98f9-fef6-aa76-02308abf9c01@oracle.com> From: Yao Qi Date: Fri, 28 Jul 2017 10:30:00 -0000 Message-ID: Subject: Re: [PATCH v4] gdb: ADI support To: Wei-min Pan Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg00432.txt.bz2 On Thu, Jul 27, 2017 at 5:34 PM, Wei-min Pan wrote: > > The first "adi x shmaddr" command is mainly used to test that the ADI > information is available > at the address. Its value which can be anything is not tested. The second > "examine" command, > on the other hand, makes sure the new ADI version tag is being set correc= tly > at the address. > Can you show me the output of these adi commands? (the output in gdb.log for example)Then, I can give some concrete suggestions on the patterns to match output in these tests. --=20 Yao (=E9=BD=90=E5=B0=A7)