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]

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


Hello,

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.

comments, ok?
Andrew


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