From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17124 invoked by alias); 13 Nov 2007 23:47:17 -0000 Received: (qmail 17074 invoked by uid 22791); 13 Nov 2007 23:47:16 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 13 Nov 2007 23:47:13 +0000 Received: from zps35.corp.google.com (zps35.corp.google.com [172.25.146.35]) by smtp-out.google.com with ESMTP id lADNl8bh005624 for ; Tue, 13 Nov 2007 23:47:08 GMT Received: from ug-out-1314.google.com (ugeo2.prod.google.com [10.66.166.2]) by zps35.corp.google.com with ESMTP id lADNl6Ic027897 for ; Tue, 13 Nov 2007 15:47:07 -0800 Received: by ug-out-1314.google.com with SMTP id o2so295738uge for ; Tue, 13 Nov 2007 15:47:06 -0800 (PST) Received: by 10.66.249.16 with SMTP id w16mr164163ugh.1194997626092; Tue, 13 Nov 2007 15:47:06 -0800 (PST) Received: by 10.67.21.14 with HTTP; Tue, 13 Nov 2007 15:47:06 -0800 (PST) Message-ID: Date: Tue, 13 Nov 2007 23:47:00 -0000 From: "Douglas Evans" To: "Joel Brobecker" Subject: Re: RFA: add linetable to "maint info symtabs" output Cc: gdb-patches@sourceware.org In-Reply-To: <20071113231326.GC27266@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071113231326.GC27266@adacore.com> 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-11/txt/msg00260.txt.bz2 On Nov 13, 2007 3:13 PM, Joel Brobecker wrote: > > 2007-11-13 Doug Evans > > > > * symmisc.c (maintenance_info_symtabs): Print linetable info. > > > > Ok to check in? > > That looks good to me. But please remember to do the documentation > update as asked by Eli. Shall do, thanks. > BTW: Do know know about -symbol-list-lines? It dumps the line table. > It was meant mostly for front-ends, but I do use it occasionally to > diagnose some problems. I didn't, thanks.