summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Android
Commit message (Collapse)AuthorAgeFilesLines
...
* Move several plugin to its own namespaceTamas Berghammer2015-03-316-14/+28
| | | | | | | | | | | | | 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-255-15/+75
| | | | | | | | within module cache. http://reviews.llvm.org/D8597 llvm-svn: 233202
* Fix format compilation warning in PlatformAndroidRemoteGDBServer.cpp.Oleksiy Vyalov2015-03-231-1/+1
| | | | llvm-svn: 233041
* Move ADB communications to AdbClient class - to make it accessible by other ↵Oleksiy Vyalov2015-03-234-111/+277
| | | | | | | | components. http://reviews.llvm.org/D8535 llvm-svn: 233021
* Enable process launching on android from lldb-gdbserverTamas Berghammer2015-02-162-17/+39
| | | | | | | | | Currently it is uses the same code used on linux. Will be replaced with android specific code if needed. Differential Revision: http://reviews.llvm.org/D7613 llvm-svn: 229371
* Add Initialize/Terminate method to Platform base pluginTamas Berghammer2015-02-121-0/+4
| | | | | | | | | | | | | Platform holds a smart pointer to each platform object created in a static variable what cause the platform destructors called only on program exit when other static variables are not availables. With this change the destructors are called on lldb_private::Terminate() + Fix DebuggerRefCount handling in ScriptInterpreterPython Differential Revision: http://reviews.llvm.org/D7590 llvm-svn: 228944
* Create new platform: remote-androidTamas Berghammer2015-02-126-0/+518
* Create new platform plugin for lldb * Create HostInfo class for android * Create ProcessLauncher for android Differential Revision: http://reviews.llvm.org/D7584 llvm-svn: 228943
OpenPOWER on IntegriCloud