This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v2] arc: New Synopsys ARC port
> From: Anton Kolesov <Anton.Kolesov@synopsys.com>
> Cc: Anton Kolesov <Anton.Kolesov@synopsys.com>, Francois Bedard <Francois.Bedard@synopsys.com>, Pedro Alves <palves@redhat.com>
> Date: Fri, 16 Sep 2016 20:11:18 +0300
>
> +ARC processors are highly configurable, so even core registers and their number
> +is not completely predetermined. In addition flags and PC registers which are
^^
"are"
> +important to GDB are not "core" registers in ARC. It is required that one of
^^^
"@value{GDBN}"
> +debugging Linux applications, thus @samp{ilink} is made optional.
^^^^^
"GNU/Linux", I suppose.
> +through @samp{r59/acch}. @samp{ilink1} and @samp{ilink2} and extension core
^^
Two spaces.
> +registers are not available when debugging Linux applications. The only
^^^^^
"GNU/Linux"
The documentation part of the patch is approved with the above fixed.
(Should we have a NEWS entry?)