From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24005 invoked by alias); 17 Jan 2002 20:14:42 -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 23973 invoked from network); 17 Jan 2002 20:14:42 -0000 Received: from unknown (HELO localhost.cygnus.com) (216.138.202.10) by sources.redhat.com with SMTP; 17 Jan 2002 20:14:42 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 9C5A83DAC; Thu, 17 Jan 2002 15:14:23 -0500 (EST) Message-ID: <3C47309F.70801@cygnus.com> Date: Thu, 17 Jan 2002 12:14:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: "Frank Ch. Eigler" Cc: bgat@billgatliff.com, gdb@sources.redhat.com Subject: Re: How to map memory for SH simulator? References: <20020117121015.A27796@saturn.billgatliff.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00187.txt.bz2 > "William A. Gatliff" writes: > > >> [...] I need to do the same thing for SH, but it doesn't look like >> the SH simulator takes the same commands. Where can I find the list >> of commands supported by the SH instruction set simulator? > > > The sim/common family of simulators (sh, etc.) uses an alternate > syntax to specify additional simulated memory regions. See the > "memory-region" option as listed in "% sh-elf-run --help" or > "(gdb) target sim ... sim help": Er, are you sure about this? Andrew