From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15302 invoked by alias); 4 Jul 2007 18:20:41 -0000 Received: (qmail 15294 invoked by uid 22791); 4 Jul 2007 18:20:40 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 04 Jul 2007 18:20:36 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 724EF2A9D8A; Wed, 4 Jul 2007 14:20:34 -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 6fwNi99mD1hx; Wed, 4 Jul 2007 14:20:34 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 3A7DD2A9D86; Wed, 4 Jul 2007 14:20:34 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 9064DE7B54; Wed, 4 Jul 2007 11:22:50 -0700 (PDT) Date: Wed, 04 Jul 2007 18:20:00 -0000 From: Joel Brobecker To: Mark Kettenis Cc: denis.pilat@st.com, andrew.stubbs@st.com, gdb-patches@sourceware.org, iliev@ronetix.at Subject: Re: [rfc] Overflow in transfer-rate Message-ID: <20070704182250.GE6035@adacore.com> References: <466D3A7D.9030101@st.com> <466D456F.5070406@st.com> <466D4AFD.8070409@st.com> <20070701221010.GA30560@caradoc.them.org> <4688AACA.70604@st.com> <20070703153213.GB2868@caradoc.them.org> <20070704172111.GB6035@adacore.com> <200707041800.l64I0J1w017560@brahms.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200707041800.l64I0J1w017560@brahms.sibelius.xs4all.nl> User-Agent: Mutt/1.4.2.2i 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: 2007-07/txt/msg00096.txt.bz2 > Just a heads-up, but I found out yesterday, that this commit: > > 2007-07-01 Daniel Jacobowitz > > PR symtab/2161 > * target.c (memory_xfer_partial): Do not continue past targets with > all memory. > > broke debugging threaded programs on OpenBSD. Thanks for the heads-up, Mark. I've added this to the 6.7 wiki page, so I'll make sure we wait for a fix before we make a first pre-release. -- Joel