[PATCH v2 4/5] Add NetBSD/i386 gdbserver support

Simon Marchi simark@simark.ca
Thu Oct 1 22:19:50 GMT 2020


On 2020-10-01 3:22 p.m., Kamil Rytarowski wrote:
> +/* Description of all the x86-netbsd register sets.  */
> +
> +const static struct netbsd_regset_info netbsd_target_regsets[] =
> +{
> + /* General Purpose Registers.  */
> + {PT_GETREGS, PT_SETREGS, sizeof (struct reg),
> +  netbsd_i386_fill_gregset, netbsd_i386_store_gregset},
> + /* End of list marker.  */
> + {0, 0, -1, NULL, NULL }

Two spaces of indentation here.

Otherwise, the patch LGTM, please merge.

Simon


More information about the Gdb-patches mailing list