[Lldb-commits] [lldb] [lldb] Implement JSON RPC (newline delimited) Transport (PR #143946)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 13 07:27:44 PDT 2025


DavidSpickett wrote:

https://github.com/llvm/llvm-project/issues/144077 for the terminal closing. It's not related to this change.

I had to disable two of the tests that try to read a closed file descriptor. MS CRT validates the fd before it reads it and this leads to a software breakpoint / crash. https://github.com/llvm/llvm-project/commit/82911f188be7ce7cb0a04b7fd648ea8b4aad2e59

If this is a feature you actually rely on, we should check the fd is valid before we use it.

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


More information about the lldb-commits mailing list