gcc/libjava/gnu/classpath/jdwp/exception
Keith Seitz fd6a66a10a VMFrame.java: Update from upstream classpath.
* gnu/classpath/jdwp/VMFrame.java: Update from upstream
        classpath.
        * gnu/classpath/jdwp/natVMFrame.cc: Likewise.
        * gnu/classpath/jdwp/VMVirtualMachine.java: Likewise.
        * gnu/classpath/jdwp/natVMVirtualMachine.cc: Likewise.
        (initialize): Fix compiler type-punning warning.
        (getAllLoadedClasses): Return empty list instead of NULL.
        (getLoadRequests): Likewise.
        * gnu/classpath/jdwp/exception/InvalidTagException.h: New file.
        * gnu/classpath/jdwp/exception/InvalidSlotException.h: New file.
        * gnu/classpath/jdwp/exception/TypeMismatchException.h: New file.
        * gnu/classpath/jdwp/VMVirtualMachine.h: Rebuilt.
        * gnu/classpath/jdwp/value/CharValue.h: New file.
        * gnu/classpath/jdwp/value/LongValue.h: New file.
        * gnu/classpath/jdwp/value/ShortValue.h: New file.
        * gnu/classpath/jdwp/value/Value.h: New file.
        * gnu/classpath/jdwp/value/BooleanValue.h: New file.
        * gnu/classpath/jdwp/value/VoidValue.h: New file.
        * gnu/classpath/jdwp/value/ByteValue.h: New file.
        * gnu/classpath/jdwp/value/FloatValue.h: New file.
        * gnu/classpath/jdwp/value/ObjectValue.h: New file.
        * gnu/classpath/jdwp/value/StringValue.h: New file.
        * gnu/classpath/jdwp/value/ValueFactory.h: New file.
        * gnu/classpath/jdwp/value/IntValue.h: New file.
        * gnu/classpath/jdwp/value/DoubleValue.h: New file.
        * gnu/classpath/jdwp/VMFrame.h: Rebuilt.
        * gnu/classpath/jdwp/id/NullObjectId.h: New file.
        * gnu/classpath/jdwp/util/MethodResult.h: Rebuilt.
        * gnu/classpath/jdwp/util/NullObject.h: New file.
        * gnu/classpath/jdwp/util/MonitorInfo.h: New file.
        * Makefile.in: Rebuilt.
        * sources.am: Rebuilt.

From-SVN: r123266
2007-03-27 18:42:49 +00:00
..
AbsentInformationException.h AbsentInformationException.java: New file. 2007-03-06 21:09:22 +00:00
InvalidClassException.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
InvalidClassLoaderException.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
InvalidCountException.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
InvalidEventTypeException.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
InvalidFieldException.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
InvalidFrameException.h StackFrameCommandSet.java (executeGetValues): Pass jlong instead of ByteBuffer. 2007-02-08 18:21:00 +00:00
InvalidLocationException.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
InvalidMethodException.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
InvalidObjectException.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
InvalidSlotException.h VMFrame.java: Update from upstream classpath. 2007-03-27 18:42:49 +00:00
InvalidStringException.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
InvalidTagException.h VMFrame.java: Update from upstream classpath. 2007-03-27 18:42:49 +00:00
InvalidThreadException.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
InvalidThreadGroupException.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpException.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpIllegalArgumentException.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpInternalErrorException.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
NativeMethodException.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
NotImplementedException.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
TypeMismatchException.h VMFrame.java: Update from upstream classpath. 2007-03-27 18:42:49 +00:00
VmDeadException.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00