From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5941 invoked by alias); 25 Feb 2006 07:29:27 -0000 Received: (qmail 5932 invoked by uid 22791); 25 Feb 2006 07:29:27 -0000 X-Spam-Check-By: sourceware.org Received: from xproxy.gmail.com (HELO xproxy.gmail.com) (66.249.82.193) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 25 Feb 2006 07:29:25 +0000 Received: by xproxy.gmail.com with SMTP id t11so341398wxc for ; Fri, 24 Feb 2006 23:29:24 -0800 (PST) Received: by 10.70.110.3 with SMTP id i3mr4809377wxc; Fri, 24 Feb 2006 23:29:23 -0800 (PST) Received: by 10.70.125.17 with HTTP; Fri, 24 Feb 2006 23:29:23 -0800 (PST) Message-ID: <8f2776cb0602242329s1335c677o8a8c1a38314d97c6@mail.gmail.com> Date: Sat, 25 Feb 2006 11:12:00 -0000 From: "Jim Blandy" To: gdb-patches@sourceware.org, "Richard Earnshaw" , "Shaun Jackman" Subject: Re: RFC: Use the ARM CPSR as a fallback to determine ARM/Thumb In-Reply-To: <20060220214918.GA28798@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060220214918.GA28798@nevyn.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00471.txt.bz2 If you know which regions of the ROM are thumb and which are ARM, why not fake up a .o file that just defines a bunch of symbols --- but contains no data --- that map things out for GDB? That is, GDB already has range information. You're just not supplying it.