From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23244 invoked by alias); 29 Apr 2009 18:57:34 -0000 Received: (qmail 23209 invoked by uid 22791); 29 Apr 2009 18:57:34 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 29 Apr 2009 18:57:26 +0000 Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KIV00900LYSCH00@i-mtaout7.012.net.il> for gdb@sourceware.org; Wed, 29 Apr 2009 21:57:24 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.230.216]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KIV008TTLZN7890@i-mtaout7.012.net.il>; Wed, 29 Apr 2009 21:57:24 +0300 (IDT) Date: Wed, 29 Apr 2009 19:09:00 -0000 From: Eli Zaretskii Subject: Re: Debugging a frameless function In-reply-to: <20090429183946.GA28155@caradoc.them.org> To: Daniel Jacobowitz Cc: gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83ws93cmp0.fsf@gnu.org> References: <83zldzco0p.fsf@gnu.org> <20090429183946.GA28155@caradoc.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-04/txt/msg00219.txt.bz2 > Date: Wed, 29 Apr 2009 14:39:46 -0400 > From: Daniel Jacobowitz > Cc: gdb@sourceware.org Thanks for responding. > Sounds like the debug info is bad. But then why does GDB 6.1 have no problems debugging the same binary? > Check manually, using readelf -wi (and -wo if location lists are in > use). I cannot use readelf, because DJGPP executables are not ELF files.