From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26160 invoked by alias); 1 Sep 2005 04:54:19 -0000 Mailing-List: contact insight-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-prs-owner@sourceware.org Received: (qmail 26141 invoked by uid 48); 1 Sep 2005 04:54:19 -0000 Date: Thu, 01 Sep 2005 04:54:00 -0000 Message-ID: <20050901045419.26140.qmail@sourceware.org> To: insight-prs@sources.redhat.com, jon@beniston.com, kseitz@sources.redhat.com, nobody@sources.redhat.com From: kseitz@sources.redhat.com Reply-To: kseitz@sources.redhat.com, insight-prs@sources.redhat.com, jon@beniston.com, kseitz@sources.redhat.com, nobody@sources.redhat.com, insight-gnats@sources.redhat.com Subject: Re: insight/257: stop button doesn't work for simulator targets X-SW-Source: 2005-q3/txt/msg00014.txt.bz2 List-Id: Synopsis: stop button doesn't work for simulator targets Responsible-Changed-From-To: unassigned->kseitz Responsible-Changed-By: kseitz Responsible-Changed-When: Thu Sep 1 04:54:19 2005 Responsible-Changed-Why: mine State-Changed-From-To: open->analyzed State-Changed-By: kseitz State-Changed-When: Thu Sep 1 04:54:19 2005 State-Changed-Why: Control-C in almost every GUI environment means "copy". :-( But simulators should work with the "stop" button if the simulator was properly written to do this. I recall having to hack several simulators some years ago to properly support this. The stop button calls gdb's target_stop function. For most sims, this (eventually) calls sim_stop. Is this not implemented on your simulator? http://sourceware.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=insight&pr=257