summaryrefslogtreecommitdiff
path: root/libjava/gnu/classpath/jdwp
AgeCommit message (Expand)Author
2007-03-13java-interp.h (_Jv_InterpClass): Declare friend function _Jv_GetInterpClassSo...Keith Seitz
2007-03-06AbsentInformationException.java: New file.Kyle Galloway
2007-02-20* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz
2007-02-17* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz
2007-02-15PlainSocketImpl.h: Regenerate.David Daney
2007-02-15natVMVirtualMachine (getFrames): Implement.Kyle Galloway
2007-02-13* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz
2007-02-09* gnu/classpath/jdwp/VMVirtualMachine.javaKeith Seitz
2007-02-08StackFrameCommandSet.java (executeGetValues): Pass jlong instead of ByteBuffer.Kyle Galloway
2007-02-05* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz
2007-02-02natVMVirtualMachine.cc (getFrameCount): Implement.Kyle Galloway
2007-01-29jvmti_md.h (_CLASSPATH_VM_JVMTI_TYPES_DEFINED): Define.Keith Seitz
2007-01-27* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz
2007-01-25jvmti-int.h (_Jv_GetJDWP_JVMTIEnv): Declare.Keith Seitz
2007-01-24* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz
2007-01-23* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz
2007-01-19natVMFrame.cc: Mark unused parameters with MAYBE_UNUSED.Keith Seitz
2007-01-19natVMVirtualMachine.cc: Mark unused parameters in methods and reformat.Keith Seitz
2007-01-19From Macro Trudel <mtrudel@gmx.ch>:Keith Seitz
2007-01-16natVMVirtualMachine.cc (DEFINE_CALLBACK): New macro.Keith Seitz
2007-01-15natVMVirtualMachine.cc (suspendThread): Use java.lang.StringBuilder instead o...Keith Seitz
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey
2006-11-02* gnu/classpath/jdwp/natVMMethod.cc (getLineTable): Implement.Keith Seitz
2006-09-25* gnu/classpath/jdwp/VMVirtualMachine.javaKeith Seitz
2006-08-23* gnu/classpath/jdwp/VMVirtualMachine.javaKeith Seitz
2006-08-04VMFrame.java: Update to Classpath 0.91.Keith Seitz
2006-05-18Imported GNU Classpath 0.90Mark Wielaard
2006-03-10Imported GNU Classpath 0.90Mark Wielaard
2005-09-23Imported Classpath 0.18.Tom Tromey
2005-07-16Major merge with Classpath.Tom Tromey
2005-07-14VirtualMachineCommandSet.java: Implemented VirtualMachine Command Set.Aaron Luchko
2005-07-12FieldCommandSet.java: Implemented the Field CommandSet.Aaron Luchko
2005-07-12PacketProcessor.java (run): Send shutdown to jdwp instead of connection.Aaron Luchko
2005-07-12ObjectReferenceCommandSet.java: New file.Aaron Luchko
2005-07-07* gnu/classpath/jdwp/util/Signature.javaAaron Luchko
2005-07-07* gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java:NewAaron Luchko
2005-07-05StringReferenceCommandSet.java: New file.Aaron Luchko
2005-07-04CommandSet.java: New file.Aaron Luchko
2005-06-30* gnu/classpath/jdwp/util/JdwpString.java: New file.Aaron Luchko
2005-06-30JdwpPacket.java (write): New method.Keith Seitz
2005-06-30JdwpConnection.java (sendEvent): New method.Keith Seitz
2005-06-30Update FSF addressKelley Cook
2005-06-27Okay, let's see if CVS can actually put these in the right place...Keith Seitz
2005-06-15JdwpIdFactory.java: New file.Keith Seitz
2005-06-14ArrayId.java: New file.Keith Seitz
2005-06-07* gnu/classpath/jdwp/transport/JdwpConnection.java: New file.Keith Seitz
2005-06-07* gnu/classpath/jdwp/util/Signature.java: New file.Keith Seitz
2005-06-03* gnu/classpath/jdwp/transport/TransportFactory.java: New file.Keith Seitz
2005-06-03ITransport.java: New file.Keith Seitz
2005-06-02* gnu/classpath/jdwp/transport/TransportException.java: New file.Keith Seitz