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] record: make record goto begin/end sub-commands


> From: Markus Metzger <markus.t.metzger@intel.com>
> Cc: gdb-patches@sourceware.org, Eli Zaretskii <eliz@gnu.org>
> Date: Mon,  6 May 2013 16:10:54 +0200
> 
> The "record goto" command scans its arguments for "begin", "start", or "end".
> Turn those into sub-commands.
> 
> Document the "record goto" command.

Thanks.

> +@table @code
> +@item record goto begin
> +@item record goto start
> +Go to the beginning of the execution log.

You want @itemx on the second item.

> +@item record goto @var{insn}
> +Go to instruction number @var{insn} in the execution log.

I think it's better to use @var{n} to indicate that it is a number.

OK with those changes.


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