diff options
Diffstat (limited to 'lldb/source/Plugins/Platform/Android/AdbClient.h')
| -rw-r--r-- | lldb/source/Plugins/Platform/Android/AdbClient.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Platform/Android/AdbClient.h b/lldb/source/Plugins/Platform/Android/AdbClient.h index 25a72640c6c..43aa1db678f 100644 --- a/lldb/source/Plugins/Platform/Android/AdbClient.h +++ b/lldb/source/Plugins/Platform/Android/AdbClient.h @@ -51,6 +51,9 @@ public: SetPortForwarding (const uint16_t local_port, const uint16_t remote_port); Error + SetPortForwarding (const uint16_t local_port, const char* remote_socket_name); + + Error DeletePortForwarding (const uint16_t local_port); Error |

