From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24273 invoked by alias); 20 Apr 2004 19:43:37 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 24266 invoked from network); 20 Apr 2004 19:43:35 -0000 Received: from unknown (HELO aragorn.inter.net.il) (192.114.186.23) by sources.redhat.com with SMTP; 20 Apr 2004 19:43:35 -0000 Received: from zaretski ([80.230.156.246]) by aragorn.inter.net.il (MOS 3.4.5-GR) with ESMTP id CSN14534; Tue, 20 Apr 2004 21:11:23 +0300 (IDT) Date: Tue, 20 Apr 2004 19:43:00 -0000 From: "Eli Zaretskii" To: Daniel Jacobowitz Message-Id: <3405-Tue20Apr2004211129+0300-eliz@gnu.org> CC: gdb-patches@sources.redhat.com, jimb@redhat.com, ezannoni@redhat.com In-reply-to: <20040420170855.GA31548@nevyn.them.org> (message from Daniel Jacobowitz on Tue, 20 Apr 2004 13:08:55 -0400) Subject: Re: [rfa/dwarf/doc] Inter-compilation-unit reference support for partial DIEs Reply-to: Eli Zaretskii References: <20040420170855.GA31548@nevyn.them.org> X-SW-Source: 2004-04/txt/msg00470.txt.bz2 > Date: Tue, 20 Apr 2004 13:08:55 -0400 > From: Daniel Jacobowitz > > Here we go. This patch is enough to load binaries which use > inter-compilation-unit references, as long as you don't do anything which > would cause full symbol tables to be generated - of course, that's not > especially useful! > > Here's how it works. [...] Hmm, it would be nice if these details could find their way into gdbint.texinfo somehow... > Doc changes OK? Yes, thanks.