From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22812 invoked by alias); 17 Nov 2003 17:30:44 -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 22802 invoked from network); 17 Nov 2003 17:30:42 -0000 Received: from unknown (HELO mailgw3a.lmco.com) (192.35.35.7) by sources.redhat.com with SMTP; 17 Nov 2003 17:30:42 -0000 Received: from emss04g01.ems.lmco.com ([166.17.13.122]) by mailgw3a.lmco.com (8.11.6p2/8.11.6) with ESMTP id hAHHUfd10188 for ; Mon, 17 Nov 2003 12:30:41 -0500 (EST) Received: from CONVERSION-DAEMON.lmco.com by lmco.com (PMDF V6.1-1X6 #30760) id <0HOI00401BB3P2@lmco.com> for gdb@sources.redhat.com; Mon, 17 Nov 2003 12:30:39 -0500 (EST) Received: from EMSS04I00.us.lmco.com ([166.17.13.135]) by lmco.com (PMDF V6.1-1X6 #30760) with ESMTP id <0HOI00C4UBB2IE@lmco.com> for gdb@sources.redhat.com; Mon, 17 Nov 2003 12:30:39 -0500 (EST) Received: from EMSS04M11.us.lmco.com ([144.219.10.27]) by EMSS04I00.us.lmco.com with Microsoft SMTPSVC(5.0.2195.2966); Mon, 17 Nov 2003 12:30:38 -0500 Date: Mon, 17 Nov 2003 17:30:00 -0000 From: "Newman, Mark (N-Superior Technical Resource Inc)" Subject: RE: async operation To: "Newman, Mark (N-Superior Technical Resource Inc)" , gdb@sources.redhat.com Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft Exchange V6.0.6487.1 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: X-OriginalArrivalTime: 17 Nov 2003 17:30:38.0906 (UTC) FILETIME=[8478F1A0:01C3AD30] X-SW-Source: 2003-11/txt/msg00130.txt.bz2 No response on this - so I am going to change GDB so that it will correctly handle an "interrupt" command to stop the inferior when in async mode. I will put the final changes in as patches and as a bug report unless someone objects. Mark Newman > -----Original Message----- > From: gdb-owner@sources.redhat.com > [mailto:gdb-owner@sources.redhat.com]On Behalf Of Newman, Mark > (N-Superior Technical Resource Inc) > Sent: Friday, November 14, 2003 2:30 PM > To: gdb@sources.redhat.com > Subject: async operation > > > > Is there anyway to cleanly stop a remote target manually when > in async mode. > > I tried using the "stop" command which makes it through the > async filtering in top.c - however stop simply says it is not > a valid command. There is logic in here for cleanly stopping > when a break occurs (?) but I can't find any to allow the > operator to stop the target? > > I add'ed "interrupt" to the filtering but it does not clear > the target_executing flag. > > > Mark Newman >