X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f X-Authentication-Warning: new-smtp1.ihug.com.au: Host p713-apx1.syd.ihug.com.au [203.173.142.205] claimed to be acceleron Message-ID: <001b01c1a714$813b3490$0102a8c0@acceleron> From: "Andrew Cottrell" To: "Eli Zaretskii" Cc: , "Andris Pavenis" References: Subject: Re: Test archives of gcc-3.1 20020124 Date: Sun, 27 Jan 2002 20:24:33 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Reply-To: djgpp-workers AT delorie DOT com Eli, Thanks for this. I will check GDB in a few more months. I don't have any hard core C++ debugging to do at the moment, but I do have one C++ app that I have had problems debugging and had to revert to the good old cout (printf) technique. Andrew ----- Original Message ----- From: "Eli Zaretskii" To: "Andrew Cottrell" Cc: ; "Andris Pavenis" Sent: Sunday, January 27, 2002 7:47 PM Subject: Re: Test archives of gcc-3.1 20020124 > > On Sun, 27 Jan 2002, Andrew Cottrell wrote: > > > Do you know of a combination of GCC 3.x and GDB 5.x that will allow C++ to > > be fully debugged with as per GCC 2.9.53 & GDB 5.0? Another way of putting > > this is which version of GDB 5.x can be used to fully debug C++ code > > produced by GCC 3.x without problems? > > No existing version of GDB can fully debug the C++ code produced by > GCC 3.x series. The latest release 5.1.1, available from > ftp://sourceware.cygnus.com/pub/gdb/releases/ since two days ago, > should be better than GDB 5.0, but there are still problems which > won't be resolved until GDB 5.2 is released some time in March. > (The details about the problems can be found in the archives of the > mailing lists gdb and gdb-patches.) > > GCC developers seem to be unwilling to slow down the development rate > and/or help GDB developers to catch up with all their new features and > changes. So GDB lags behind. > > If you need to debug serious C++ programs, the best advice I can give > is to get GDB 5.1.1 from the Redhat FTP site and build it. Caveat > emptor: I didn't yet have time to do that myself, so it's possible > that the distribution has some problems that are unknown to me. >