summaryrefslogtreecommitdiffstats
path: root/runtime/jdwp
Commit message (Expand)AuthorAgeFilesLines
* More verbose logs for JDWP eventsSebastien Hertz2014-06-232-76/+103
* Remove Object* weak roots from the debugger.Hiroshi Yamauchi2014-06-112-63/+60
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-192-5/+4
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* 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-094-6/+6
* Support field watchpoint in interpreterSebastien Hertz2014-04-252-6/+11
* Merge "Speed up single-stepping"Sebastien Hertz2014-04-223-1/+15
|\
| * Speed up single-steppingSebastien Hertz2014-04-093-1/+15
* | 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
| |/
* | Merge "Fix JDWP count event modifier"Sebastien Hertz2014-04-161-0/+3
|\ \
| * | Fix JDWP count event modifierSebastien Hertz2014-04-151-0/+3
| |/
* | Merge "Prepare field watchpoint support"Sebastien Hertz2014-04-153-19/+95
|\ \
| * | Prepare field watchpoint supportSebastien Hertz2014-04-153-19/+95
| |/
* | Deduplicate code starting JDWP threadSebastien Hertz2014-04-141-34/+17
|/
* Refactor deoptimization support in debuggerSebastien Hertz2014-03-263-27/+19
* Do not send JDWP data in case of error.Sebastien Hertz2014-03-184-16/+16
* Fix debugger crash in native method frames.Sebastien Hertz2014-03-171-2/+8
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-3/+6
* Fix clang to compile and run host tests.Ian Rogers2014-02-281-2/+2
* Fix debugger deadlock.Sebastien Hertz2014-02-243-4/+21
* Merge "Avoid interleaving JDWP requests and events."Sebastien Hertz2014-02-194-0/+59
|\
| * Avoid interleaving JDWP requests and events.Sebastien Hertz2014-02-194-0/+59
* | Fix failing check during JDWP invoke.Sebastien Hertz2014-02-191-8/+0
|/
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-112-4/+4
* Make debugger / jdwp compaction safe.Mathieu Chartier2014-02-082-54/+95
* Object model changes to support 64bit.Ian Rogers2014-02-061-1/+1
* Fix multi-line hex dumping and add unit test.Ian Rogers2014-01-301-2/+3
* 64bit friendly printf modifiers in JDWP.Ian Rogers2014-01-244-25/+32
* Selective deoptimization.Sebastien Hertz2014-01-133-26/+79
* Merge "Manage JDWP errors related to garbage collection."Sebastien Hertz2013-12-121-9/+3
|\
| * Manage JDWP errors related to garbage collection.Sebastien Hertz2013-12-121-9/+3
* | Fix null argument handling during invoke from JDWP.Sebastien Hertz2013-12-121-0/+3
|/
* 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-192-5/+11
* StringPiece clean up.Ian Rogers2013-09-241-2/+2
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-132-2/+2
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-267-20/+20
* am f5293527: Move JDWP to std::vector<iovec> to remove runtime/arrays warningBrian Carlstrom2013-07-194-12/+12
|\
| * Move JDWP to std::vector<iovec> to remove runtime/arrays warningBrian Carlstrom2013-07-194-12/+12
* | am fb6996fe: Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issuesBrian Carlstrom2013-07-191-1/+1
|\ \ | |/
| * Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issuesBrian Carlstrom2013-07-181-1/+1
* | am 4274889d: Fixing cpplint readability/check issuesBrian Carlstrom2013-07-192-4/+4
|\ \ | |/
| * Fixing cpplint readability/check issuesBrian Carlstrom2013-07-182-4/+4
* | am 2d88862f: Fixing cpplint readability/casting issuesBrian Carlstrom2013-07-191-2/+2
|\ \ | |/
| * Fixing cpplint readability/casting issuesBrian Carlstrom2013-07-181-2/+2
* | resolved conflicts for merge of 50af9793 to dalvik-devBrian Carlstrom2013-07-191-1/+1
|\ \ | |/
| * Fix cpplint whitespace/operators issuesBrian Carlstrom2013-07-181-1/+1