summaryrefslogtreecommitdiffstats
path: root/runtime/jdwp/jdwp.h
Commit message (Expand)AuthorAgeFilesLines
* JDWP: asynchronous invoke command handlingSebastien Hertz2015-06-121-1/+1
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-2/+2
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* Fix DCHECK failures from Class::VisitFieldRootsMathieu Chartier2015-04-131-6/+8
* Move ArtField to nativeMathieu Chartier2015-04-101-2/+2
* Fix JDWP race at runtime shutdownSebastien Hertz2015-04-011-0/+8
* JDWP: update thread synchronizationSebastien Hertz2015-02-061-38/+53
* Read JDWP options from runtimeSebastien Hertz2015-02-051-5/+5
* art: Refactor RuntimeOptions/ParsedOptionsIgor Murashkin2015-02-041-0/+2
* Change hprof to use streamingMathieu Chartier2015-01-091-0/+3
* Cleanup JDWP event matchingSebastien Hertz2014-12-171-12/+14
* Update JDWP event filtering to avoid useless idsSebastien Hertz2014-09-181-9/+23
* Remove abuse of mirror::Object* to reference special values.Ian Rogers2014-09-031-1/+1
* Avoid direct use of QuasiAtomic by using Atomic.Ian Rogers2014-07-171-1/+1
* More verbose logs for JDWP eventsSebastien Hertz2014-06-231-3/+3
* Prepare field watchpoint supportSebastien Hertz2014-04-151-0/+11
* Refactor deoptimization support in debuggerSebastien Hertz2014-03-261-3/+1
* Do not send JDWP data in case of error.Sebastien Hertz2014-03-181-1/+1
* 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-241-3/+4
* Avoid interleaving JDWP requests and events.Sebastien Hertz2014-02-191-0/+10
* Object model changes to support 64bit.Ian Rogers2014-02-061-1/+1
* Selective deoptimization.Sebastien Hertz2014-01-131-2/+4
* Add support for JDWP METHOD_EXIT_WITH_RETURN_VALUE events.Jeff Hao2013-11-191-1/+5
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-1/+1
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-4/+4
* am f5293527: Move JDWP to std::vector<iovec> to remove runtime/arrays warningBrian Carlstrom2013-07-191-1/+1
|\
| * Move JDWP to std::vector<iovec> to remove runtime/arrays warningBrian Carlstrom2013-07-191-1/+1
* | am fc0e3219: Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
|\|
| * Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* | Refactor atomic integer.Mathieu Chartier2013-07-151-3/+3
|/
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+432