[Lldb-commits] [PATCH] D112314: [lldb] [Utility/UriParser] Return results as 'struct URI'

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 22 07:13:06 PDT 2021


mgorny updated this revision to Diff 381535.
mgorny added a comment.

Replace `UriParser::Parse()` with `URI::Parse()`. Simplify tests.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112314/new/

https://reviews.llvm.org/D112314

Files:
  lldb/include/lldb/Utility/UriParser.h
  lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
  lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
  lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  lldb/source/Utility/UriParser.cpp
  lldb/tools/lldb-server/Acceptor.cpp
  lldb/unittests/Host/ConnectionFileDescriptorTest.cpp
  lldb/unittests/Host/SocketTest.cpp
  lldb/unittests/Utility/UriParserTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112314.381535.patch
Type: text/x-patch
Size: 21610 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211022/cea23f45/attachment-0001.bin>


More information about the lldb-commits mailing list