From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8507 invoked by alias); 17 Mar 2002 18:24:52 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 8439 invoked from network); 17 Mar 2002 18:24:48 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.135.44) by sources.redhat.com with SMTP; 17 Mar 2002 18:24:48 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D25CF3EC1; Sun, 17 Mar 2002 13:24:39 -0500 (EST) Message-ID: <3C94DF67.6090607@cygnus.com> Date: Sun, 17 Mar 2002 10:24:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.8) Gecko/20020210 X-Accept-Language: en-us MIME-Version: 1.0 To: Anthony Green Cc: green@redhat.com, gdb-patches@sources.redhat.com, nickc@redhat.com Subject: Re: ARM sim patch: increase default target memory References: <200203171804.KAA25015@makita.cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-03/txt/msg00286.txt.bz2 > Andrew wrote: > >> Is there a command line option that you can specify? > > > xscale-elf-run has one (-m), but it doesn't appear to work from within GDB > (like, "target sim -m 8000000"). > > AG It should :-( Can I suggest a patch to sim_open() that parses -m and calls sim_size(). (It should use a generic parser though :-( ). Andrew