From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23102 invoked by alias); 24 Apr 2012 14:13:55 -0000 Received: (qmail 23081 invoked by uid 22791); 24 Apr 2012 14:13:53 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from imr3.ericy.com (HELO imr3.ericy.com) (198.24.6.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 24 Apr 2012 14:13:40 +0000 Received: from eusaamw0711.eamcs.ericsson.se ([147.117.20.178]) by imr3.ericy.com (8.13.8/8.13.8) with ESMTP id q3OEDbg7015500 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Tue, 24 Apr 2012 09:13:38 -0500 Received: from EUSAACMS0703.eamcs.ericsson.se ([169.254.1.69]) by eusaamw0711.eamcs.ericsson.se ([147.117.20.178]) with mapi; Tue, 24 Apr 2012 10:13:37 -0400 From: Marc Khouzam To: "'Pedro Alves'" CC: "'gdb-patches@sourceware.org'" Date: Tue, 24 Apr 2012 14:17:00 -0000 Subject: RE: [Patch] Fix for MI selecting an exited thread Message-ID: References: <4F96A7FA.40407@redhat.com> In-Reply-To: <4F96A7FA.40407@redhat.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: 2012-04/txt/msg00775.txt.bz2 > -----Original Message----- > From: Pedro Alves [mailto:palves@redhat.com]=20 > Sent: Tuesday, April 24, 2012 9:18 AM > To: Marc Khouzam > Cc: 'gdb-patches@sourceware.org' > Subject: Re: [Patch] Fix for MI selecting an exited thread >=20 > Hi Marc, >=20 > On 04/20/2012 08:57 PM, Marc Khouzam wrote: >=20 > > 2012-04-20 Marc Khouzam > >=20=20 > > * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just > > any thread. >=20 >=20 > Okay, thanks. Thanks! I forgot to ask if it is ok for the 7_4 maintenance branch also?