[patch/rfa] Test java's "break main"

David Carlton carlton@kealia.com
Thu Mar 25 21:49:00 GMT 2004


On Thu, 25 Mar 2004 16:47:37 -0500, Andrew Cagney <cagney@gnu.org> said:

> This tests the ability to set a breakpoint on "main" in Java.  It
> tries three alternatives:

> (gdb) break main
> (gdb) break jmain.main
> (gdb) break jmain.main(...)

> at present only the third works.  The others are KFAILed as they
> involve changes to both gcj and gdb.

For what it's worth, I like this patch; it's certainly an improvement
over the way we used to test this issue.

David Carlton
carlton@kealia.com



More information about the Gdb-patches mailing list