[PATCH] record: make record goto begin/end sub-commands

Eli Zaretskii eliz@gnu.org
Mon May 6 17:38:00 GMT 2013


> 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.



More information about the Gdb-patches mailing list