[all-commits] [llvm/llvm-project] 0e5a41: [lldb] [Utility/UriParser] Return results as 'stru...

Michał Górny via All-commits all-commits at lists.llvm.org
Mon Oct 25 01:58:38 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0e5a4147e52470516af8c3c6644dca007a6ec4be
      https://github.com/llvm/llvm-project/commit/0e5a4147e52470516af8c3c6644dca007a6ec4be
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2021-10-25 (Mon, 25 Oct 2021)

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

  Log Message:
  -----------
  [lldb] [Utility/UriParser] Return results as 'struct URI'

Return results of URI parsing as 'struct URI' instead of assigning them
via output parameters.

Differential Revision: https://reviews.llvm.org/D112314




More information about the All-commits mailing list