From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18332 invoked by alias); 14 Nov 2003 19:30:13 -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 18325 invoked from network); 14 Nov 2003 19:30:12 -0000 Received: from unknown (HELO mailgw3a.lmco.com) (192.35.35.7) by sources.redhat.com with SMTP; 14 Nov 2003 19:30:12 -0000 Received: from emss04g01.ems.lmco.com ([166.17.13.122]) by mailgw3a.lmco.com (8.11.6p2/8.11.6) with ESMTP id hAEJUCJ00471 for ; Fri, 14 Nov 2003 14:30:12 -0500 (EST) Received: from CONVERSION-DAEMON.lmco.com by lmco.com (PMDF V6.1-1X6 #30760) id <0HOC00B01WUCWU@lmco.com> for gdb@sources.redhat.com; Fri, 14 Nov 2003 14:30:12 -0500 (EST) Received: from EMSS04I00.us.lmco.com ([166.17.13.135]) by lmco.com (PMDF V6.1-1X6 #30760) with ESMTP id <0HOC00CTDWUCPI@lmco.com> for gdb@sources.redhat.com; Fri, 14 Nov 2003 14:30:12 -0500 (EST) Received: from EMSS04M11.us.lmco.com ([144.219.10.27]) by EMSS04I00.us.lmco.com with Microsoft SMTPSVC(5.0.2195.2966); Fri, 14 Nov 2003 14:30:11 -0500 Date: Fri, 14 Nov 2003 19:30:00 -0000 From: "Newman, Mark (N-Superior Technical Resource Inc)" Subject: async operation To: 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: 14 Nov 2003 19:30:11.0482 (UTC) FILETIME=[B86BEFA0:01C3AAE5] X-SW-Source: 2003-11/txt/msg00109.txt.bz2 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