[lldb-dev] Unreliable process attach on Linux

Florian Weimer via lldb-dev lldb-dev at lists.llvm.org
Mon Jan 7 04:51:25 PST 2019


* Pavel Labath:

> Yes, there's a dns lookup being done on the other end. TBH, I'm not
> really sure what's it being used for. Maybe we should try deleting the
> hostname field from the qHostInfo response (or just put an IP address
> there).

Or use the system host name without resorting to DNS (using uname or
gethostname on GNU/Linux).  The DNS lookup is really surprising.

Thanks,
Florian


More information about the lldb-dev mailing list