From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32675 invoked by alias); 24 Nov 2008 19:48:15 -0000 Received: (qmail 32614 invoked by uid 22791); 24 Nov 2008 19:48:14 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 24 Nov 2008 19:47:39 +0000 Received: (qmail 15657 invoked from network); 24 Nov 2008 19:47:29 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 24 Nov 2008 19:47:29 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [RFA] Add optional argument to "info threads" command Date: Mon, 24 Nov 2008 23:03:00 -0000 User-Agent: KMail/1.9.10 Cc: Michael Snyder References: <4928BC24.5020600@vmware.com> <492AFAE8.4040405@vmware.com> <200811241924.14165.pedro@codesourcery.com> In-Reply-To: <200811241924.14165.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811241947.28805.pedro@codesourcery.com> 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-11/txt/msg00660.txt.bz2 On Monday 24 November 2008 19:24:14, Pedro Alves wrote: > (Upps, just spotted a cleanups bug in thread_apply_command). No bug, false alarm. It looked like the make_cleanup_restore_current_thread call could be being done more than once, but it can't happen. -- Pedro Alves