summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Android/AdbClient.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-0/+1
| | | | | | | | | | | | | Affected paths: * Plugins/Platform/Android/* * Plugins/Platform/Linux/* * Plugins/Platform/gdb-server/* * Plugins/Process/Linux/* * Plugins/Process/gdb-remote/* Differential revision: http://reviews.llvm.org/D8654 llvm-svn: 233679
* Use Android device serial number instead of hostname as a target identifier ↵Oleksiy Vyalov2015-03-251-1/+33
| | | | | | | | within module cache. http://reviews.llvm.org/D8597 llvm-svn: 233202
* Move ADB communications to AdbClient class - to make it accessible by other ↵Oleksiy Vyalov2015-03-231-0/+187
components. http://reviews.llvm.org/D8535 llvm-svn: 233021
OpenPOWER on IntegriCloud