From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Faylor To: gdb@sources.redhat.com Subject: Re: gdb + gcc/g++ 3.x Date: Mon, 08 Oct 2001 13:40:00 -0000 Message-id: <20011008164135.A20141@redhat.com> References: <3BC1E656.7F705DA7@cisco.com> <20011008135114.A6657@nevyn.them.org> X-SW-Source: 2001-10/msg00083.html On Mon, Oct 08, 2001 at 01:51:14PM -0400, Daniel Jacobowitz wrote: >On Mon, Oct 08, 2001 at 01:45:58PM -0400, rwilcher wrote: >> >> When will you be able to use gdb with G++ 3.x? Anyone know when >> the line number/breakpoint setting will work? is there a patch? > >The work hasn't been done yet, so there is no expected time. I've been >looking in to some of the problems; I'm sure other people have as well. What are the problems? I use gdb with g++ 3.x output all of the time with no problems. There are problems with optimised code but you have to sort of expect that. I know that there are some outstanding problems with libstdc++v3 and gdb but they don't, AFAIK, affect setting breakpoints on lines. cgf