From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31598 invoked by alias); 13 Sep 2004 05:56:35 -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 31589 invoked from network); 13 Sep 2004 05:56:33 -0000 Received: from unknown (HELO marvin.codito.net) (203.197.88.2) by sourceware.org with SMTP; 13 Sep 2004 05:56:33 -0000 Received: from [192.168.100.46] (calvin.codito.co.in [203.199.140.162]) (authenticated bits=0) by marvin.codito.net (8.13.1/8.13.1/Debian-6) with ESMTP id i8D6CwO0023467; Mon, 13 Sep 2004 11:43:12 +0530 Message-ID: <414536F1.30801@codito.com> Date: Mon, 13 Sep 2004 05:56:00 -0000 From: Soam Vasani User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040715) MIME-Version: 1.0 To: libra CC: gdb@sources.redhat.com Subject: Re: About simulator generator References: <1095051450.414528ba2864b@webmail.cs.nthu.edu.tw> In-Reply-To: <1095051450.414528ba2864b@webmail.cs.nthu.edu.tw> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamd / ClamAV version 0.75-1, clamav-milter version 0.75c on marvin X-Virus-Status: Clean X-SW-Source: 2004-09/txt/msg00090.txt.bz2 libra wrote: > So, does anyone knows that a tool that can generate the simulator for new > architecture(ISA). There are two tools, CGEN and IGEN, that generate simulators. But a GDB port for a new architecture has to be written by hand. -- soam