From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9697 invoked by alias); 14 Jul 2010 21:20:53 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 9687 invoked by uid 22791); 14 Jul 2010 21:20:52 -0000 X-SWARE-Spam-Status: No, hits=-6.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,TW_BJ,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org From: Tom Tromey To: Jan Kratochvil Cc: archer@sourceware.org Subject: Re: [delayed-symfile] [commit] Fix a regression on CFI without DIE [Re: [delayed-symfile] [commit] Fix a regression on delayed retrieving of the unwinding debug info.] References: <20090224231429.GC23254@host0.dyn.jankratochvil.net> <20100714203216.GA28249@host0.dyn.jankratochvil.net> Date: Wed, 14 Jul 2010 21:20:00 -0000 In-Reply-To: <20100714203216.GA28249@host0.dyn.jankratochvil.net> (Jan Kratochvil's message of "Wed, 14 Jul 2010 22:32:16 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2010-q3/txt/msg00030.txt.bz2 Jan> QUICK_ADDRMAP is built only from .debug_aranges. But we can have Jan> existing built .debug_aranges for CUs in OBJFILE but still some CUs Jan> do not need to have DWARF at all while they can feature CFIs Jan> (.eh_frame or .debug_frame). Yeah, oops on me. This is an area where we could use your idea of looking at where the objfiles are actually mapped in the inferior. Tom