From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32279 invoked by alias); 4 Jul 2007 18:00:45 -0000 Received: (qmail 32266 invoked by uid 22791); 4 Jul 2007 18:00:43 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 04 Jul 2007 18:00:41 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.0/8.14.0) with ESMTP id l64I0KtF002154; Wed, 4 Jul 2007 20:00:20 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.0/8.14.0/Submit) id l64I0J1w017560; Wed, 4 Jul 2007 20:00:19 +0200 (CEST) Date: Wed, 04 Jul 2007 18:00:00 -0000 Message-Id: <200707041800.l64I0J1w017560@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: brobecker@adacore.com CC: denis.pilat@st.com, andrew.stubbs@st.com, gdb-patches@sourceware.org, iliev@ronetix.at In-reply-to: <20070704172111.GB6035@adacore.com> (message from Joel Brobecker on Wed, 4 Jul 2007 10:21:11 -0700) Subject: Re: [rfc] Overflow in transfer-rate 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> 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/msg00094.txt.bz2 > Date: Wed, 4 Jul 2007 10:21:11 -0700 > From: Joel Brobecker > > > I've committed it. I don't know when Joel is planning to date the > > branch, but I think it will be in 6.7. > > I am about to start working on the branch. I'm trying to catch up > a bit on the last patches that went in to see where it would be most > beneficial to branch. I have updated the Wiki to make sure that this > patch makes it to the branch. 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. I think I know why, but I haven't actually fixed it yet. I'd like to make sure this is fixed before we make the release (but I can fix it on the branch if necessary). There also is a recently introduced problem with building opcodes using BSD make. I have a solution for it, but not mailed out the diff yet. Mark