[patch] s390*: watchpoints regression [repost]

Joel Brobecker brobecker@adacore.com
Sun Dec 18 06:37:00 GMT 2011


> +  /* This is the main thread still going through the shell, or, no
> +     watchpoint has been set yet.  */
> +  if (lwp->arch_private == NULL)
> +    return;

Just a really minor nitpick: Would you consider putting the comment
inside the if, instead of just before? I think it'd be slightly clearer
that way.

-- 
Joel



More information about the Gdb-patches mailing list