From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1521 invoked by alias); 19 Jul 2011 20:31:19 -0000 Received: (qmail 1512 invoked by uid 22791); 19 Jul 2011 20:31:19 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-ew0-f41.google.com (HELO mail-ew0-f41.google.com) (209.85.215.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 19 Jul 2011 20:30:45 +0000 Received: by ewy9 with SMTP id 9so260816ewy.0 for ; Tue, 19 Jul 2011 13:30:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.14.94.206 with SMTP id n54mr2899171eef.91.1311107444080; Tue, 19 Jul 2011 13:30:44 -0700 (PDT) Received: by 10.14.127.208 with HTTP; Tue, 19 Jul 2011 13:30:44 -0700 (PDT) In-Reply-To: <1311101033-7648-2-git-send-email-meadori@codesourcery.com> References: <1311101033-7648-1-git-send-email-meadori@codesourcery.com> <1311101033-7648-2-git-send-email-meadori@codesourcery.com> Date: Tue, 19 Jul 2011 21:04:00 -0000 Message-ID: Subject: Re: [PATCH 1/1] ARM: Change prologue analyzer to always fallback on SP. From: Daniel Jacobowitz To: Meador Inge Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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-07/txt/msg00498.txt.bz2 On Tue, Jul 19, 2011 at 2:43 PM, Meador Inge wro= te: > 2011-07-19 =A0Meador Inge =A0 > > =A0 =A0 =A0 =A0* arm-tdep.c (thumb_analyze_prologue): Always fallback on = the SP > =A0 =A0 =A0 =A0register when the frame can't be determined. > =A0 =A0 =A0 =A0* arm-tdep.c (arm_analyze_prologue): Ditto. > > 2011-07-19 =A0Meador Inge =A0 > > =A0 =A0 =A0 =A0* gdb.arch/thumb-prologue.c (switch_stack_to_same): New te= st function. > =A0 =A0 =A0 =A0(switch_stack_to_other): New test function. > =A0 =A0 =A0 =A0* gdb.arch/thumb-prologue.exp: New test cases. This looks OK to me. --=20 Thanks, Daniel