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: "target remote | " stderr


On Saturday 17 February 2007 13:56, Eli Zaretskii wrote:
> > From: Vladimir Prus <ghost@cs.msu.su>
> > Date: Sat, 17 Feb 2007 10:34:36 +0300
> > 
> > >> +    int error_fd;               /* File descriptor for a separate
> > >> +                               error stream that should be
> > >> +                               immediately forwarded to gdb_stderr.
> > >> +                               This may be -1.
> > >> +                               If != -1, this descriptor should
> > >> +                               be non-blocking.  */
> > > 
> > > This comment isn't according to GNU coding standards, I think.
> > 
> > Can you please be more specific?
> 
> Not sure what you want me to say.  

Well...

> Multiline, multiple-sentence 
> comments should not be alongside of the code, they should precede the
> code.  

... the above. With your original comment I went looking for 
missing double spaces, found none, and had no idea what you mean.

- Volodya


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