From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5244 invoked by alias); 10 Feb 2011 06:48:13 -0000 Received: (qmail 5233 invoked by uid 22791); 10 Feb 2011 06:48:10 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 10 Feb 2011 06:48:03 +0000 Received: (qmail 11555 invoked from network); 10 Feb 2011 06:48:01 -0000 Received: from unknown (HELO ?192.168.0.101?) (yao@127.0.0.2) by mail.codesourcery.com with ESMTPA; 10 Feb 2011 06:48:01 -0000 Message-ID: <4D538A1E.4010403@codesourcery.com> Date: Thu, 10 Feb 2011 06:48:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Ping 2 [patch 0/3] Displaced stepping for 16-bit Thumb instructions References: <4D15F9B8.5070705@codesourcery.com> In-Reply-To: <4D15F9B8.5070705@codesourcery.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: 2011-02/txt/msg00194.txt.bz2 On 12/25/2010 10:03 PM, Yao Qi wrote: > Displaced stepping doesn't work for Thumb instructions so far. This set > of patches are about support displaced stepping of 16-bit Thumb > instructions. There are much more 32-bit Thumb instructions than 16-bit > Thumb instructions, so it takes more time to support 32-bit Thumb > instructions. I'd like to send these three patches first to review. > Once these three are done, it is straight forward to support 32-bit > Thumb instructions. > > Regression tested these three patches along with another pending patch > on armv7l-unknown-linux-gnueabi. > http://sourceware.org/ml/gdb-patches/2010-12/msg00427.html > > No regressions and some test failures are fixed. > -FAIL: gdb.base/moribund-step.exp: running to main in runto > -FAIL: gdb.mi/mi-nonstop-exit.exp: mi runto main (timeout) > -FAIL: gdb.mi/mi-nonstop.exp: mi runto main (timeout) > -FAIL: gdb.mi/mi-ns-stale-regcache.exp: mi runto main (timeout) > -FAIL: gdb.mi/mi-nsintrall.exp: mi runto main (timeout) > -FAIL: gdb.mi/mi-nsmoribund.exp: mi runto main (timeout) > -FAIL: gdb.mi/mi-nsthrexec.exp: mi runto main (timeout) > Ping. Could anyone have a look at these patches? http://sourceware.org/ml/gdb-patches/2010-12/msg00457.html -- Yao (齐尧)