From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15667 invoked by alias); 17 Jan 2002 19:50:53 -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 15622 invoked from network); 17 Jan 2002 19:50:51 -0000 Received: from unknown (HELO toenail.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 17 Jan 2002 19:50:51 -0000 Received: (from fche@localhost) by toenail.toronto.redhat.com (8.11.6/8.11.6) id g0HJolF19188; Thu, 17 Jan 2002 14:50:47 -0500 X-Authentication-Warning: toenail.toronto.redhat.com: fche set sender to fche@redhat.com using -f To: bgat@billgatliff.com Cc: 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 From: fche@redhat.com (Frank Ch. Eigler) Date: Thu, 17 Jan 2002 11:50:00 -0000 In-Reply-To: <20020117121015.A27796@saturn.billgatliff.com> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 X-SW-Source: 2002-01/txt/msg00186.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": - FChE