From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19924 invoked by alias); 10 Jun 2009 16:37:39 -0000 Received: (qmail 19912 invoked by uid 22791); 10 Jun 2009 16:37:37 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 10 Jun 2009 16:37:27 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 228C32BAAE3; Wed, 10 Jun 2009 12:37:25 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id RZI9Yyhy2Of7; Wed, 10 Jun 2009 12:37:25 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id EB50E2BAADB; Wed, 10 Jun 2009 12:37:24 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 8B03DF596C; Wed, 10 Jun 2009 12:37:19 -0400 (EDT) Date: Wed, 10 Jun 2009 16:37:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: Fixes for a couple of infrun bugs (thread hop, revert to step thread). Message-ID: <20090610163719.GC25703@adacore.com> References: <200905272300.28249.pedro@codesourcery.com> <20090609195807.GA25703@adacore.com> <200906101721.33039.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200906101721.33039.pedro@codesourcery.com> User-Agent: Mutt/1.5.18 (2008-05-17) 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: 2009-06/txt/msg00260.txt.bz2 > 2009-06-10 Pedro Alves > > * infrun.c (handle_inferior_event): Update comment around trying > to revert back to a stepping thread that has exited. Looks great, Pedro! Thanks for doing that... -- Joel