[PATCH] Allow remote debugging over a local domain socket

Eli Zaretskii eliz@gnu.org
Fri Aug 31 17:50:00 GMT 2018


> Date: Fri, 31 Aug 2018 17:10:38 +0200
> From: John Darrington <john@darrington.wattle.id.au>
> Cc: John Darrington <john@darrington.wattle.id.au>, gdb-patches@sourceware.org
> 
>      AFAIK, S_IFSOCK is not defined in the MinGW headers, so we need some
>      replacement definition, or we need to ifdef this away in the Windows
>      build.
> 
> I am told, that the recent versions of Windows 10 do indeed have local
> domain sockets.

That's OK, but even the newer versions of MinGW don't yet have
S_IFSOCK in their headers, AFAICS, so they will fail to compile this
code.



More information about the Gdb-patches mailing list