Thank you Ulrich and community members. From: Ulrich Weigand Date: Wednesday, 8 May 2024 at 8:25 PM To: akamath996@gmail.com , tom@tromey.com Cc: gdb-patches@sourceware.org , Aditya Kamath1 , Sangamesh Mallayya , jhb@freebsd.org Subject: Re: [PATCH v5] Fix AIX thread exit events not being reported and UI to show kernel thread ID. Aditya Vidyadhar Kamath wrote: >In AIX when a thread exits we were not showing that a thread exit event happened >and GDB continued to keep the terminated threads. >The reason being in sync_threadlists () the pbuf and gbuf lists remain the same though certain threads exit. > >This patch is a fix to the same. This version is OK. I've applied the patch. Thanks, Ulrich