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: [RFC] Missing sleep function for mingw hosts


> Date: Tue, 29 Mar 2011 13:21:55 -0700
> From: Matt Rice <ratmice@gmail.com>
> Cc: Pedro Alves <pedro@codesourcery.com>, gdb-patches@sourceware.org, 
> 	pierre.muller@ics-cnrs.unistra.fr
> 
> fwiw, looking at the output of:
> 
> https://gitorious.org/gnulib-module-graph/gnulib-module-graph
> 
> importing sleep brings in 2 dependencies which we do not already have,
> unistd, and verify (in addition to the sleep module).

Aha, and all that for a function whose definition, including empty
lines and comments, is 14 lines (10 lines without that slack).
Typical.


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