From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24198 invoked by alias); 4 Mar 2008 12:56:12 -0000 Received: (qmail 24189 invoked by uid 22791); 4 Mar 2008 12:56:12 -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, 04 Mar 2008 12:55:52 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 058149802B; Tue, 4 Mar 2008 12:55:51 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id C959D98011; Tue, 4 Mar 2008 12:55:50 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JWWgP-00023L-B0; Tue, 04 Mar 2008 07:55:49 -0500 Date: Tue, 04 Mar 2008 17:39:00 -0000 From: Daniel Jacobowitz To: Yakov Lerner Cc: gdb@sourceware.org Subject: Re: How to prevent errors in "where" from aborting "thread apply all where" half-way ? Message-ID: <20080304125549.GA7875@caradoc.them.org> Mail-Followup-To: Yakov Lerner , gdb@sourceware.org References: 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-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-03/txt/msg00040.txt.bz2 On Tue, Mar 04, 2008 at 11:50:54AM +0200, Yakov Lerner wrote: > I have situation where "thread apply all where" aborts in > the middle (because error reported by "where" in one thread), > and I do not get complete output, and this situation repeats over and > over again. > Then I am forced to run 'thread apply N where' manually for the > remaining dozens of threads. > > Is there method to prevent errors in "where" from aborting "thread > apply all where" ? Please try a newer version of GDB; you didn't say which one you were using, but this should be fixed. -- Daniel Jacobowitz CodeSourcery