From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12064 invoked by alias); 14 Dec 2010 04:03:07 -0000 Received: (qmail 12045 invoked by uid 22791); 14 Dec 2010 04:03:06 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Dec 2010 04:03:00 +0000 Received: from kpbe16.cbf.corp.google.com (kpbe16.cbf.corp.google.com [172.25.105.80]) by smtp-out.google.com with ESMTP id oBE42weF020226 for ; Mon, 13 Dec 2010 20:02:58 -0800 Received: from qyk7 (qyk7.prod.google.com [10.241.83.135]) by kpbe16.cbf.corp.google.com with ESMTP id oBE42vO9021235 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Mon, 13 Dec 2010 20:02:57 -0800 Received: by qyk7 with SMTP id 7so4009150qyk.0 for ; Mon, 13 Dec 2010 20:02:57 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.249.203 with SMTP id ml11mr4686916qcb.266.1292299377144; Mon, 13 Dec 2010 20:02:57 -0800 (PST) Received: by 10.220.210.12 with HTTP; Mon, 13 Dec 2010 20:02:57 -0800 (PST) In-Reply-To: References: <20101208181053.9444E2461AD@ruffy.mtv.corp.google.com> Date: Tue, 14 Dec 2010 04:03:00 -0000 Message-ID: Subject: Re: [commit]: dw2_expand_symtabs_with_filename: ignore type units From: Doug Evans To: Tom Tromey Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true 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: 2010-12/txt/msg00204.txt.bz2 On Thu, Dec 9, 2010 at 8:38 AM, Tom Tromey wrote: >>>>>> "Doug" == Doug Evans writes: > > Doug> TUs (DW_TAG_type_unit) can share line tables. > Doug> E.g. a program may have 95000 TUs but there may be only 5000 line > Doug> tables for all of them. > Doug> There may be more work that's needed here, and going forward we'll > Doug> want to support such sharing. > > Could you file a bug report for this? [just closing this thread] I've caught all the cases I'm aware of in .gdb_index support, so I'm going to skip the bug report for now.