[PATCH 2/3] Allocate data in cached_reg_t

Yao Qi qiyaoltc@gmail.com
Wed Jan 18 09:03:00 GMT 2017


On 17-01-09 10:56:56, Alan Hayward wrote:


> @@ -6402,6 +6402,13 @@ static void
>  stop_reply_dtr (struct notif_event *event)
>  {
>    struct stop_reply *r = (struct stop_reply *) event;
> +  cached_reg_t *reg;
> +  int ix;
> +
> +  for (ix = 0;
> +       VEC_iterate(cached_reg_t, r->regcache, ix, reg);

A space is needed before "(".

Patch is good to me.

-- 
Yao (齐尧)



More information about the Gdb-patches mailing list