[PATCH v4] Fix AIX thread exit events not being reported and UI to show kernel thread ID.
Ulrich Weigand
Ulrich.Weigand@de.ibm.com
Fri May 3 14:45:04 GMT 2024
Aditya Vidyadhar Kamath <akamath996@gmail.com> wrote:
>+ if (get_signaled_thread (pid) == tid
>+ && in_thread_list (proc_target, ptid_t (pid)))
Didn't you want to change this?
>+ auto itr = in_queue_threads.find (priv->pdtid);
>+ if (itr == in_queue_threads.end ()
Why don't you use .count like elsewhere?
Otherwise this looks good to me now.
Thanks,
Ulrich
More information about the Gdb-patches
mailing list