From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21311 invoked by alias); 10 Jun 2008 13:21:34 -0000 Received: (qmail 21297 invoked by uid 22791); 10 Jun 2008 13:21:34 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 10 Jun 2008 13:21:14 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 4EA509840C; Tue, 10 Jun 2008 13:21:10 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 2D5D19810F; Tue, 10 Jun 2008 13:21:10 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1K63mf-000259-GM; Tue, 10 Jun 2008 09:21:09 -0400 Date: Tue, 10 Jun 2008 13:51:00 -0000 From: Daniel Jacobowitz To: Vladimir Prus Cc: Joel Brobecker , gdb-patches@sources.redhat.com Subject: Re: [RFA] Use observers to report stop events. Message-ID: <20080610132109.GA7986@caradoc.them.org> Mail-Followup-To: Vladimir Prus , Joel Brobecker , gdb-patches@sources.redhat.com References: <200804112145.58456.vladimir@codesourcery.com> <200806101336.24223.vladimir@codesourcery.com> <20080610124313.GA5279@caradoc.them.org> <200806101657.30671.vladimir@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200806101657.30671.vladimir@codesourcery.com> User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-06/txt/msg00202.txt.bz2 On Tue, Jun 10, 2008 at 04:57:29PM +0400, Vladimir Prus wrote: > We emit *running only when we're actually running -- after resuming > target. The danger, as I understand it, is that if exception is thrown > after we've resumed target, but before normal_stop called an observer, > we'll have *running not paired with *stopped, so the frontend will think > the target is still running. Er, right. Sorry, I got turned around in there somewhere. -- Daniel Jacobowitz CodeSourcery