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 09/17] btrace: resume all requested threads


On 09/09/2015 11:35 AM, Markus Metzger wrote:
> +  /* For non-stop targets...  */

ITYM "for all-stop".  Might be worth an audit for other
all-stop / non-stop flips.  I think I saw a "stop-all" typo
somewhere else in the series, but I can't find it right now...

> +  if (!target_is_non_stop_p ())
> +    {
> +      /* ...we pick the current thread when asked to resume an entire process

Thanks,
Pedro Alves


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