This is the mail archive of the gdb@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: C++ nested classes, namespaces, structs, and compound statements


Nothing much to add, except that namespace support is even
more critical for Java, in which *all* code uses namespaces
(aka "packages").  We kludge around it, by treating a compound
name like 'java.lang.Object' as a single name, but this doesn't
work all that well, especially with mixed Java/C++ code.  And
the primitive methods in Gcj are written in C++.

Fixing this mess is perhaps the most critical issue in terms
of improving Java support in gdb.

Java also has nested ("inner") classes.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


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