[Lldb-commits] [PATCH] D12025: Make UriParser to support [$HOSTNAME] notation.
Oleksiy Vyalov via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 19 20:51:10 PDT 2015
ovyalov retitled this revision from "Make LLDB URLs to support hex encoding for special symbols" to "Make UriParser to support [$HOSTNAME] notation.".
ovyalov updated the summary for this revision.
ovyalov updated this revision to Diff 32655.
ovyalov added a comment.
Herald added subscribers: srhines, danalbert, tberghammer.
Rewrote the CL to make UriParser to support optional [$HOSTNAME] notation for LLDB connect URL - i.e. connect://localhost:5555 and connect://[localhost]:5555 should be parsed identically.
This change allows us to pass special URL symbols (like colon) as part of a hostname.
http://reviews.llvm.org/D12025
Files:
source/Host/posix/ConnectionFileDescriptorPosix.cpp
source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h
source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
source/Utility/UriParser.cpp
source/Utility/UriParser.h
unittests/Utility/UriParserTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12025.32655.patch
Type: text/x-patch
Size: 11679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150820/4e2481a4/attachment.bin>
More information about the lldb-commits
mailing list