Hi,
This patch is actually two unrelated patches. The first "implements" the
matches method from the StepFilter. Like the BreakpointFilter,
StepFilter always matches. [See expanded comments in StepFilter or
BreakpointFilter for more.]
The second deals with a tweak to EventManager to honor the startup
suspend option. Originally I was dealing with this differently, but I
see no reason why this should be necessary.
Keith
ChangeLog
2007-01-17 Keith Seitz <[EMAIL PROTECTED]>
* gnu/classpath/jdwp/events/filters/StepFilter.java:
Update javadoc.
(matches): Implement.
* gnu/classpath/jdwp/event/EventManager.java (EventManager): Honor
agent startup suspension for VM_INIT.