From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10365 invoked by alias); 9 Mar 2006 14:41:41 -0000 Received: (qmail 10357 invoked by uid 22791); 9 Mar 2006 14:41:40 -0000 X-Spam-Check-By: sourceware.org Received: from coltrane.tcs.informatik.uni-muenchen.de (HELO coltrane.tcs.informatik.uni-muenchen.de) (129.187.228.100) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 09 Mar 2006 14:41:37 +0000 Received: from tcs.informatik.uni-muenchen.de (aquila.tcs.ifi.lmu.de [141.84.9.37]) by coltrane.tcs.informatik.uni-muenchen.de (Netscape Messaging Server 4.15) with SMTP id IVV7HA00.PXE; Thu, 9 Mar 2006 15:41:34 +0100 Date: Thu, 09 Mar 2006 14:41:00 -0000 From: Hans-Wolfgang Loidl To: Daniel Jacobowitz Cc: gdb@sourceware.org Subject: Re: gdb support for m32c? Message-ID: <20060309154134.0c08d2e5@anagni.tcs.ifi.lmu.de> In-Reply-To: <20060309032449.GA12203@nevyn.them.org> References: <20060308231133.6868294f@anagni.tcs.ifi.lmu.de> <20060309032449.GA12203@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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-03/txt/msg00050.txt.bz2 Hi Daniel, Thanks for the swift reply. I now checked out the HEAD of the gdb cvs rep with the m32c code in sim. Does "not supported yet" mean that the simulator itself doesn't work, or just that some GDB features don't work, yet? As said, at the moment I'd only need the simulator, and I'd happy with a version even if it's still a bit unstable. If not, any comments how close that would be to completion? We just started work on a project that still goes at least 2 years, so we could plan things around a rough timeplan. Cheers, -- HW On Wed, 8 Mar 2006 22:24:49 -0500 Daniel Jacobowitz wrote: > On Wed, Mar 08, 2006 at 11:11:33PM +0100, Hans-Wolfgang Loidl wrote: > > Hi, > > > > The GCC readinglist claims that GDB includes a simulator > > for the m32c processor. > > However, downloading the latest gdb snapshot I only found > > a dir m32r (the RISC rather than CISC version) in the > > sim/ dir. > > > > Can somebody enlighten me whether GDB does support the > > m32c, and if so how to include support for it, so that I can > > at least use it as simulator for GCC generated m32c-elf > > binaries. > > The latest CVS version of GDB does include the m32c simulator; > you may have been looking at an older release branch snapshot. > However, GDB doesn't yet have an m32c port; I think it got held up in > review at some point, but I don't remember. > > -- > Daniel Jacobowitz > CodeSourcery