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 7/7] range stepping: doc and NEWS


> From: Yao Qi <yao@codesourcery.com>
> Date: Thu, 11 Apr 2013 10:43:42 +0800
> 
> 2013-04-10  Yao Qi  <yao@codesourcery.com>
> 
> 	* NEWS: Mention range stepping, new packet and new
> 	commands.

OK for this part.

> diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
> index 9292b94..16059dc 100644
> --- a/gdb/doc/gdb.texinfo
> +++ b/gdb/doc/gdb.texinfo
> @@ -36375,6 +36375,11 @@ Step.
>  Step with signal @var{sig}.  The signal @var{sig} should be two hex digits.
>  @item t
>  Stop.
> +@item r @var{start},@var{end}
> +Step repeatedly while the PC is within the range [@var{start},
> +@var{end}).  Note that a stop reply may be sent at any point even if
> +the PC is within the stepping range; for example, it is permissible to
> +implement this packet in a degenerate way as a single step operation.
>  @end table

This is also OK.

Thanks.


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