This is the mail archive of the gdb-patches@sources.redhat.com 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: mi tty commands


On Sun, May 29, 2005 at 08:48:23PM +0300, Eli Zaretskii wrote:
> > > 	* nto-procfs.c (procfs_create_inferior)
> > > 	* win32-nat.c (child_create_inferior): Use get_inferior_io_terminal.
> > > 
> > > Note how I used the explicit name of the function used, instead of
> > > just "accessor function".
> > 
> > Did you mean:
> > 	* nto-procfs.c (procfs_create_inferior): Use
> > 	get_inferior_io_terminal.
> > 	* win32-nat.c (child_create_inferior): Likewise.
> > 
> > ?
> 
> No, I meant what I wrote.
> 
> > I thought it was incorrect to have no colon and log message
> > corresponding to a bullet.
> 
> AFAIK, it _is_ correct.

I've never seen this style used before, in GDB or elsewhere, nor can I
find support for this in standards.texi, which only mentions the
abbreviated form for lists of functions.  Which doesn't mean you're
wrong, of course.

FYI, a little sed program to see:

sed -n '/)$/ {h; n; /^\t\*/ { H; x; p; a\\
 } }' ChangeLog*

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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