summaryrefslogtreecommitdiffstats
path: root/runtime/jdwp/jdwp_event.cc
Commit message (Expand)AuthorAgeFilesLines
* JDWP: asynchronous invoke command handlingSebastien Hertz2015-06-121-13/+6
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-0/+1
* JDWP: more GC safetySebastien Hertz2015-05-181-41/+48
* JDWP: properly combine location eventsSebastien Hertz2015-05-071-0/+2
* Fix DCHECK failures from Class::VisitFieldRootsMathieu Chartier2015-04-131-1/+1
* Move ArtField to nativeMathieu Chartier2015-04-101-3/+3
* JDWP: Optimized single step during debuggingDaniel Mihalyi2015-03-241-11/+1
* JDWP: allocate DebugInvokeReq only when requestedSebastien Hertz2015-03-091-8/+3
* JDWP: fix thread state on event suspensionSebastien Hertz2015-02-251-1/+5
* JDWP: update thread synchronizationSebastien Hertz2015-02-061-30/+44
* Change hprof to use streamingMathieu Chartier2015-01-091-9/+18
* JDWP: do not report start/end events for thread without peerSebastien Hertz2014-12-181-0/+8
* Cleanup JDWP event matchingSebastien Hertz2014-12-171-383/+311
* JDWP: only deoptimize when it is requiredSebastien Hertz2014-11-191-0/+4
* ART: More warningsAndreas Gampe2014-11-041-1/+1
* Only watch location for BREAKPOINT eventSebastien Hertz2014-10-091-4/+12
* 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-181-160/+241
|/
* Remove abuse of mirror::Object* to reference special values.Ian Rogers2014-09-031-2/+2
* Remove Dbg::VisitRoots().Hiroshi Yamauchi2014-07-081-10/+10
* More verbose logs for JDWP eventsSebastien Hertz2014-06-231-73/+100
* Register debugger for interesting instrumentation events onlySebastien Hertz2014-05-151-51/+88
* Remove all LOG(DEBUG) which is not intended to be checked inBrian Carlstrom2014-05-091-1/+1
* Support field watchpoint in interpreterSebastien Hertz2014-04-251-4/+9
* Merge "Speed up single-stepping"Sebastien Hertz2014-04-221-1/+10
|\
| * Speed up single-steppingSebastien Hertz2014-04-091-1/+10
* | Merge "Fix JDWP count event modifier"Sebastien Hertz2014-04-161-0/+3
|\ \
| * | Fix JDWP count event modifierSebastien Hertz2014-04-151-0/+3
| |/
* / Prepare field watchpoint supportSebastien Hertz2014-04-151-17/+82
|/
* Refactor deoptimization support in debuggerSebastien Hertz2014-03-261-23/+18
* Merge "Avoid interleaving JDWP requests and events."Sebastien Hertz2014-02-191-0/+5
|\
| * Avoid interleaving JDWP requests and events.Sebastien Hertz2014-02-191-0/+5
* | Fix failing check during JDWP invoke.Sebastien Hertz2014-02-191-8/+0
|/
* 64bit friendly printf modifiers in JDWP.Ian Rogers2014-01-241-8/+10
* Selective deoptimization.Sebastien Hertz2014-01-131-24/+74
* Minor field name cleanup in debugger.Sebastien Hertz2013-11-251-5/+5
* Add support for JDWP METHOD_EXIT_WITH_RETURN_VALUE events.Jeff Hao2013-11-191-4/+6
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-3/+3
* Move JDWP to std::vector<iovec> to remove runtime/arrays warningBrian Carlstrom2013-07-191-5/+5
* Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issuesBrian Carlstrom2013-07-181-1/+1
* Fix cpplint whitespace/operators issuesBrian Carlstrom2013-07-181-1/+1
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+1093