[Lldb-commits] [lldb] Fix a bug with cancelling "attach -w" after you have run a process previously (PR #65822)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 8 17:33:08 PDT 2023
jimingham wrote:
>
After a process exits you might still want to ask it what its exit status was. Plus there might be other system accounting we've gathered for that process. So until you replace it with another process, you very well might want to ask questions of it. So we can't just destroy it as soon as it exits.
https://github.com/llvm/llvm-project/pull/65822
More information about the lldb-commits
mailing list