[PATCH 5/7] Add amd64_windows_gregset_reg_offset

Pedro Alves pedro@palves.net
Fri Jul 3 14:11:25 GMT 2020


On 7/1/20 10:32 PM, Jon Turney wrote:
> +/* This vector maps GDB's idea of a register's number into an offset into
> +   the Windows API CONTEXT structure.  */
> +static int amd64_windows_gregset_reg_offset[] =
> +{
> + 120, /* Rax */
> + 144, /* Rbx */

Super important nit (just kidding) -- array elements
should be indented by two spaces instead of just one.


More information about the Gdb-patches mailing list