commit | 9fe526c2e741351387d572093d65da2018d6b88a | [log] [tgz] |
---|---|---|
author | Oleksiy Vyalov <ovyalov@google.com> | Wed Oct 21 19:34:26 2015 +0000 |
committer | Oleksiy Vyalov <ovyalov@google.com> | Wed Oct 21 19:34:26 2015 +0000 |
tree | 56799a886db0c714fcc3b08fc20ae9f5a8920819 | |
parent | 526b5f9cd4794794d278db42c56f074404aa9a5e [diff] [blame] |
Add domain socket support to gdb-remote protocol and lldb-server. http://reviews.llvm.org/D13881 llvm-svn: 250933
diff --git a/lldb/source/Plugins/Platform/Android/AdbClient.h b/lldb/source/Plugins/Platform/Android/AdbClient.h index 25a7264..43aa1db 100644 --- a/lldb/source/Plugins/Platform/Android/AdbClient.h +++ b/lldb/source/Plugins/Platform/Android/AdbClient.h
@@ -51,6 +51,9 @@ 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