Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com X-Authentication-Warning: makita.cygnus.com: keiths owned process doing -bs Date: Mon, 29 Oct 2001 08:52:16 -0800 (PST) From: Keith Seitz To: "Michael D. Crawford" cc: Subject: Re: gdb crash examining "this" in C++ In-Reply-To: <3BDD2758.3040003@goingware.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 29 Oct 2001, Michael D. Crawford wrote: > I have a repeatable crash in my program using gdb to debug a C++ program. The > crash happens when I view local variables, then click the "+" symbol to expand > the view of "this". > > When I select "Local Variables" from the View menu, the stack window pops up and > shows the stack where my program is located. The problem is in gdb's varobj.c: it is incapable of handling c++ right now. I don't know why this is an issue all of a sudden. My only guess is that gdb hadnles the v3 abi a little differently. I am currently trying to get patches through gdb, but it is turning out to be a major chore. May I suggest you watch for updates to varobj.c in gdb's repository or peeking for posts to gdb-patches AT sources DOT redhat DOT com which involve varobj.c? If you're really desparate, I could send you my patches, for a small handling fee of $5,000. Ok, maybe just some testing. O:-) Email me privately if you'd like to be a guinea pig for this. Keith -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/