From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24013 invoked by alias); 15 Feb 2011 15:32:14 -0000 Received: (qmail 23998 invoked by uid 22791); 15 Feb 2011 15:32:13 -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; Tue, 15 Feb 2011 15:32:09 +0000 Received: (qmail 14480 invoked from network); 15 Feb 2011 15:32:06 -0000 Received: from unknown (HELO ?192.168.0.101?) (yao@127.0.0.2) by mail.codesourcery.com with ESMTPA; 15 Feb 2011 15:32:06 -0000 Message-ID: <4D5A9C6D.9050103@codesourcery.com> Date: Tue, 15 Feb 2011 15:57: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: Ulrich Weigand CC: Richard Earnshaw , gdb-patches@sourceware.org, julian@codesourcery.com Subject: Re: [patch] Fix PR tdep/12352: Handle str pc, [Rd, #imm] in displaced stepping References: <201102151322.p1FDMbVP030377@d06av02.portsmouth.uk.ibm.com> In-Reply-To: <201102151322.p1FDMbVP030377@d06av02.portsmouth.uk.ibm.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/msg00324.txt.bz2 On 02/15/2011 09:22 PM, Ulrich Weigand wrote: > Yao Qi wrote: > >> gdb/ >> PR tdep/12352 >> * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in >> order to store PC value on stack instead of text section. >> >> gdb/testsuite/ >> PR tdep/12352 >> * gdb.arch/arm-disp-step.S : New test for str instruction. >> * gdb.arch/arm-disp-step.exp : Likewise. > > This is OK. Thanks for your patient review. Applied. Closed PR tdep/12352. -- Yao (齐尧)