From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15021 invoked by alias); 18 Dec 2009 14:24:40 -0000 Received: (qmail 15011 invoked by uid 22791); 18 Dec 2009 14:24:38 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from bromo.med.uc.edu (HELO bromo.med.uc.edu) (129.137.3.146) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Fri, 18 Dec 2009 14:24:29 +0000 Received: from bromo.med.uc.edu (localhost.localdomain [127.0.0.1]) by bromo.med.uc.edu (Postfix) with ESMTP id B558C400007; Fri, 18 Dec 2009 09:24:27 -0500 (EST) Received: (from howarth@localhost) by bromo.med.uc.edu (8.14.3/8.14.3/Submit) id nBIEORiK021197; Fri, 18 Dec 2009 09:24:27 -0500 Date: Fri, 18 Dec 2009 14:24:00 -0000 From: Jack Howarth To: Joel Brobecker Cc: gdb@sourceware.org Subject: Re: time to create the gdb-7.0.1 release (?) Message-ID: <20091218142427.GA21180@bromo.med.uc.edu> References: <20091218061736.GV2804@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091218061736.GV2804@adacore.com> User-Agent: Mutt/1.5.18 (2008-05-17) 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/msg00117.txt.bz2 On Fri, Dec 18, 2009 at 10:17:36AM +0400, 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: > > - Fix a build compilation on IRIX 5.3: > 2009-11-23 Rainer Orth > * dwarf2read.c [HAVE_MMAP] (MAP_FAILED): Define if missing. > > - Add support for Thumb2 debugging: > 2009-11-13 Ramana Radhakrishnan > Backport from mainline. > 2009-07-28 Daniel Jacobowitz > > * arm-tdep.c (arm_push_dummy_call): Set the low bit of LR for > a Thumb entry point. > (thumb_get_next_pc): Handle Thumb-2 and ARM v6 instructions. > Refuse to single step into IT blocks. > > 2009-10-28 Daniel Jacobowitz > Reported by Antti Hatala > * arm-tdep.c (thumb_get_next_pc): Limit check to IT instructions > correctly. > > - Fix a crash on solaris when reading symbols: > 2009-10-22 Paul Pluzhnikov > PR gdb/10819 > * dwarf2-frame.c (find_cie): Don't call bsearch on empty cie_table. > * objfiles.c (find_pc_section): Likewise. > (update_section_map): Don't allocate empty table. > > - I think the following change is mostly cosmetic: > 2009-10-19 Don Lee > * score-tdep.c: Delete some simulator dependent codes. > * score-tdep.h: Delete some simulator dependent macro definitions. > > - Fix a build failure on newer versions of FreeBSD: > 2008-10-16 Steven G. Kargl (tiny patch) > * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Conditionally compile in > support for pcb->pcb_{fs,ds,es,gs} on FreeBSD older than 8.0. > > - GDB SEGV due to stack overflow: > 2009-10-08 Paul Pluzhnikov > PR gdb/10457 > * elfread.c (elf_symtab_read): Don't use alloca in a loop. > > There is also a change in the documentation: > > 2009-10-04 Pedro Alves > * gdb.texinfo (Remote Protocol): Don't mention vCont;T. > > Anything else that should go in that (corrective) release? > > -- > Joel Joel, I don't see any mention of fixes for MacOS X. Have all the recent changes for darwin in gdb trunk been backported into gdb 7.0 branch? Jack