From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83528 invoked by alias); 29 Oct 2015 14:42:15 -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 82523 invoked by uid 89); 29 Oct 2015 14:42:14 -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-f48.google.com Received: from mail-pa0-f48.google.com (HELO mail-pa0-f48.google.com) (209.85.220.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 29 Oct 2015 14:42:13 +0000 Received: by padhy1 with SMTP id hy1so36943360pad.0 for ; Thu, 29 Oct 2015 07:42:12 -0700 (PDT) X-Received: by 10.66.144.169 with SMTP id sn9mr2335941pab.15.1446129732081; Thu, 29 Oct 2015 07:42:12 -0700 (PDT) Received: from E107787-LIN.cambridge.arm.com (gcc2-power8.osuosl.org. [140.211.9.43]) by smtp.gmail.com with ESMTPSA id z12sm2831816pbt.30.2015.10.29.07.42.10 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 29 Oct 2015 07:42:11 -0700 (PDT) From: Yao Qi X-Google-Original-From: Yao Qi To: gdb-patches@sourceware.org Subject: [PATCH 0/3] Use aarch64_decode_insn more in GDB Date: Thu, 29 Oct 2015 16:47:00 -0000 Message-Id: <1446129722-11855-1-git-send-email-yao.qi@linaro.org> X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00689.txt.bz2 Hi, 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. *** BLURB HERE *** Yao Qi (3): Combine aarch64_decode_stp_offset_wb and aarch64_decode_stp_offset Use aarch64_decode_insn in aarch64_analyze_prologue Use aarch64_decode_insn in aarch64_displaced_step_copy_insn gdb/aarch64-tdep.c | 479 ++++++++++------------------------------------------- 1 file changed, 89 insertions(+), 390 deletions(-) -- 1.9.1