[Lldb-commits] [lldb] Send an explicit interrupt to cancel an attach waitfor. (PR #72565)

via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 29 17:29:24 PST 2023


jimingham wrote:

I added a test case for cancelling attach.  This should actually work everywhere so I didn't limit it to Darwin.  It doesn't test the actual bug I was trying to fix because that would require coming up with an unreliable file handle repeater and that's way more work than it's worth.  But since this uses Python threading, and interruption so I wouldn't be surprised if it doesn't work reliably everywhere.

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


More information about the lldb-commits mailing list