[cp-patches] [PATCH/JDWP] Implement StepFilter.matches and tweak
Keith Seitz
keiths at redhat.com
Thu Jan 18 01:11:10 UTC 2007
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 <keiths at redhat.com>
* 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: stepfilter-tweak.patch
Type: text/x-patch
Size: 0 bytes
Desc: not available
Url : http://developer.classpath.org/pipermail/classpath-patches/attachments/20070117/e1aa3edc/stepfilter-tweak.bin
More information about the Classpath-patches
mailing list