This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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]

[RFA/JDWP] [Un]Register breakpoint events


Hi,

The attach patch adds support for registering and unregistering breakpoint events. With this patch, it should now be possible to set and clear breakpoints in the interpreter. This is one of two remaining patches which remains to fully implement breakpoints for JDWP. A follow-on patch implementing the JVMTI breakpoint callback is all that remains.

Keith

ChangeLog
2007-02-01  Keith Seitz  <keiths@redhat.com>

        * gnu/classpath/jdwp/natVMVirtualMachine.cc
        (registerEvent): Implement EVENT_BREAKPOINT.
        (unregisterEvent): Likewise.
        (get_request_location): New function.


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