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: [RFA] Structure and simplify record log in record.c


> +/*
> + * Alloc and free functions for record_reg, record_mem, and record_end 
> + * entries.
> + */

Can you reformat this to be:

/* Alloc and free functions for record_reg, record_mem, and record_end
   entries.  */

?

This is really nit-picking, but I decided to comment on it because
I'd rather not see two different styles being used in GDB...

> +/* Alloc a record_mem record entry. */

I alos just noticed a missing space here.

-- 
Joel


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