From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15651 invoked by alias); 23 Jul 2003 16:38:37 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 15640 invoked from network); 23 Jul 2003 16:38:34 -0000 Received: from unknown (HELO mms3.broadcom.com) (63.70.210.38) by sources.redhat.com with SMTP; 23 Jul 2003 16:38:34 -0000 Received: from 63.70.210.1 by mms3.broadcom.com with ESMTP (Broadcom SMTP Relay (MMS v5.5.2)); Wed, 23 Jul 2003 09:38:35 -0700 Received: from mail-sj1-5.sj.broadcom.com (mail-sj1-5.sj.broadcom.com [10.16.128.236]) by mon-irva-11.broadcom.com (8.9.1/8.9.1) with ESMTP id JAA22008; Wed, 23 Jul 2003 09:37:58 -0700 (PDT) Received: from ldt-sj3-010.sj.broadcom.com (ldt-sj3-010 [10.21.64.10]) by mail-sj1-5.sj.broadcom.com (8.12.9/8.12.9/SSF) with ESMTP id h6NGcKov019923; Wed, 23 Jul 2003 09:38:20 -0700 (PDT) Received: (from cgd@localhost) by ldt-sj3-010.sj.broadcom.com ( 8.11.6/8.9.3) id h6NGcK832354; Wed, 23 Jul 2003 09:38:20 -0700 X-Authentication-Warning: ldt-sj3-010.sj.broadcom.com: cgd set sender to cgd@broadcom.com using -f To: sharan@acmet.com cc: gdb@sources.redhat.com Subject: Re: GDB5.3 for MIPS ISA32 and MIPS ISA16 References: <004a01c350ea$7e519130$1300a8c0@sara> From: cgd@broadcom.com Date: Wed, 23 Jul 2003 16:38:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 X-WSS-ID: 130065813594877-01-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2003-07/txt/msg00294.txt.bz2 At Wed, 23 Jul 2003 07:26:03 +0000 (UTC), "Saravanan J" wrote: > I am new to this mailing list. Welcome! > We require a simulator for this. We have planned to port GDB 5.3. Several of the targets supported by GDB already include simulator support for 32-bit MIPS, and several others support MIPS64 (but possibly not the current version of the MIPS16 spec). Take a look at sim/mips/configure.in, in particular the case statement starting around line 107. You'll need to create a new target which uses sim_gen=M16 (as some targets already do), but which uses as its base/default machine type some 32-bit ISA. I believe that should do the trick. cgd