From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14383 invoked by alias); 3 Feb 2011 05:02:10 -0000 Received: (qmail 14375 invoked by uid 22791); 3 Feb 2011 05:02:09 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Feb 2011 05:02:04 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id A564B2BAC7E; Thu, 3 Feb 2011 00:02:02 -0500 (EST) 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 AMLFAPV6tVPf; Thu, 3 Feb 2011 00:02:02 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 413C52BAC82; Thu, 3 Feb 2011 00:02:02 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 71B181459B1; Thu, 3 Feb 2011 09:01:52 +0400 (RET) Date: Thu, 03 Feb 2011 05:02:00 -0000 From: Joel Brobecker To: Andrew Burgess Cc: "gdb-patches@sourceware.org" Subject: Re: [PATCH] Disassemble over end of line table sequence. Message-ID: <20110203050152.GN2384@adacore.com> References: <4D08CF76.1000809@broadcom.com> <20110114160919.GP2504@adacore.com> <4D357E8D.3040304@broadcom.com> <20110131024148.GA29739@adacore.com> <4D49ADC0.1000404@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D49ADC0.1000404@broadcom.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2011-02/txt/msg00041.txt.bz2 > gdb/ChangeLog > 2011-02-02 Andrew Burgess > > * disasm.c (compare_lines): Handle the end of sequence markers > within the line table to better support disassembling over > compilation unit boundaries. > > gdb/testsuite/ChangeLog > > 2011-02-02 Andrew Burgess > > * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c, > gdb.base/disasm-end-cu.exp: New test for disassembling over the > boundary between two compilation units. OK to commit! Thanks for this fix, -- Joel