From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5941 invoked by alias); 13 Jan 2004 06:00:06 -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 5932 invoked from network); 13 Jan 2004 06:00:05 -0000 Received: from unknown (HELO yosemite.airs.com) (209.128.65.135) by sources.redhat.com with SMTP; 13 Jan 2004 06:00:05 -0000 Received: (qmail 26337 invoked by uid 10); 13 Jan 2004 06:00:04 -0000 Received: (qmail 31571 invoked by uid 500); 13 Jan 2004 05:59:53 -0000 From: Ian Lance Taylor To: "Monika Chaddha" Cc: Subject: Re: Query: gdb for taget TX19 References: <002901c3d993$ed684780$5100a8c0@monika> Date: Tue, 13 Jan 2004 06:00:00 -0000 In-Reply-To: <002901c3d993$ed684780$5100a8c0@monika> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-01/txt/msg00158.txt.bz2 "Monika Chaddha" writes: > I need gdb for toshiba's TX19 architecture target. GDB6.0 does not > support TX19 architecture. Is there any other version of GDB which > supports TX19 architecture? I don't think there is a version of gdb which explicitly supports the TX19. But is there anything special about the TX19? Can't gdb support it with a generic MIPS target? The only thing I can really see going wrong would be a failure to disassemble some special multiply instruction or something along those lines. Ian