This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Allow remote debugging over a local domain socket


> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]