[all-commits] [llvm/llvm-project] 384562: [lldb] For a host socket, add a method to print th...

John Harrison via All-commits all-commits at lists.llvm.org
Tue Dec 3 11:11:53 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 384562495bae44be053c1bbd40c359ef4b82d803
      https://github.com/llvm/llvm-project/commit/384562495bae44be053c1bbd40c359ef4b82d803
  Author: John Harrison <harjohn at google.com>
  Date:   2024-12-03 (Tue, 03 Dec 2024)

  Changed paths:
    M lldb/include/lldb/Host/Socket.h
    M lldb/include/lldb/Host/common/TCPSocket.h
    M lldb/include/lldb/Host/posix/DomainSocket.h
    M lldb/source/Host/common/TCPSocket.cpp
    M lldb/source/Host/posix/DomainSocket.cpp
    M lldb/unittests/Host/SocketTest.cpp

  Log Message:
  -----------
  [lldb] For a host socket, add a method to print the listening address. (#118330)

This is most useful if you are listening on an address like
'localhost:0' and want to know the resolved ip + port of the socket
listener.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list