From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20670 invoked by alias); 10 Dec 2010 16:35:01 -0000 Received: (qmail 20348 invoked by uid 22791); 10 Dec 2010 16:34:58 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00 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; Fri, 10 Dec 2010 16:34:53 +0000 Received: from eusaamw0711.eamcs.ericsson.se ([147.117.20.178]) by imr3.ericy.com (8.13.8/8.13.8) with ESMTP id oBAGY9V6016104 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Fri, 10 Dec 2010 10:34:18 -0600 Received: from EUSAACMS0703.eamcs.ericsson.se ([169.254.1.63]) by eusaamw0711.eamcs.ericsson.se ([147.117.20.178]) with mapi; Fri, 10 Dec 2010 11:34:12 -0500 From: Marc Khouzam To: Joel Brobecker , Stan Shebs , "tromey@redhat.com" CC: "gdb-patches@sourceware.org" Date: Fri, 10 Dec 2010 16:35:00 -0000 Subject: RE: [PATCH] Print trace state variables Message-ID: References: <4D015A4A.7040500@codesourcery.com>,<20101210112600.GA2596@adacore.com> In-Reply-To: <20101210112600.GA2596@adacore.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: 2010-12/txt/msg00141.txt.bz2 From: Joel Brobecker [brobecker@adacore.com] > > If this seems reasonable, I'll put in both trunk and 7.2 branch. >=20 > Is this the change that you were thinking we should wait for before > releasing 7.2.1? >=20 > Tristan just informed me yesterday of another issue with etc/gnu-oids.texi > missing, and I will backport his change in a second. If all is ready and > in, I should be able to make the release on, say, Monday. Hi, I was hoping to get the patch about the assertion failure when removing an inferior into 7_2. I believe Tom was ok with my solution, I'm just=20 waiting for final approval. http://sourceware.org/ml/gdb-patches/2010-12/msg00085.html We actually hit this problem in Eclipse and GDB crashes when the user tries to detach from a running process. We could work around it if we have to, but since I'm close to a fix for GDB, I was hoping to use that solution with 7.2.1 Thanks Marc