[PUSHED 3/4] arc: Add hardware loop detection

Eli Zaretskii eliz@gnu.org
Tue Aug 25 15:58:35 GMT 2020


> From: Shahab Vahedi <shahab.vahedi@gmail.com>
> Cc: Shahab Vahedi <shahab.vahedi@gmail.com>,
> 	Shahab Vahedi <shahab@synopsys.com>,
> 	Simon Marchi <simark@simark.ca>,
> 	Tom Tromey <tom@tromey.com>,
> 	Eli Zaretskii <eliz@gnu.org>,
> 	Anton Kolesov <anton.kolesov@synopsys.com>,
> 	Francois Bedard <fbedard@synopsys.com>
> Date: Tue, 25 Aug 2020 17:47:03 +0200
> 
> diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
> index 6a81351282f..badf7ae10b5 100644
> --- a/gdb/doc/ChangeLog
> +++ b/gdb/doc/ChangeLog
> @@ -1,3 +1,7 @@
> +2020-08-25  Shahab Vahedi  <shahab@synopsys.com>
> +
> +	* gdb.texinfo (Synopsys ARC): Document LP_START, LP_END and BTA.
> +
>  2020-08-25  Shahab Vahedi  <shahab@synopsys.com>
>  
>  	* gdb.texinfo (Synopsys ARC): Update the documentation for ARC
> diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
> index a4f5b787503..77c5d895053 100644
> --- a/gdb/doc/gdb.texinfo
> +++ b/gdb/doc/gdb.texinfo
> @@ -45298,8 +45298,15 @@ Extension core registers @samp{r32} through @samp{r59} are optional and their
>  existence depends on the configuration.  When debugging GNU/Linux applications,
>  i.e.@: user space debugging, these core registers are not available.
>  
> -The @samp{org.gnu.gdb.arc.aux} feature is required for all ARC targets.  It
> -should at least contain @samp{pc} and @samp{status32} registers.
> +The @samp{org.gnu.gdb.arc.aux} feature is required for all ARC targets.  Here
> +is the list of registers pertinent to this feature:
> +
> +@itemize @minus
> +@item
> +mandatory: @samp{pc} and @samp{status32}.
> +@item
> +optional: @samp{lp_start}, @samp{lp_end}, and @samp{bta}.
> +@end itemize

This part is okay, thanks.


More information about the Gdb-patches mailing list