summaryrefslogtreecommitdiffstats
path: root/runtime/jdwp/object_registry.cc
Commit message (Expand)AuthorAgeFilesLines
* JDWP: more GC safetySebastien Hertz2015-05-181-7/+32
* JDWP: fix thread_list deadlockSebastien Hertz2015-04-081-0/+4
* JDWP: assert no pending exception when using JNISebastien Hertz2015-02-241-0/+2
* JDWP: fix deadlock with GCSebastien Hertz2015-01-131-1/+14
* Cleanup JDWP event matchingSebastien Hertz2014-12-171-2/+2
* ART: More warningsAndreas Gampe2014-11-041-4/+4
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-0/+1
* Make ObjectRegistry::InternalAdd GC safeSebastien Hertz2014-10-231-15/+10
* Remove abuse of mirror::Object* to reference special values.Ian Rogers2014-09-031-4/+4
* Break apart header files.Ian Rogers2014-07-151-0/+1
* Fix memory leak in JDWP object registrySebastien Hertz2014-06-251-4/+5
* Remove Object* weak roots from the debugger.Hiroshi Yamauchi2014-06-111-47/+43
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-2/+2
* Make debugger / jdwp compaction safe.Mathieu Chartier2014-02-081-50/+82
* 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
|/
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+211