[PATCH v3 0/3] Fix attaching to process when it has zombie threads
Pedro Alves
pedro@palves.net
Fri Apr 26 16:23:09 GMT 2024
On 2024-04-25 00:15, Thiago Jung Bauermann wrote:
> Hello,
>
> This version just adjusts the comment in patch 1 as suggested by Pedro.
> This reflects in patch 2, which has a slightly abbreviated version of the
> comment.
>
> v2 of this series is here:
>
> https://inbox.sourceware.org/gdb-patches/20240420055652.819024-1-thiago.bauermann@linaro.org/
>
> v1 of this series is here:
>
> https://inbox.sourceware.org/gdb-patches/20240321231149.519549-1-thiago.bauermann@linaro.org/
>
>
> Thiago Jung Bauermann (3):
> gdb/nat: Use procfs(5) indexes in linux_common_core_of_thread
> gdb/nat: Factor linux_proc_get_stat_field out of
> linux_common_core_of_thread
> gdb/nat/linux: Fix attaching to process when it has zombie threads
>
> gdb/nat/linux-osdata.c | 38 +++--------------
> gdb/nat/linux-osdata.h | 3 ++
> gdb/nat/linux-procfs.c | 97 ++++++++++++++++++++++++++++++++++++++++++
> gdb/nat/linux-procfs.h | 11 +++++
> 4 files changed, 116 insertions(+), 33 deletions(-)
>
For series:
Approved-By: Pedro Alves <pedro@palves.net>
More information about the Gdb-patches
mailing list