Message ID | 20240424231551.1577518-1-thiago.bauermann@linaro.org |
---|---|
Headers | show |
Series | Fix attaching to process when it has zombie threads | expand |
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>
Pedro Alves <pedro@palves.net> writes: > 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> Thank you! Pushed as commits 3de4256ca3e8, 16a447bec542 and c930a077225e.