> GDB also never trusts the found threads list, it does tkill (TID, 0) to verify > if any TID is still alive. Btw, it should use tgkill to avoid false-positive corner cases of PID reuse.