ashgti wrote:

I did that while I was trying to figure out how to have `cancel` request 
support. I was trying to close the FD to stop the reader thread, but that 
actually doesn't interrupt in-progress `read` calls. I should have reverted 
that when I did some of the `Transport` refactors. In my `cancel` request I use 
the `SelectHelper` to wait for input now. I can send a PR to change that to 
`false`.

https://github.com/llvm/llvm-project/pull/133791
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to