summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
AgeCommit message (Expand)Author
2015-04-07Delete port forwarding if ConnectRemote fails.Oleksiy Vyalov
2015-04-01Fix ForwardPortWithAdb - update device_id variable if Android device has been...Oleksiy Vyalov
2015-03-31Move several plugin to its own namespaceTamas Berghammer
2015-03-25Use Android device serial number instead of hostname as a target identifier w...Oleksiy Vyalov
2015-03-23Fix format compilation warning in PlatformAndroidRemoteGDBServer.cpp.Oleksiy Vyalov
2015-03-23Move ADB communications to AdbClient class - to make it accessible by other c...Oleksiy Vyalov
2015-02-12Create new platform: remote-androidTamas Berghammer