summaryrefslogtreecommitdiff
path: root/gnu/classpath/jdwp
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings in gnu.classpath.* code (mainly the JDWP implementation).Andrew John Hughes2013-03-0542-202/+234
* Normalise whitespace.Andrew John Hughes2010-06-0384-750/+742
* PRclasspath/36677: Add missing writeAndrew John Hughes2008-07-071-1/+1
* 2008-05-05 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-05-051-3/+5
* 2008-01-09 Stefan Huehner <stefan@huehner.org>Andrew John Hughes2008-01-111-2/+2
* 2007-09-18 Dalibor Topic <robilad@kaffe.org>Dalibor Topic2007-09-183-3/+0
* * classpath/gnu/classpath/jdwp/value/StringValue.javaKeith Seitz2007-06-191-3/+6
* * gnu/classpath/jdwp/processor/ClassTypeCommandSet.javaKeith Seitz2007-06-194-97/+62
* 2007-05-11 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway2007-05-111-2/+1
* * gnu/classpath/jdwp/Jdwp.java (notify): Rewrite to callKeith Seitz2007-05-033-22/+114
* * gnu/classpath/jdwp/event/EventManager.javaKeith Seitz2007-04-272-25/+25
* * gnu/classpath/jdwp/event/filters/LocationOnlyFilter.javaKeith Seitz2007-04-272-12/+20
* 2007-04-03 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway2007-04-031-0/+92
* Update copyright header.Kyle Galloway2007-03-301-1/+1
* 2007-03-30 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway2007-03-301-4/+4
* Grr. Wrong patch. Ignore the previous version.Keith Seitz2007-03-301-6/+3
* * gnu/classpath/jdwp/event/ThreadStartEvent.java (Event):Keith Seitz2007-03-292-16/+28
* 2007-03-27 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway2007-03-271-1/+1
* 2007-03-09 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway2007-03-0921-323/+1583
* * gnu/classpath/jdwp/processor/EventRequestCommandSet.javaKeith Seitz2007-03-018-64/+227
* * gnu/classpath/jdwp/processor/MethodCommandSet.javaKeith Seitz2007-02-283-19/+17
* 2007-02-28 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway2007-02-282-0/+129
* * vm/refernece/gnu/classpath/jdwp/VMVirtualMachine.javaKeith Seitz2007-02-221-17/+8
* 2007-02-22 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway2007-02-221-1/+1
* 2007-02-02 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway2007-02-021-3/+6
* * gnu/classpath/jdwp/events/filters/StepFilter.java:Keith Seitz2007-01-182-6/+14
* 2007-01-16 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway2007-01-163-8/+70
* 2007-01-15 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway2007-01-151-0/+63
* 2007-01-15 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway2007-01-151-0/+56
* 2007-01-15 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway2007-01-151-0/+62
* 2006-07-18 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway2006-07-272-16/+51
* * gnu/classpath/jdwp/event/EventManager.java (getDefault): RedoKeith Seitz2006-06-162-3/+13
* * gnu/classpath/jdwp/Jdwp.java (_initLock): New field.Keith Seitz2006-06-163-5/+48
* 2006-06-16 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway2006-06-164-0/+4
* 2006-06-16 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway2006-06-161-1/+1
* 2006-06-15 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway2006-06-151-1/+1
* From Kyle Galloway <kgallowa@redhat.com>:Keith Seitz2006-06-132-16/+30
* From Kyle Galloway <kgallowa@redhat.com>:Keith Seitz2006-06-131-0/+96
* From Kyle Galloway <kgallowa@redhat.com>:Keith Seitz2006-06-121-0/+120
* From Kyle Galloway <kgallowa@redhat.com>:Keith Seitz2006-06-122-0/+231
* From Kyle Galloway <kgallowa@redhat.com>:Keith Seitz2006-06-121-25/+20
* From Kyle Galloway <kgallowa@redhat.com>:Keith Seitz2006-06-121-0/+143
* From Kyle Galloway <kgallowa@redhat.com>:Keith Seitz2006-06-1211-18/+52
* From Martin Platter <motse@complang.tuwien.ac.at>:Keith Seitz2006-06-023-5/+13
* 2006-04-21 David Gilbert <david.gilbert@object-refinery.com>David Gilbert2006-04-211-2/+2
* * gnu/classpath/jdwp/Jdwp.java (_mainThread): Not needed. RemovedKeith Seitz2006-03-161-17/+1
* * gnu/classpath/jdwp/Jdwp.java (getJdwpThreadGroup): New method.Keith Seitz2006-03-161-0/+10
* * gnu/classpath/jdwp/util/LineTable.java (lines): Remove all occurancesKeith Seitz2006-03-161-11/+10
* * gnu/classpath/jdwp/util/Location.java: Rewrite using VMMethod.Keith Seitz2006-03-161-35/+53
* * gnu/classpath/jdwp/event/filters/LocationOnlyFilter.java:Keith Seitz2006-03-151-3/+10