Re: [cp-patches] [PATCH/JDWP] VMVirtualMachine, JdwpConstants, Jdwp

2005-09-04 Thread Mark Wielaard
Hi, On Sun, 2005-09-04 at 20:43 +0200, Mark Wielaard wrote: > 2005-09-04 Mark Wielaard <[EMAIL PROTECTED]> > > * gnu/classpath/jdwp/event/filters/ClassMatchFilter.java > (matches): Remove InvalidClassException since it is never thrown. > * vm/reference/gnu/classpath/jdwp/VMIdManager.java

Re: [cp-patches] [PATCH/JDWP] VMVirtualMachine, JdwpConstants, Jdwp

2005-09-04 Thread Mark Wielaard
Hi Keith, On Fri, 2005-09-02 at 17:18 -0700, Keith Seitz wrote: > While these are the last of the outstanding files, rest assured that > both Jdwp.java and VMVirtualMachine.java are exceptionally likely to > change (perhaps quite dramatically) in the coming weeks, as I begin > checking in a gcj

[cp-patches] [PATCH/JDWP] VMVirtualMachine, JdwpConstants, Jdwp

2005-09-02 Thread Keith Seitz
Hello, This is the last of the outstanding files that I have for gnu.classpath.jdwp. JdwpConstants is self-explanatory. Jdwp is the main entry for the back-end, containing methods to send events and get the back-end started (and stopped). VMVirtualMachine contains methods for the back-end to