Re: [lldb-dev] Firewall complaint about hosttests.exe

2018-08-02 Thread Pavel Labath via lldb-dev
Yes, we have a couple of tests there, which verify that our socket communication works. It seems there is one test which specifically opens a non-localhost socket (TCPListen0GetPort (*)), so I would bet it's that's the one the firewall is having problems with. Or, if you have a particularly paranoi

[lldb-dev] Firewall complaint about hosttests.exe

2018-08-02 Thread via lldb-dev
Windows Firewall popped a message that hosttests.exe was doing something that the firewall decided to block. I just enabled lldb as a project in my build last night, so I hadn't seen this before. I'm inclined to think it's doing a local/remote communication thing, but I wouldn't expect it to tick