This is the mail archive of the gdb-patches@sourceware.org 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: [RFA] Java DWARF fixes


On 03/26/2010 09:48 AM, Ulrich Weigand wrote:
Thanks!  Unfortunately, the test case still fails for me:
FAIL: gdb.java/jmisc.exp: ptype jmisc

This time the problem seems to be that the constructor
is shown with a "void" argument list:

type = class jmisc extends java.lang.Object {

     void main(java.lang.String[])void;
     jmisc(void)void;
}

For reference, this is what the test log shows for this test before dwarf2_physname:


ptype jmisc
type = class jmisc  extends java.lang.Object {

    jmisc();
    void main(java.lang.String[])void;
}
(gdb) FAIL: gdb.java/jmisc.exp: ptype jmisc

Is this a testcase problem or still something wrong in
the symbol reader?

This is more a problem with the type printer, I should think. I've been trying to fix this "for good," but I've run into a few roadblock thinko's that need working around.


Stay tuned...

Keith


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