[Lldb-commits] [PATCH] D14262: Provide ADB port forwarding support for abstract sockets
Tamas Berghammer via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 2 16:34:26 PST 2015
tberghammer accepted this revision.
tberghammer added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: source/Host/posix/ConnectionFileDescriptorPosix.cpp:182
@@ -156,2 +181,3 @@
{
- if (strstr(s, "listen://") == s)
+ const char *addr;
+ if ((addr = GetURLAddress(s, LISTEN_SCHEME)))
----------------
(nit): Please initialize
http://reviews.llvm.org/D14262
More information about the lldb-commits
mailing list