From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27624 invoked by alias); 6 Aug 2010 20:50:19 -0000 Received: (qmail 27613 invoked by uid 22791); 6 Aug 2010 20:50:19 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 06 Aug 2010 20:50:14 +0000 Received: (qmail 31978 invoked from network); 6 Aug 2010 20:50:12 -0000 Received: from unknown (HELO pl.orcam.me.uk) (macro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 6 Aug 2010 20:50:12 -0000 Date: Fri, 06 Aug 2010 20:50:00 -0000 From: "Maciej W. Rozycki" To: Pedro Alves cc: gdb-patches@sourceware.org, Hui Zhu Subject: Re: [RFA]corelow.c: Add tid to add_to_thread_list In-Reply-To: <201008062105.52968.pedro@codesourcery.com> Message-ID: References: <201008061817.49329.pedro@codesourcery.com> <201008062105.52968.pedro@codesourcery.com> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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: 2010-08/txt/msg00086.txt.bz2 On Fri, 6 Aug 2010, Pedro Alves wrote: > Maciej's patch fixes this just as well (or perhaps better), so I've > applied to mainline, and the 7.2 and 7.1 branches. Thanks for pushing it. Maciej