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

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 13 09:32:14 PDT 2025


JDevlieghere wrote:

@ashgti AFAIK that only checks if the file descriptor is a valid number (i.e. >= 0) not whether the underlying FD is actually valid. On POSIX we definitely do check that and return an `llvm::Error` but maybe on Windows that's missing.

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


More information about the lldb-commits mailing list