[PATCH v6] Enable tracing of pseudo-registers on ARM

Pedro Alves palves@redhat.com
Thu Feb 25 17:59:00 GMT 2016


On 02/25/2016 03:32 PM, Antoine Tremblay wrote:
> In this v6:
>  * use https://sourceware.org/ml/gdb-patches/2016-02/msg00786.html to map
>  registers to remote registers. (This is already in master)
>  * Fix test changelog
>  * Test is already renamed, update patch.
> -
> This patch implements the ax_pseudo_register_push_stack and
> ax_pseudo_register_collect gdbarch functions so that a pseudo-register can
> be traced.
> 

FAOD, I'm happy with this version, if Yao is happy.

>  dummy (void)
> @@ -37,6 +41,7 @@ main (void)
>  {
>    /* Strictly speaking, it should be ymm15 (xmm15 is 128-bit), but gcc older
>       than 4.9 doesn't recognize "ymm15" as a valid register name.  */
> +#if (defined __x86_64__)

The comment should be within the #if.

Thanks,
Pedro Alves



More information about the Gdb-patches mailing list