summaryrefslogtreecommitdiffstats
path: root/adbconnection/adbconnection.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix DDMS-JDWP raceAlex Light2021-02-031-1/+7
* Fix thread shutdown race in adbconnectionAlex Light2020-03-301-6/+25
* ART supports sendng profileable info to adbdShukang Zhou2020-03-091-9/+26
* Make AdbConnectionState staticallyFlash Liu2020-02-131-12/+11
* Remove old JDWP implementation from ARTAlex Light2020-01-291-5/+11
* Move jdwp connection abstraction from ART apex to adbd apex.Josh Gao2020-01-291-86/+29
* Fixup inconsistency due to change in Plugin loading requirements.Alex Light2019-09-111-1/+1
* Revert "Workaround bogus Thread Safety Analysis warning"Ziang Wan2019-07-241-4/+1
* adbconnection: libnativehelper include clean-upOrion Hodson2019-01-281-1/+1
* Delete logspam.Josh Gao2018-12-131-2/+0
* Merge changes from topic "socket_peer_is_trusted"Treehugger Robot2018-10-261-9/+2
|\
| * Remove libcutils socket_peer_is_trusted dependency.Elliott Hughes2018-10-251-9/+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
* Add missing ',' in default jdwp argument listAlex Light2018-06-041-1/+1
* Pass SOCK_CLOEXEC to adb socket.Alex Light2018-06-041-1/+1
* 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-011-7/+18
|/ /
* | Make adbconnection validate jdwpOptions and change defaultsAlex Light2018-01-261-5/+34
* | Have adbconnection handle DDMS packets if agent not loadedAlex Light2018-01-241-40/+262
* | 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
* Add adbconnection pluginAlex Light2017-12-191-0/+639