This is the mail archive of the gdb-patches@sources.redhat.com 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: [patch/rfa] Test java's "break main"


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


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