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


Thanks Michaael and Joel,

I think the other part of this patch is OK with me.

But you still has 2 patches "[RFA] Fix off-by-one error in record.c
(record_list_release_first)" and "[RFA] Expand "info record" will
change the code of record list.
So maybe this patch need some update according to these patches.

Thanks,
Hui

On Tue, Oct 13, 2009 at 07:12, Joel Brobecker <brobecker@adacore.com> wrote:
>> +/*
>> + * 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]