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] | |
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; }
ptype jmisc
type = class jmisc extends java.lang.Object { jmisc();
void main(java.lang.String[])void;
}
(gdb) FAIL: gdb.java/jmisc.exp: ptype jmiscIs this a testcase problem or still something wrong in the symbol reader?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |