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 v2] Add IPv6 support for remote TCP connections


Folks, sorry for the huge patch I've sent, what is the recommended
sizelimit after which one should rather push to some public git tree?

On Mon, Feb 10, 2014 at 06:53:31PM +0200, Eli Zaretskii wrote:
> > I'm not sure if GDB prefers to count on Gnulib always or to use ifdefs
> > here and there to treat windows as a special case. As windows provides
> > getaddrinfo itself this gnulib "bloat" introduced by this patch is not
> > really needed.
> > 
> > But there're some old OSes that lack this function altogether
> 
> Which ones?  Does GDB support them?

To cite Gnulib docs:
``This function is missing on some platforms: HP-UX 11.11, IRIX 6.5,
OSF/1 5.1, Solaris 7, Cygwin 1.5.x, mingw, MSVC 9, Interix 3.5, BeOS''

TBH, I have no idea how to check that, I couldn't find any specific
versions of the systems Gdb is supposed to support.

-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:fercerpav@gmail.com


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