This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] gdb.c++/local.exp: make usable with gcc


mec> . For a nested class definition with v3 dwarf-2 (plus 2.96-rh dwarf-2),
mec>   gdb prints two copies of the member function declaration.
mec> 
mec> . gdb treats the commands "ptype InnerLocal::NestedInnerLocal" as a
mec>   field lookup in the InnerLocal class, failing to find the nested
mec>   class named NestedInnerLocal.  This happens with both v2 and v3,
mec>   both dwarf-2 and stabs+.
mec> 
mec> I'm going to put this up for comment for 24 hours and then commit.
mec> After commit, I will file PR's for the bugs.

danj> Thanks!  I'll take a look at those to-be PRs when I have a chance.

These are now gnats:gdb/482 and gnats:gdb/483.

My goal is to tag every FAIL in gdb.c++/*.exp with a PR number.

Michael C


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]