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: [PATCH/DOC] Prec: add doc for record save and record record restore


On Fri, Jun 18, 2010 at 15:31, Eli Zaretskii <eliz@gnu.org> wrote:
>> From: Hui Zhu <teawater@gmail.com>
>> Date: Fri, 18 Jun 2010 11:21:01 +0800
>>
>> I found that there is not doc for record save and record record
>> restore. ?Add this patch for this 2 commands.
>
> Thanks.
>
>> +Default filename is 'gdb_record.<process_id>'.
>
> This needs the markup fixed and some explanations:
>
> ?Default filename is @file{gdb_record.@var{process_id}}, where
> ?@var{process_id} is the process ID of the @value{GDBN} process.

The process_id is the id of inferior.  Do you think I can change it to:
@var{process_id} is the process ID of the inferior.

Thanks,
Hui

>
>> +File must be created with @code{record save}.
>
> "File must have been created with @code{record save}."
>
> Okay with these changes.
>


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