From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16943 invoked by alias); 29 Apr 2009 19:24:10 -0000 Received: (qmail 16934 invoked by uid 22791); 29 Apr 2009 19:24:09 -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 mtaout3.012.net.il (HELO mtaout3.012.net.il) (84.95.2.7) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 29 Apr 2009 19:24:04 +0000 Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KIV00J00MX15000@i_mtaout3.012.net.il> for gdb@sourceware.org; Wed, 29 Apr 2009 22:24:01 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.230.216]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KIV00ITMN806XH0@i_mtaout3.012.net.il>; Wed, 29 Apr 2009 22:24:01 +0300 (IDT) Date: Wed, 29 Apr 2009 20:44:00 -0000 From: Eli Zaretskii Subject: Re: Debugging a frameless function In-reply-to: <200904291908.n3TJ8ic6007273@brahms.sibelius.xs4all.nl> To: Mark Kettenis Cc: drow@false.org, gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83skjrclgm.fsf@gnu.org> References: <83zldzco0p.fsf@gnu.org> <20090429183946.GA28155@caradoc.them.org> <83ws93cmp0.fsf@gnu.org> <200904291908.n3TJ8ic6007273@brahms.sibelius.xs4all.nl> 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/msg00223.txt.bz2 > Date: Wed, 29 Apr 2009 21:08:44 +0200 (CEST) > From: Mark Kettenis > CC: drow@false.org, gdb@sourceware.org > > > But then why does GDB 6.1 have no problems debugging the same binary? > > Did GDB 6.1 have the DWARF2 frame unwinder enabled for DJGPP? Maybe not. How can I tell? (I have the sources for GDB 6.1 handy, so I can look if I know where.) Thanks.