From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15777 invoked by alias); 23 Aug 2017 10:08:50 -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 15724 invoked by uid 89); 23 Aug 2017 10:08:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-spam-relays-external:209.85.214.67, H*RU:209.85.214.67, H*r:sk:static. X-HELO: mail-it0-f67.google.com Received: from mail-it0-f67.google.com (HELO mail-it0-f67.google.com) (209.85.214.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 23 Aug 2017 10:08:47 +0000 Received: by mail-it0-f67.google.com with SMTP id 8so635609ity.2 for ; Wed, 23 Aug 2017 03:08:47 -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=LCOyPs5O/2lY3Y2j5loewoWqud9JZSMzhdewEoaZhpg=; b=Fu7melHOGsSGWpUjGVcx84FllvSG5rx7rmqbpGEuN5c880Vf+m2MAK6APuhTzsQYKL Gj2xJE9268eMucGla8lIOYDubnxVfyF2yNpmvoBeTow+CLP6BlnVWSdgwo7ct1h8uWz8 w0P3JIoOZeQh92et0uJbz2+z0DKFR0oiM49Z0/E6DAXpHBWRtNvxQgMh+k9IbNRuMaYl kfPmKeSH566g/Kxt9sr1vzn6mnfDLePw2S02tPLFNmEDF6uUq51OH9CtfcMehJz7Gc/R 7fedp4Kv3O3F+5X5wsamR0HhA5ndwkmgt9t+hT6q1xoTw0A5IC22wgWBUQUTU7Y19smq dU8g== X-Gm-Message-State: AHYfb5hecbQh841m9G+fJLCpM2W55epuu7NXl7ZnjM9DvRwzLKw6yZTY I/jicePMM6zxSfeg X-Received: by 10.36.215.199 with SMTP id y190mr2433004itg.167.1503482926018; Wed, 23 Aug 2017 03:08:46 -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 y62sm595570ioi.70.2017.08.23.03.08.44 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 23 Aug 2017 03:08:45 -0700 (PDT) From: Yao Qi To: Alan Hayward Cc: "gdb-patches\@sourceware.org" , nd Subject: Re: [PATCH 0/7] Regcache: Split out target regcache functionality References: Date: Wed, 23 Aug 2017 10:08:00 -0000 In-Reply-To: (Alan Hayward's message of "Thu, 17 Aug 2017 08:46:29 +0000") Message-ID: <86r2w2r3yt.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-08/txt/msg00436.txt.bz2 Alan Hayward writes: > The whole set of patches have been tested on a --enable-targets=3Dall > build with board files unix, native-gdbserver and unittest.exp. On x86_64-linux or aarch64-linux? GDB testsuite may not cover your changes, good to add some unit tests to regcache. --=20 Yao (=E9=BD=90=E5=B0=A7)