stab at a fix for PR java/1039

Michael Elizabeth Chastain mec@shout.net
Sun Jun 22 21:10:00 GMT 2003


Argh, I forgot about jmisc.exp.

  (gdb) break jmisc.main
  the class jmisc does not have any method named main
  Hint: try 'jmisc.main<TAB> or 'jmisc.main<ESC-?>
  (Note leading single quote.)
  (gdb) FAIL: gdb.java/jmisc.exp: setting breakpoint at jmisc.main

I am getting that too.  :(

But jmisc1.exp and jmisc2.exp work:

  (gdb) break jmisc.main(java.lang.String[])^M
  Breakpoint 1 at 0x804adde: file /berman/fsf/_today_/source/gdb/HEAD/src/gdb/testsuite/gdb.java/jmisc.java, line 6.^M

  (gdb) break jmisc.main(java.lang.String[])^M
  Breakpoint 1 at 0x804adde: file /berman/fsf/_today_/source/gdb/HEAD/src/gdb/testsuite/gdb.java/jmisc.java, line 6.^M

Michael C



More information about the Gdb-patches mailing list