From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17915 invoked by alias); 10 Nov 2006 20:46:03 -0000 Received: (qmail 17907 invoked by uid 22791); 10 Nov 2006 20:46:02 -0000 X-Spam-Check-By: sourceware.org Received: from iris1.directnic.com (HELO iris1.directnic.com) (69.46.238.251) by sourceware.org (qpsmtpd/0.31) with SMTP; Fri, 10 Nov 2006 20:45:53 +0000 Received: by iris1.directnic.com (iris/0.185:855302); 10 Nov 2006 20:45:44 +0000 X-Iris-Relay-Method: POP-before-SMTP for 855302 X-Iris-Envelope-Recipient: X-Iris-Envelope-Sender: X-Iris-Host: 3630535387/boredom.ennui.org Received: from boredom.ennui.org (EHLO katz.picovex.com) (216.101.146.219) by pop.directnic.com (iris/0.185:855302/relay) with ESMTP for ; 10 Nov 2006 20:45:50 +0000 To: "Johan Thorb" Received-SPF: none (katz.picovex.com: domain of bucky@picovex.com does not designate permitted sender hosts) Cc: gdb@sourceware.org Subject: Re: GDB support for mixed ARM9 V5 and thumb code References: From: Bucky Katz In-Reply-To: (Johan Thorb's message of "Thu, 9 Nov 2006 16:27:17 +0100") User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) Date: Fri, 10 Nov 2006 20:46:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-11/txt/msg00061.txt.bz2 "Johan Thorb" writes: > 1) Does GDB 6.5 support mixed ARM v5 and thumb instruction set binaries? We are using it and it does. However, it has issues with knowing if the current pc is pointing at arm or thumb code and so can get confused.