From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17462 invoked by alias); 15 Apr 2009 10:10:56 -0000 Received: (qmail 17439 invoked by uid 22791); 15 Apr 2009 10:10:52 -0000 X-SWARE-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL,BAYES_20,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Apr 2009 10:10:44 +0000 Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KI50070008P5600@i_mtaout2.012.net.il> for gdb-patches@sourceware.org; Wed, 15 Apr 2009 13:10:41 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.34.97]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KI500K1Q09SPOE0@i_mtaout2.012.net.il> for gdb-patches@sourceware.org; Wed, 15 Apr 2009 13:10:41 +0300 (IDT) Date: Wed, 15 Apr 2009 10:10:00 -0000 From: Eli Zaretskii Subject: DWARF-related warnings in DJGPP build of GDB To: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <834owqmdli.fsf@gnu.org> 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: 2009-04/txt/msg00299.txt.bz2 During debugging with DJGPP build of GDB built out of Apr 10th snapshot, I sometimes see various warnings that seem to be related to DWARF2. Examples: During symbol reading, inner block not inside outer block in prompt_for_continue. During symbol reading, inner block (0x61ab0-0x6b68b) not inside outer block (0x64c90-0x64d2f). During symbol reading, Offset 174868 out of bounds for DW_AT_ranges attribute. Is this a GCC problem, a GDB problem, or something else? Should I be worried? My GCC version is 3.4.3, in case that matters. Thanks.