[Lldb-commits] [lldb] 875be9f - [lldb] Mark command-process-connect as unsupported on Windows

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 16 08:44:09 PST 2020


On Fri, 13 Nov 2020 at 23:02, Jonas Devlieghere via lldb-commits
<lldb-commits at lists.llvm.org> wrote:
>
>
> Author: Jonas Devlieghere
> Date: 2020-11-13T20:02:05-08:00
> New Revision: 875be9f454c31c94701bdf4e28f8bea07a8c9c79
>
> URL: https://github.com/llvm/llvm-project/commit/875be9f454c31c94701bdf4e28f8bea07a8c9c79
> DIFF: https://github.com/llvm/llvm-project/commit/875be9f454c31c94701bdf4e28f8bea07a8c9c79.diff
>
> LOG: [lldb] Mark command-process-connect as unsupported on Windows
>
> Windows doesn't support remote connections.

This is also failing on FreeBSD the same way

           13: (lldb) process connect connect://localhost:4321
check:11'0     X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error:
no match found
           14: error: remote connections are not supported
check:11'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
check:11'1     ?                                           possible
intended match


More information about the lldb-commits mailing list