From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32747 invoked by alias); 18 Dec 2009 08:52:11 -0000 Received: (qmail 32731 invoked by uid 22791); 18 Dec 2009 08:52:10 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-pz0-f189.google.com (HELO mail-pz0-f189.google.com) (209.85.222.189) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Dec 2009 08:52:06 +0000 Received: by pzk27 with SMTP id 27so2040448pzk.12 for ; Fri, 18 Dec 2009 00:52:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.142.117.5 with SMTP id p5mr2404308wfc.31.1261126325118; Fri, 18 Dec 2009 00:52:05 -0800 (PST) In-Reply-To: <20091218061736.GV2804@adacore.com> References: <20091218061736.GV2804@adacore.com> From: Hui Zhu Date: Fri, 18 Dec 2009 08:52:00 -0000 Message-ID: Subject: Re: time to create the gdb-7.0.1 release (?) To: Joel Brobecker Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-12/txt/msg00112.txt.bz2 Hi Joel, Sorry that I have to be the trouble guy. http://sourceware.org/ml/gdb-patches/2009-12/msg00010.html This bug fix is still waiting review. Thanks, Hui On Fri, Dec 18, 2009 at 14:17, Joel Brobecker wrote: > Hello, > > According to our suggested schedule, yesterday (Dec 17) was the time > we were hoping to produce gdb-7.0.1. Looking at the ChangeLog, here > is the list of changes: > > =A0- Fix a build compilation on IRIX 5.3: > =A0 2009-11-23 =A0Rainer Orth =A0 > =A0 * dwarf2read.c [HAVE_MMAP] (MAP_FAILED): Define if missing. > > =A0- Add support for Thumb2 debugging: > =A0 2009-11-13 =A0Ramana Radhakrishnan =A0 > =A0 Backport from mainline. > =A0 =A0 2009-07-28 =A0Daniel Jacobowitz =A0 > > =A0 =A0 * arm-tdep.c (arm_push_dummy_call): Set the low bit of LR for > =A0 =A0 a Thumb entry point. > =A0 =A0 (thumb_get_next_pc): Handle Thumb-2 and ARM v6 instructions. > =A0 =A0 Refuse to single step into IT blocks. > > =A0 =A0 2009-10-28 =A0Daniel Jacobowitz =A0 > =A0 =A0 Reported by Antti Hatala > =A0 =A0 * arm-tdep.c (thumb_get_next_pc): Limit check to IT instructions > =A0 =A0 correctly. > > =A0- Fix a crash on solaris when reading symbols: > =A0 2009-10-22 =A0Paul Pluzhnikov =A0 > =A0 PR gdb/10819 > =A0 * dwarf2-frame.c (find_cie): Don't call bsearch on empty cie_table. > =A0 * objfiles.c (find_pc_section): Likewise. > =A0 (update_section_map): Don't allocate empty table. > > =A0- I think the following change is mostly cosmetic: > =A0 2009-10-19 =A0Don Lee =A0 > =A0 * score-tdep.c: Delete some simulator dependent codes. > =A0 * score-tdep.h: Delete some simulator dependent macro definitions. > > =A0- Fix a build failure on newer versions of FreeBSD: > =A0 2008-10-16 =A0Steven G. Kargl =A0 =A0(tiny patch) > =A0 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Conditionally compile in > =A0 support for pcb->pcb_{fs,ds,es,gs} on FreeBSD older than 8.0. > > =A0- GDB SEGV due to stack overflow: > =A0 2009-10-08 =A0Paul Pluzhnikov =A0 > =A0 PR gdb/10457 > =A0 * elfread.c (elf_symtab_read): Don't use alloca in a loop. > > There is also a change in the documentation: > > =A0 2009-10-04 =A0Pedro Alves =A0 > =A0 * gdb.texinfo (Remote Protocol): Don't mention vCont;T. > > Anything else that should go in that (corrective) release? > > -- > Joel >