aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/classpath
AgeCommit message (Expand)AuthorFilesLines
2007-06-03libjava/classpath/ChangeLog.gcj:Matthias Klose5-53/+43
2007-05-17natVMMethod.cc (getModifiers): Check for native classes and mark methods as n...Kyle Galloway1-0/+7
2007-05-17VMFrame.java (<init>): Add parameter for "this" pointer.Kyle Galloway3-5/+17
2007-05-16java-interp.h (breakpoint_at): Declare.Keith Seitz1-0/+3
2007-05-16java-interp.h (breakpoint_at): Declare.Keith Seitz2-5/+31
2007-05-07Jdwp.class: Regenerate.Keith Seitz3-2/+11
2007-05-04natVMVirtualMachine.cc (getClassMethod): Change to use JVMTI.Kyle Galloway1-5/+18
2007-05-04jvmti-int.h (_Jv_ReportJVMTIExceptionThrow): Declare.Keith Seitz1-0/+57
2007-04-28Jdwp.class: Regenerated.Keith Seitz1-1/+3
2007-04-28LocationOnlyFilter.class: Regenerated;Keith Seitz3-1/+14
2007-04-25VMIdManager.java (getObjectId): Deal with null objects.Kyle Galloway1-1/+9
2007-04-242007-04-24 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway1-2/+31
2007-04-23natVMVirtualMachine.cc (getSourceFile): Check for null source file and throw ...Kyle Galloway1-1/+9
2007-04-09ArrayValue.java: New file.Kyle Galloway2-0/+56
2007-04-05VariableTable.java: Change longs to ints for argCnt and slots.Kyle Galloway1-2/+2
2007-04-02interpret-run.cc: Add code to properly set up variable slots when debugging.Kyle Galloway1-7/+300
2007-03-27VMFrame.java: Update from upstream classpath.Keith Seitz26-28/+994
2007-03-13java-interp.h (_Jv_InterpClass): Declare friend function _Jv_GetInterpClassSo...Keith Seitz1-2/+2
2007-03-13Makefile.am (AM_CXXFLAGS): Define ECJ_JAR_FILE.Thomas Fitzsimmons3-0/+15
2007-03-06AbsentInformationException.java: New file.Kyle Galloway2-7/+125
2007-02-20* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz1-19/+20
2007-02-17* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz1-0/+175
2007-02-16[multiple changes]Andrew Haley1-46/+0
2007-02-15PlainSocketImpl.h: Regenerate.David Daney2-30/+32
2007-02-15natVMVirtualMachine (getFrames): Implement.Kyle Galloway1-4/+42
2007-02-13* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz1-2/+28
2007-02-10re PR libgcj/30742 (ResourceBundle regression)Andrew Haley1-21/+29
2007-02-09* gnu/classpath/jdwp/VMVirtualMachine.javaKeith Seitz3-1/+84
2007-02-08StackFrameCommandSet.java (executeGetValues): Pass jlong instead of ByteBuffer.Kyle Galloway6-46/+145
2007-02-05* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz1-1/+94
2007-02-02natVMVirtualMachine.cc (getFrameCount): Implement.Kyle Galloway1-2/+9
2007-01-29jvmti_md.h (_CLASSPATH_VM_JVMTI_TYPES_DEFINED): Define.Keith Seitz1-8/+4
2007-01-27* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz1-14/+98
2007-01-25jvmti-int.h (_Jv_GetJDWP_JVMTIEnv): Declare.Keith Seitz2-6/+30
2007-01-24* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz1-2/+32
2007-01-24natVMStackWalker.cc: Call InitClass everywhere.Andrew Haley1-1/+12
2007-01-23* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz1-2/+8
2007-01-19natVMFrame.cc: Mark unused parameters with MAYBE_UNUSED.Keith Seitz1-3/+5
2007-01-19natVMVirtualMachine.cc: Mark unused parameters in methods and reformat.Keith Seitz1-23/+29
2007-01-19From Macro Trudel <mtrudel@gmx.ch>:Keith Seitz1-2/+2
2007-01-16natVMVirtualMachine.cc (DEFINE_CALLBACK): New macro.Keith Seitz1-0/+25
2007-01-15natVMVirtualMachine.cc (suspendThread): Use java.lang.StringBuilder instead o...Keith Seitz1-10/+8
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey154-3/+6807
2006-11-02* gnu/classpath/jdwp/natVMMethod.cc (getLineTable): Implement.Keith Seitz1-2/+38
2006-10-11natSystemProperties.cc (insertSystemProperties): Removed obsolete comment.Tom Tromey1-1/+1
2006-09-25* gnu/classpath/jdwp/VMVirtualMachine.javaKeith Seitz2-1/+100
2006-08-23* gnu/classpath/jdwp/VMVirtualMachine.javaKeith Seitz2-0/+14
2006-08-22re PR libgcj/27890 (lib/logging.properties pollutes common namespace)Thomas Fitzsimmons1-4/+4
2006-08-04VMFrame.java: Update to Classpath 0.91.Keith Seitz7-46/+366
2006-08-01natSystemProperties.cc: Add additional check for getpwuid_r on _POSIX_PTHREAD...Andreas Tobler1-2/+2