From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 52292 invoked by alias); 5 Nov 2015 09:45:36 -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 52251 invoked by uid 89); 5 Nov 2015 09:45:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f46.google.com Received: from mail-pa0-f46.google.com (HELO mail-pa0-f46.google.com) (209.85.220.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 05 Nov 2015 09:45:31 +0000 Received: by pabfh17 with SMTP id fh17so83022879pab.0 for ; Thu, 05 Nov 2015 01:45:29 -0800 (PST) X-Received: by 10.68.57.169 with SMTP id j9mr409882pbq.2.1446716729537; Thu, 05 Nov 2015 01:45:29 -0800 (PST) Received: from E107787-LIN (gcc2-power8.osuosl.org. [140.211.9.43]) by smtp.gmail.com with ESMTPSA id yp5sm6829258pac.38.2015.11.05.01.45.27 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Thu, 05 Nov 2015 01:45:28 -0800 (PST) From: Yao Qi To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 0/3] Use aarch64_decode_insn more in GDB References: <1446129722-11855-1-git-send-email-yao.qi@linaro.org> Date: Thu, 05 Nov 2015 09:45:00 -0000 In-Reply-To: <1446129722-11855-1-git-send-email-yao.qi@linaro.org> (Yao Qi's message of "Thu, 29 Oct 2015 14:41:59 +0000") Message-ID: <86lhacye32.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: 2015-11/txt/msg00173.txt.bz2 Yao Qi writes: > This patch series changes GDB aarch64 backend to using aarch64_decode_insn > to decode instructions. Patch 1 is the preparatory patch, and patch 2 > and 3 do the change. > > Regression tested on aarch64-linux. I pushed them in. --=20 Yao (=E9=BD=90=E5=B0=A7)