This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Fix c++/16597 (crash when inspecting lambda expression variables)
- From: Tom Tromey <tromey at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: "gdb-patches\ at sourceware dot org ml" <gdb-patches at sourceware dot org>
- Date: Wed, 16 Apr 2014 14:20:36 -0600
- Subject: Re: [RFA] Fix c++/16597 (crash when inspecting lambda expression variables)
- Authentication-results: sourceware.org; auth=none
- References: <532C7A56 dot 8010201 at redhat dot com> <8738hlqfyw dot fsf at fleche dot redhat dot com> <534D7532 dot 1020208 at redhat dot com>
Keith> Ha ha. At least I didn't give away the farm! Alas, it isn't obvious to
Keith> me why 'main' would cause problems -- several .S files contain
Keith> references to that still.
Probably something weird I did back then.
I only vaguely recall it.
Keith> I'm attaching the latest revision of this.
Keith> ChangeLog
Keith> 2014-04-15 Keith Seitz <keiths@redhat.com>
Keith> PR c++/16597
Keith> * cp-namespace.c (lookup_symbol_file): If the type name of
Keith> `this' is NULL, return immediately.
Keith> testsuite/ChangeLog
Keith> 2014-04-15 Keith Seitz <keiths@redhat.com>
Keith> PR c++/16597
Keith> * gdb.cp/namelessclass.exp: New file.
Keith> * gdb.cp/namelessclass.S: New file.
Keith> * gdb.cp/namelessclass.cc: New file.
Thanks, this is ok.
Tom