summaryrefslogtreecommitdiffstats
path: root/runtime/jdwp/jdwp_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* JDWP: asynchronous invoke command handlingSebastien Hertz2015-06-121-80/+59
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+1
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* Fix DCHECK failures from Class::VisitFieldRootsMathieu Chartier2015-04-131-6/+4
* Merge "Fix JDWP race at runtime shutdown"Sebastien Hertz2015-04-081-1/+1
|\
| * Fix JDWP race at runtime shutdownSebastien Hertz2015-04-011-1/+1
* | JDWP: clear exception when allocation failsSebastien Hertz2015-04-021-10/+6
|/
* JDWP: Optimized single step during debuggingDaniel Mihalyi2015-03-241-3/+0
* JDWP: allocate DebugInvokeReq only when requestedSebastien Hertz2015-03-091-35/+33
* JDWP: update thread synchronizationSebastien Hertz2015-02-061-58/+2
* Fix bootclasspath string initializationSebastien Hertz2015-01-131-4/+4
* Cleanup JDWP event matchingSebastien Hertz2014-12-171-23/+28
* JDWP: avoid crash on unsupported modifierSebastien Hertz2014-12-091-2/+4
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-0/+1
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-2/+2
* Optimize JDWP stack local values accessSebastien Hertz2014-09-221-38/+2
* Avoid crash in StringReference.Value JDWP commandSebastien Hertz2014-09-171-2/+11
* Check for errors in ThreadGroupReference JDWP commandsSebastien Hertz2014-09-161-26/+4
* Remove abuse of mirror::Object* to reference special values.Ian Rogers2014-09-031-245/+245
* Reduce and speed-up class def searches.Ian Rogers2014-09-021-1/+1
* Avoid direct use of QuasiAtomic by using Atomic.Ian Rogers2014-07-171-2/+2
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-4/+3
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Support field watchpoint in interpreterSebastien Hertz2014-04-251-2/+2
* Merge "Speed up single-stepping"Sebastien Hertz2014-04-221-0/+3
|\
| * Speed up single-steppingSebastien Hertz2014-04-091-0/+3
* | Disable JDWP field watchpoint capabilitiesSebastien Hertz2014-04-161-2/+2
* | Merge "Allow use of instance filter for JDWP events"Sebastien Hertz2014-04-161-1/+1
|\ \
| * | Allow use of instance filter for JDWP eventsSebastien Hertz2014-04-151-1/+1
| |/
* / Prepare field watchpoint supportSebastien Hertz2014-04-151-2/+2
|/
* Do not send JDWP data in case of error.Sebastien Hertz2014-03-181-6/+5
* Fix debugger crash in native method frames.Sebastien Hertz2014-03-171-2/+8
* Fix debugger deadlock.Sebastien Hertz2014-02-241-0/+12
* Avoid interleaving JDWP requests and events.Sebastien Hertz2014-02-191-0/+38
* Fix multi-line hex dumping and add unit test.Ian Rogers2014-01-301-2/+3
* 64bit friendly printf modifiers in JDWP.Ian Rogers2014-01-241-9/+12
* StringPiece clean up.Ian Rogers2013-09-241-2/+2
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-3/+3
* am 0cd7ec2d: Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-1/+0
|\
| * Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-1/+0
* | Remove an assertion that JDWP packets are small.Elliott Hughes2013-07-161-1/+0
|/
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+1750