X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Mon, 04 May 2009 16:41:37 +0300 From: Eli Zaretskii Subject: Re: Please help resurrecting GDB for version 7.0 release In-reply-to: <49FEE5FF.3030107@iki.fi> X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp AT delorie DOT com Message-id: <83my9tdlym.fsf@gnu.org> References: <83zldveryw DOT fsf AT gnu DOT org> <49FD42B3 DOT 90003 AT iki DOT fi> <83r5z5dsyb DOT fsf AT gnu DOT org> <49FEE5FF DOT 3030107 AT iki DOT fi> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Mon, 04 May 2009 15:56:31 +0300 > From: Andris Pavenis > > > Do you have somewhere the diffs against the original 6.8 distribution? > > > Perhaps it is not so difficult to get them from source archive. > I'll take a look when I'll have time. Thank you. > Setting breakpoint to procedure which has no debug info failed in: > - old GDB versions for DJGPP > - at least version 6.5 under Linux (CentOS-5.2). For Linux upgrade > to 6.8 fixed the problem. > When I attempted to set breakpoint to some C procedure I got a message > that it has been set somewhere in libstdc++. Is the problem limited to functions with no debug info? And by "with no debug info" you mean "no source line info", right? You don't mean stripped, right?