[RFC] PTRACE_SEIZE when attaching to dead processes

Additionally, we need to specify PTRACE_O_TRACESYSGOOD to not interrupt the coredumping syscall, if we do the process will be terminated by the Kernel. Because this is such a specialized workflow I think this makes sense to be an independent command, as I would be uncomfortable opting users in for this very advanced use case by default.