From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21493 invoked by alias); 17 May 2002 12:37:49 -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 21475 invoked from network); 17 May 2002 12:37:47 -0000 Received: from unknown (HELO fw-cam.cambridge.arm.com) (193.131.176.3) by sources.redhat.com with SMTP; 17 May 2002 12:37:47 -0000 Received: by fw-cam.cambridge.arm.com; id NAA27319; Fri, 17 May 2002 13:37:45 +0100 (BST) Received: from unknown(172.16.1.2) by fw-cam.cambridge.arm.com via smap (V5.5) id xma026273; Fri, 17 May 02 13:36:49 +0100 Received: from cam-mail2.cambridge.arm.com (cam-mail2.cambridge.arm.com [172.16.1.91]) by cam-admin0.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id NAA03744; Fri, 17 May 2002 13:36:49 +0100 (BST) Received: from sun18.cambridge.arm.com (sun18.cambridge.arm.com [172.16.2.18]) by cam-mail2.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id NAA22311; Fri, 17 May 2002 13:36:48 +0100 (BST) Message-Id: <200205171236.NAA22311@cam-mail2.cambridge.arm.com> To: Nick Clifton cc: gdb-patches@sources.redhat.com, Richard.Earnshaw@arm.com Reply-To: Richard.Earnshaw@arm.com Organization: ARM Ltd. X-Telephone: +44 1223 400569 (direct+voicemail), +44 1223 400400 (switchbd) X-Fax: +44 1223 400410 X-Address: ARM Ltd., 110 Fulbourn Road, Cherry Hinton, Cambridge CB1 9NJ. X-Url: http://www.arm.com/ Subject: Re: Add support for target switches in simulator In-reply-to: Your message of "17 May 2002 09:58:03 BST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 17 May 2002 05:37:00 -0000 From: Richard Earnshaw X-SW-Source: 2002-05/txt/msg00704.txt.bz2 > > How does this proposed facility compare to that provided by > > sim/common/sim-options*? > > It is a similar kind of thing accept that it has two advantages: > > * It works for simulators that do not use sim-common.[ch] (such as > the ARM simualtor). Is there a good reason why the ARM simulator is not using sim-common? R.