Make remote-android platform to use dynamic local tcp ports when forwarding device ports.
http://reviews.llvm.org/D12510
llvm-svn: 246574
diff --git a/lldb/source/Plugins/Platform/Android/AdbClient.h b/lldb/source/Plugins/Platform/Android/AdbClient.h
index f1c8d7d..bf76cfb 100644
--- a/lldb/source/Plugins/Platform/Android/AdbClient.h
+++ b/lldb/source/Plugins/Platform/Android/AdbClient.h
@@ -48,10 +48,10 @@
GetDevices (DeviceIDList &device_list);
Error
- SetPortForwarding (const uint16_t port);
+ SetPortForwarding (const uint16_t local_port, const uint16_t remote_port);
Error
- DeletePortForwarding (const uint16_t port);
+ DeletePortForwarding (const uint16_t local_port);
Error
PullFile (const FileSpec &remote_file, const FileSpec &local_file);