From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6987 invoked by alias); 12 Jun 2015 17:58:08 -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 6976 invoked by uid 89); 12 Jun 2015 17:58:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 12 Jun 2015 17:58:07 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 414E928CAD; Fri, 12 Jun 2015 13:58:05 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id XqZaE+8JGkP8; Fri, 12 Jun 2015 13:58:05 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 30215285A3; Fri, 12 Jun 2015 13:58:05 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 9F8CB48278; Fri, 12 Jun 2015 13:58:04 -0400 (EDT) Date: Fri, 12 Jun 2015 17:58:00 -0000 From: Joel Brobecker To: Martin Simmons Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Prevent internal-error when computing $pc in ARM assembly code Message-ID: <20150612175804.GD2609@adacore.com> References: <201505200949.t4K9nlqt015737@heapu.cam.lispworks.com> <20150609184408.GG2855@adacore.com> <201506111725.t5BHP5LR031293@higson.cam.lispworks.com> <20150612132113.GC2609@adacore.com> <201506121509.t5CF9JUg012570@higson.cam.lispworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201506121509.t5CF9JUg012570@higson.cam.lispworks.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-06/txt/msg00267.txt.bz2 > gdb/ChangeLog: > > * arm-tdep.c (arm_analyze_prologue): Read memory without throwing an > exception, to allow debugging of assembly code. > > gdb/testsuite/ChangeLog: > * gdb.arch/arm-r11-non-pointer.S: New file. > * gdb.arch/arm-r11-non-pointer.exp: New file. Perfect! And approved :-). Thank you! -- Joel