From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25015 invoked by alias); 11 Oct 2016 08:18:20 -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 24998 invoked by uid 89); 11 Oct 2016 08:18:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS,URIBL_RED autolearn=no version=3.3.2 spammy=Hx-languages-length:346, stand X-HELO: mail-oi0-f51.google.com Received: from mail-oi0-f51.google.com (HELO mail-oi0-f51.google.com) (209.85.218.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 11 Oct 2016 08:18:10 +0000 Received: by mail-oi0-f51.google.com with SMTP id t73so15520832oie.1 for ; Tue, 11 Oct 2016 01:18:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=tWRJP5jdTb20K31Lc/DebtkqPk6OtAjbnPrxLZskEE8=; b=cVXj1R6SLrat6UJ8MKbqw0fiU3ru1K3ykzCmrBJ9xIzBbNpQH7cMMZabCe+oQLuvBZ M7Z6/IX0Q82CEBN3R0L8TFZM7a1k6ov/iif5TXckHLbI8r1CuG0YDfw0C8jS9B1T4ctC R6u0gy6s6y/S9fm5R0PsPmfLyh9UFUgGTqTbDbdj2CECLa2bmm5d0P2EA9eoGG+Il4GG /OUF34ELknlb6zs9+U98YTeXLv1DeSqEh1fO4aVfj03+cmygWZWmpLjGVk6pDsa7Geif EA4VeSoJffgmmA0IN9/D1lIj2Zm5KhPzmHHpEaSyYlRmXLg2Bp/cgbPfEVTkroJ9lyHY 3fjQ== X-Gm-Message-State: AA6/9RkVBHpNJl67KNumuB8yufOan+jxi9JUJ86ZpURgPhD4AWiznge4eGjSW4cbMRsmaqreEifibxgrxv6hRA== X-Received: by 10.157.27.232 with SMTP id v37mr1276016otv.119.1476173888638; Tue, 11 Oct 2016 01:18:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.221.3 with HTTP; Tue, 11 Oct 2016 01:18:08 -0700 (PDT) In-Reply-To: <9ec466f7-ad95-18e6-c963-83c35399c7f5@codesourcery.com> References: <1475771231-1739-1-git-send-email-lgustavo@codesourcery.com> <33a4a07e-7d59-bdb8-a87b-9f6aea6e76d2@codesourcery.com> <9ec466f7-ad95-18e6-c963-83c35399c7f5@codesourcery.com> From: Yao Qi Date: Tue, 11 Oct 2016 08:18:00 -0000 Message-ID: Subject: Re: [PATCH] Fixup gdb.python/py-value.exp for bare-metal aarch64-elf To: Luis Machado Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg00243.txt.bz2 On Mon, Oct 10, 2016 at 6:04 PM, Luis Machado w= rote: > Hi Yao, > > Given Martin's reply, do you think this is now acceptable with possibly s= ome > minor fixups? > Yes. My comments to changes in gdb.python/py-value.exp still stand. --=20 Yao (=E9=BD=90=E5=B0=A7)