X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: pavenis AT lanet DOT lv To: "Eli Zaretskii" , djgpp-workers AT delorie DOT com Date: Wed, 27 Feb 2002 17:19:26 +0200 MIME-Version: 1.0 Subject: Re: ANNOUNCE: DJGPP port of GDB 5.1.1 uploaded Message-ID: <3C7D151E.28870.C81F03@localhost> In-reply-to: <200202262033.g1QKXxM24610@delorie.com> X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 26 Feb 2002 at 22:23, Eli Zaretskii wrote: > This is to announce that the DJGPP port of version 5.1.1 of the GNU > Debugger (GDB) package is available from SimTel.NET mirrors worldwide: > > * Support for DWARF2 debug info format. DWARF2 is the most > sophisticated format of debug info produced by GCC, it is > especially important in debugging optimized C code and C++ code. > GCC 3.x produces DWARF2 debug info when it is invoked with the > -ggdb or -ggdbN option (where N is the level of debug info). GDB-5.1.1 seems to work rather nicely when I'm trying to step rather complex C++ program (with heavy use of STL) if it is compiled without optimisations and with DWARF2 debug info. If I compile ir using -O2 and DWARF2 debug info things are much worse especially if GDB (or RHIDE) is linked with CVS libc (verified that CVS libdgb.a does not cause any problems). Retested with GDB 20020227 snapshot (current) and this did not change. Andris