From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7199 invoked by alias); 22 Aug 2012 14:36:13 -0000 Received: (qmail 7044 invoked by uid 22791); 22 Aug 2012 14:36:12 -0000 X-SWARE-Spam-Status: No, hits=-4.4 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,TW_BL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 22 Aug 2012 14:35:36 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1T4C1v-0001z7-J0 from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Wed, 22 Aug 2012 07:35:35 -0700 Received: from SVR-ORW-FEM-03.mgc.mentorg.com ([147.34.97.39]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 22 Aug 2012 07:35:35 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.1.289.1; Wed, 22 Aug 2012 07:35:34 -0700 Message-ID: <5034EE2D.5080308@codesourcery.com> Date: Wed, 22 Aug 2012 14:36:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120717 Thunderbird/14.0 MIME-Version: 1.0 To: "Joseph S. Myers" CC: Subject: Re: Ping Re: Fix ARM stepping over Thumb-mode "bx pc" or "blx pc" References: <50260D91.5070000@codesourcery.com> In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2012-08/txt/msg00616.txt.bz2 On 08/20/2012 07:09 PM, Joseph S. Myers wrote: >> >This version uses UNMAKE_THUMB_ADDR as requested. Tested with no >> >regressions with cross to arm-none-linux-gnueabi. >> > >> >2012-08-13 Joseph Myers >> > >> > * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc >> > and blx pc. >> > >> >testsuite: >> >2012-08-13 Joseph Myers >> > >> > * gdb.arch/thumb-bx-pc.S: New file. >> > * gdb.arch/thumb-bx-pc.exp: New file. > Ping. This patch > is pending > review. It is OK to me, but I can't approve it. Could any GM give a review to this patch? -- Yao