summaryrefslogtreecommitdiffstats
path: root/libjava/gnu/classpath/jdwp/processor
Commit message (Collapse)AuthorAgeFilesLines
* Merged gcj-eclipse branch to trunk.tromey2007-01-0918-0/+896
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120621 138bc75d-0d04-0410-961f-82ee72b054a4
* Major merge with Classpath.tromey2005-07-168-1559/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Removed many duplicate files. * HACKING: Updated.x * classpath: Imported new directory. * standard.omit: New file. * Makefile.in, aclocal.m4, configure: Rebuilt. * sources.am: New file. * configure.ac: Run Classpath configure script. Moved code around to support. Disable xlib AWT peers (temporarily). * Makefile.am (SUBDIRS): Added 'classpath' (JAVAC): Removed. (AM_CPPFLAGS): Added more -I options. (BOOTCLASSPATH): Simplified. Completely redid how sources are built. Include sources.am. * include/Makefile.am (tool_include__HEADERS): Removed jni.h. * include/jni.h: Removed (in Classpath). * scripts/classes.pl: Updated to look at built classes. * scripts/makemake.tcl: New file. * testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Added -I options. (gcj_jni_invocation_compile_c_to_binary): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102082 138bc75d-0d04-0410-961f-82ee72b054a4
* * gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java:aluchko2005-07-141-0/+474
| | | | | | | Implemented VirtualMachine Command Set. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102026 138bc75d-0d04-0410-961f-82ee72b054a4
* * gnu/classpath/jdwp/processor/FieldCommandSet.java:aluchko2005-07-122-0/+133
| | | | | | | | | Implemented the Field CommandSet. * gnu/classpath/jdwp/processor/InterfaceTypeCommandSet.java: Implemented the InterfaceType CommandSet. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101951 138bc75d-0d04-0410-961f-82ee72b054a4
* * gnu/classpath/jdwp/processor/PacketProcessor.java (run): Sendaluchko2005-07-121-2/+3
| | | | | | | shutdown to jdwp instead of connection. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101936 138bc75d-0d04-0410-961f-82ee72b054a4
* * gnu/classpath/jdwp/processor/ObjectReferenceCommandSet.java:aluchko2005-07-121-0/+249
| | | | | | | New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101935 138bc75d-0d04-0410-961f-82ee72b054a4
* * gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java:Newaluchko2005-07-071-0/+321
| | | | | | | file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101730 138bc75d-0d04-0410-961f-82ee72b054a4
* * gnu/classpath/jdwp/processor/StringReferenceCommandSet.java:aluchko2005-07-051-0/+98
| | | | | | | New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101628 138bc75d-0d04-0410-961f-82ee72b054a4
* * gnu/classpath/jdwp/processor/CommandSet.java: New file.aluchko2005-07-042-32/+177
| | | | | | | | | | * gnu/classpath/jdwp/processor/PacketProcessor.java: Use CommandSets to handle JdwpCommandPackets. * gnu/classpath/jdwp/transport/JdwpReplyPacket.java: New Constructor. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101601 138bc75d-0d04-0410-961f-82ee72b054a4
* Update FSF addresskcook2005-06-301-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101453 138bc75d-0d04-0410-961f-82ee72b054a4
* * gnu/classpath/jdwp/id/JdwpIdFactory.java: New file.kseitz2005-06-151-0/+138
* gnu/classpath/jdwp/processor/PacketProcessor.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100970 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud