summaryrefslogtreecommitdiffstats
path: root/adbconnection
Commit message (Expand)AuthorAgeFilesLines
* Delete logspam.Josh Gao2018-12-131-2/+0
* Merge changes from topic "socket_peer_is_trusted"Treehugger Robot2018-10-262-14/+2
|\
| * Remove libcutils socket_peer_is_trusted dependency.Elliott Hughes2018-10-252-14/+2
* | ART: Fix android-cloexec warningsAndreas Gampe2018-10-191-3/+4
* | ART: Enable bugprone-unused-return-valueAndreas Gampe2018-10-181-1/+3
|/
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-10-091-9/+9
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-3/+3
* Add missing ',' in default jdwp argument listAlex Light2018-06-041-1/+1
* Pass SOCK_CLOEXEC to adb socket.Alex Light2018-06-041-1/+1
* Move ArtDexFileLoader to libdexfileDavid Sehr2018-05-161-0/+2
* ART: Move JNI files to runtime/jni/ .Vladimir Marko2018-05-091-2/+2
* Move jit startup attempt to openjdkjvmti from adbconnectionAlex Light2018-04-191-9/+0
* Always allow agent attach on userdebug builds with kArtTiVersionAlex Light2018-04-191-2/+1
* Make adbconnection try to start the JIT if it is not running.Alex Light2018-04-171-4/+14
* Merge "jdwp: send pids to adbd as raw integers."Treehugger Robot2018-02-131-6/+4
|\
| * jdwp: send pids to adbd as raw integers.Josh Gao2018-02-121-6/+4
* | Hide an adbconnection log behind VLOG(jdwp).Alex Light2018-02-121-1/+3
|/
* Merge "Workaround bogus Thread Safety Analysis warning"Stephen Hines2018-02-061-1/+4
|\
| * Workaround bogus Thread Safety Analysis warningYi Kong2018-01-091-1/+4
* | Merge "Lower several adbconnection log messages to VLOG(jdwp)"Treehugger Robot2018-02-031-7/+7
|\ \
| * | Lower several adbconnection log messages to VLOG(jdwp)Alex Light2018-02-021-7/+7
* | | Fix UAF error caught by asanAlex Light2018-02-012-8/+26
|/ /
* | Make adbconnection validate jdwpOptions and change defaultsAlex Light2018-01-261-5/+34
* | Have adbconnection handle DDMS packets if agent not loadedAlex Light2018-01-242-41/+283
* | Support using adbconnection and openjdkjvmti without JAVA_DEBUGGABLEAlex Light2018-01-111-4/+5
|/
* ART: Take classloader into account for AttachAgentAndreas Gampe2018-01-051-1/+3
* Disable libraries using eventfd on darwin hosts.Alex Light2017-12-201-0/+3
* Add adbconnection pluginAlex Light2017-12-193-0/+871