Files
clang-p2996/lldb/unittests/TestingSupport
Jonas Devlieghere 8a2895ad89 [lldb] Implement JSON RPC (newline delimited) Transport (#143946)
This PR implements JSON RPC-style (i.e. newline delimited) JSON
transport. I moved the existing transport tests from DAP to Host and
moved the PipeTest base class into TestingSupport so it can be shared by
both.
2025-06-12 14:52:43 -07:00
..