summaryrefslogtreecommitdiffstats
path: root/runtime/jdwp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | am 0cd7ec2d: Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-1/+0
|\ \ | |/
| * Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-1/+0
* | am 93ba893c: Fix cpplint runtime/explicit issuesBrian Carlstrom2013-07-173-3/+3
|\ \ | |/
| * Fix cpplint runtime/explicit issuesBrian Carlstrom2013-07-173-3/+3
* | am fc0e3219: Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-177-18/+23
|\ \ | |/
| * Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-177-18/+23
* | Remove an assertion that JDWP packets are small.Elliott Hughes2013-07-161-1/+0
* | Refactor atomic integer.Mathieu Chartier2013-07-152-7/+4
* | Fix jdwp to not hold start lock while waiting on attach lock.Jeff Hao2013-07-151-46/+48
|/
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-1216-0/+6200