[Lldb-commits] [PATCH] D104856: [lldb] replace gethostbyname call by getaddrinfo

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 24 11:50:29 PDT 2021


jankratochvil added a comment.

On OSX with `-DLLDB_USE_SYSTEM_DEBUGSERVER=OFF` I have built:
-rwxr-xr-x  1 macbook  staff  689200 Jun 24 19:10 bin/debugserver
It uses `lldb/tools/debugserver/source/RNBSocket.cpp` (if I mess up the source file it does not build). The build does not need this `ResolveIPV4HostName` function.
So unless there is some more OSX magic the function can be removed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104856



More information about the lldb-commits mailing list