summaryrefslogtreecommitdiffstats
path: root/runtime/jdwp
Commit message (Expand)AuthorAgeFilesLines
* JDWP: asynchronous invoke command handlingSebastien Hertz2015-06-125-105/+99
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-022-2/+3
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-262-0/+2
* JDWP: more GC safetySebastien Hertz2015-05-183-49/+95
* JDWP: properly combine location eventsSebastien Hertz2015-05-071-0/+2
* Replace NULL with nullptrMathieu Chartier2015-04-223-3/+3
* Fix DCHECK failures from Class::VisitFieldRootsMathieu Chartier2015-04-134-15/+15
* Merge "JDWP: fix thread_list deadlock"Sebastien Hertz2015-04-132-3/+13
|\
| * JDWP: fix thread_list deadlockSebastien Hertz2015-04-082-3/+13
* | Move ArtField to nativeMathieu Chartier2015-04-102-5/+5
* | Merge "Fix JDWP race at runtime shutdown"Sebastien Hertz2015-04-083-6/+40
|\ \
| * | Fix JDWP race at runtime shutdownSebastien Hertz2015-04-013-6/+40
| |/
* | JDWP: clear exception when allocation failsSebastien Hertz2015-04-021-10/+6
|/
* JDWP: Optimized single step during debuggingDaniel Mihalyi2015-03-243-16/+1
* JDWP: allocate DebugInvokeReq only when requestedSebastien Hertz2015-03-092-43/+36
* Fix some incorrect IsCompiler instead of IsAotCompilerMathieu Chartier2015-03-051-1/+1
* Merge "JDWP: fix thread state on event suspension"Sebastien Hertz2015-02-261-1/+5
|\
| * JDWP: fix thread state on event suspensionSebastien Hertz2015-02-251-1/+5
* | JDWP: assert no pending exception when using JNISebastien Hertz2015-02-241-0/+2
|/
* JDWP: update thread synchronizationSebastien Hertz2015-02-064-136/+105
* Read JDWP options from runtimeSebastien Hertz2015-02-051-5/+5
* art: Refactor RuntimeOptions/ParsedOptionsIgor Murashkin2015-02-042-0/+14
* Merge "JDWP: fix deadlock with GC"Sebastien Hertz2015-01-141-1/+14
|\
| * JDWP: fix deadlock with GCSebastien Hertz2015-01-131-1/+14
* | Fix bootclasspath string initializationSebastien Hertz2015-01-131-4/+4
|/
* Change hprof to use streamingMathieu Chartier2015-01-094-9/+30
* JDWP: do not report start/end events for thread without peerSebastien Hertz2014-12-181-0/+8
* Cleanup JDWP event matchingSebastien Hertz2014-12-178-441/+376
* JDWP: avoid crash on unsupported modifierSebastien Hertz2014-12-091-2/+4
* JDWP: only deoptimize when it is requiredSebastien Hertz2014-11-191-0/+4
* kill HAVE_GETHOSTBYNAME_RYabin Cui2014-11-131-1/+1
* ART: More warningsAndreas Gampe2014-11-045-17/+17
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-032-0/+2
* Merge "Make ObjectRegistry::InternalAdd GC safe"Sebastien Hertz2014-10-242-22/+10
|\
| * Make ObjectRegistry::InternalAdd GC safeSebastien Hertz2014-10-232-22/+10
* | Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-2/+2
|/
* Only watch location for BREAKPOINT eventSebastien Hertz2014-10-091-4/+12
* Merge "Optimize JDWP stack local values access"Sebastien Hertz2014-09-221-38/+2
|\
| * Optimize JDWP stack local values accessSebastien Hertz2014-09-221-38/+2
* | Fix JDWP crash when reporting exceptionSebastien Hertz2014-09-221-3/+10
|/
* Merge "Move spammy logs to JDWP verbose mode"Sebastien Hertz2014-09-191-4/+5
|\
| * Move spammy logs to JDWP verbose modeSebastien Hertz2014-09-181-4/+5
* | Update JDWP event filtering to avoid useless idsSebastien Hertz2014-09-182-169/+264
|/
* Avoid crash in StringReference.Value JDWP commandSebastien Hertz2014-09-171-2/+11
* Check for errors in ThreadGroupReference JDWP commandsSebastien Hertz2014-09-161-26/+4
* Fix deadlock in VirtualMachine.AllThreadsSebastien Hertz2014-09-111-1/+2
* Don't hold any lock when visiting classes from JDWPSebastien Hertz2014-09-111-8/+23
* Remove abuse of mirror::Object* to reference special values.Ian Rogers2014-09-036-260/+261
* Reduce and speed-up class def searches.Ian Rogers2014-09-021-1/+1
* Avoid null pointer dereference when sending JDWP packetsSebastien Hertz2014-08-281-2/+2