From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6903 invoked by alias); 7 May 2008 11:38:06 -0000 Received: (qmail 6895 invoked by uid 22791); 7 May 2008 11:38:06 -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; Wed, 07 May 2008 11:37:38 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id F33129835A; Wed, 7 May 2008 11:37:36 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id C769298011; Wed, 7 May 2008 11:37:36 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1Jthxo-0008N7-3J; Wed, 07 May 2008 07:37:36 -0400 Date: Wed, 07 May 2008 19:50:00 -0000 From: Daniel Jacobowitz To: Eli Zaretskii Cc: vladimir@codesourcery.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] bpstat_do_actions in one place Message-ID: <20080507113736.GA32080@caradoc.them.org> Mail-Followup-To: Eli Zaretskii , vladimir@codesourcery.com, gdb-patches@sources.redhat.com References: <200805051658.32272.vladimir@codesourcery.com> <20080505192315.GA19885@caradoc.them.org> <20080505194130.GA20958@caradoc.them.org> <20080506124322.GA12429@caradoc.them.org> <20080506183909.GA2696@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-12-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-05/txt/msg00263.txt.bz2 On Wed, May 07, 2008 at 11:02:38AM +0300, Eli Zaretskii wrote: > That this instance of `backtrace' be aborted, and the loop will > continue. Interesting. That's not what I would expect; for instance, I'd expect an entire user-defined ("define") command to be aborted. If that happened, how would you stop the example I gave? -- Daniel Jacobowitz CodeSourcery