From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12853 invoked by alias); 6 Dec 2007 04:25:08 -0000 Received: (qmail 12831 invoked by uid 22791); 6 Dec 2007 04:25:06 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (213.8.233.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 06 Dec 2007 04:25:00 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-229-225-238.inter.net.il [84.229.225.238]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id JOD51972 (AUTH halo1); Thu, 6 Dec 2007 06:24:38 +0200 (IST) Date: Thu, 06 Dec 2007 04:35:00 -0000 Message-Id: From: Eli Zaretskii To: Jim Blandy CC: gdb-patches@sourceware.org In-reply-to: (message from Jim Blandy on Wed, 05 Dec 2007 13:32:22 -0800) Subject: Re: COMMIT: addrmap changes Reply-to: Eli Zaretskii References: <20071205014127.GA12545@caradoc.them.org> 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: 2007-12/txt/msg00101.txt.bz2 > From: Jim Blandy > Date: Wed, 05 Dec 2007 13:32:22 -0800 > > gdb/ChangeLog: > 2007-12-05 Jim Blandy > > * NEWS: Mention support for non-contiguous lexical blocks and > function bodies. > > diff -r 55dcfe0668ab gdb/NEWS > --- a/gdb/NEWS Wed Dec 05 10:18:35 2007 -0800 > +++ b/gdb/NEWS Wed Dec 05 13:29:46 2007 -0800 > @@ -19,6 +19,10 @@ is resolved. > * GDB now supports breakpoints with multiple locations, > including breakpoints on C++ constructors, inside C++ templates, > and in inlined functions. > + > +* GDB's ability to debug optimized code has been improved. GDB more > +accurately identifies function bodies and lexical blocks that occupy > +more than one contiguous range of addresses. Okay. Thanks.