* gnu/classpath/jdwp/VMVirtualMachine.java

(_stepping_threads): New member.
        * classpath/lib/gnu/classpath/jdwp/VMVirtualMachine.class:
        Regenerated.
        * gnu/classpath/jdwp/VMVirtualMachine.h:
        Regenerated.
        * gnu/claspath/jdwp/natVMVirtualMachine.cc
        (get_request_step_filter): New function.
        (DISABLE_EVENT): New macro.
        (initialize): Initialize _stepping_threads.
        (registerEvent): Implement EVENT_SINGLE_STEP.
        (unregisterEvent): Likewise.

From-SVN: r121769
This commit is contained in:
Keith Seitz 2007-02-09 18:43:21 +00:00 committed by Keith Seitz
parent bd01e4eaee
commit 410b0a2c94
5 changed files with 99 additions and 1 deletions