From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28517 invoked by alias); 3 Feb 2011 14:47:06 -0000 Received: (qmail 28508 invoked by uid 22791); 3 Feb 2011 14:47:05 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mms1.broadcom.com (HELO mms1.broadcom.com) (216.31.210.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Feb 2011 14:47:00 +0000 Received: from [10.9.200.131] by mms1.broadcom.com with ESMTP (Broadcom SMTP Relay (Email Firewall v6.3.2)); Thu, 03 Feb 2011 06:48:38 -0800 X-Server-Uuid: 02CED230-5797-4B57-9875-D5D2FEE4708A Received: from mail-irva-13.broadcom.com (10.11.16.103) by IRVEXCHHUB01.corp.ad.broadcom.com (10.9.200.131) with Microsoft SMTP Server id 8.2.247.2; Thu, 3 Feb 2011 06:46:52 -0800 Received: from [10.177.252.140] (unknown [10.177.252.140]) by mail-irva-13.broadcom.com (Postfix) with ESMTP id 5564474D03 for ; Thu, 3 Feb 2011 06:46:52 -0800 (PST) Message-ID: <4D4ABFDB.6020203@broadcom.com> Date: Thu, 03 Feb 2011 14:47:00 -0000 From: "Andrew Burgess" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: "gdb-patches@sourceware.org" Subject: Re: [PATCH] [COMMIT] Disassemble over end of line table sequence. References: <4D08CF76.1000809@broadcom.com> <20110114160919.GP2504@adacore.com> <4D357E8D.3040304@broadcom.com> <20110131024148.GA29739@adacore.com> <4D49ADC0.1000404@broadcom.com> <20110203050152.GN2384@adacore.com> In-Reply-To: <20110203050152.GN2384@adacore.com> Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2011-02/txt/msg00043.txt.bz2 On 03/02/2011 05:01, Joel Brobecker wrote: >> 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! Committed.