summaryrefslogtreecommitdiffstats
path: root/jdwpspy
Commit message (Collapse)AuthorAgeFilesLines
* Restore build-art minimal buildBrian Carlstrom2013-08-021-11/+19
| | | | Change-Id: I0f4f2e8c6d2505a339cb9a1175d30ed9b229c45d
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-1/+1
| | | | Change-Id: Iae286862c85fb8fd8901eae1204cd6d271d69496
* Fix cpplint whitespace/braces issuesBrian Carlstrom2013-07-171-8/+4
| | | | Change-Id: Ide80939faf8e8690d8842dde8133902ac725ed1a
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
| | | | Change-Id: Id7735be1d75bc315733b1773fba45c1deb8ace43
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-1/+3
| | | | | | | | | | The runtime, compiler, dex2oat, and oatdump now are in seperate trees to prevent dependency creep. They can now be individually built without rebuilding the rest of the art projects. dalvikvm and jdwpspy were already this way. Builds in the art directory should behave as before, building everything including tests. Change-Id: Ic6b1151e5ed0f823c3dd301afd2b13eb2d8feb81
* Tidy up some C-isms.Elliott Hughes2012-04-201-9/+9
| | | | Change-Id: I53b457cab9067369320457549071fc3e4c23c81b
* Use the operator<< generator more widely.Elliott Hughes2012-04-043-5/+2
| | | | Change-Id: Iae3b8f32f49f4c91cd41c53bbafb95db071d57bb
* Stop saying "typedef struct" and "typedef enum".Elliott Hughes2012-03-092-7/+7
| | | | | | Seeing new instances of this C-ism go in makes me a sad panda. Change-Id: Ie3dd414b8b5e57a4164e88eb2d8559545569628d
* Fix a bunch of uses of 'short'.Elliott Hughes2012-01-172-8/+7
| | | | | | (In particular, port numbers should be unsigned short.) Change-Id: I944eb0f8e97390f1af8094b07ee7f2a00045bd35
* More JDWP robustness.Elliott Hughes2011-12-081-2/+2
| | | | | | | | | | | We pass a lot more JDWP tests with this (fewer total failures than dalvik, because although dalvik implements more requests, it assumes that the debuggers only send it valid input). I've also added some of the missing constants (there are tests of modifier 12, SourceNameMatch, which was added in Java 6). Change-Id: I502e87b50fb305c5c8b061421339c8ceab104640
* Move jdwpspy from development to art (2 of 2)Brian Carlstrom2011-12-055-0/+1011
Change-Id: I7741875e96730372d7623b1327a1fcbca7cb2476