This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] s390*: watchpoints regression [repost]


> +  /* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]