This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [RFA] gcj PR debug/40990


>>>>> "David" == David Daney <ddaney@caviumnetworks.com> writes:

David> This may be a naive suggestion, but why not s::<init> or similar to
David> match the class file names?

I think the pubnames index ought to contain "s.s" for a Java constructor
of class 's'.  I suppose a debugger will have to know that <init> is
special anyhow, but it seems clearer to just use the name the user
wrote.

For <clinit>, there is no user-specified name, but it seems useful to
still put it in the index, so IMO the index ought to contain
"s.<clinit>".

Tom


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