From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3852 invoked by alias); 4 Mar 2008 09:51:15 -0000 Received: (qmail 3842 invoked by uid 22791); 4 Mar 2008 09:51:14 -0000 X-Spam-Check-By: sourceware.org Received: from qb-out-0506.google.com (HELO qb-out-0506.google.com) (72.14.204.225) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 04 Mar 2008 09:50:56 +0000 Received: by qb-out-0506.google.com with SMTP id e6so500925qbe.2 for ; Tue, 04 Mar 2008 01:50:55 -0800 (PST) Received: by 10.100.132.2 with SMTP id f2mr2127654and.65.1204624254680; Tue, 04 Mar 2008 01:50:54 -0800 (PST) Received: by 10.100.125.5 with HTTP; Tue, 4 Mar 2008 01:50:54 -0800 (PST) Message-ID: Date: Tue, 04 Mar 2008 12:56:00 -0000 From: "Yakov Lerner" To: gdb@sourceware.org Subject: How to prevent errors in "where" from aborting "thread apply all where" half-way ? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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/msg00039.txt.bz2 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" ? Yakov