[Lldb-commits] [lldb] [LLDB] Ptrace seize dead process (PR #137041)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu May 1 05:51:21 PDT 2025


DavidSpickett wrote:

> This is pretty complicated to test because it requires integration with the Kernel

Can you make the same thing happen without using a coredumper? I feel like the answer is a solid no but I'm not sure why.

Another way we can do it is to write a test that checks that if the remote says it's in a non-resumable state, we act in a certain way. Only half the story but it's something.

https://github.com/llvm/llvm-project/pull/137041


More information about the lldb-commits mailing list