[all-commits] [llvm/llvm-project] 8a2895: [lldb] Implement JSON RPC (newline delimited) Tran...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Jun 12 14:53:04 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8a2895ad89793591cd3f0114bc56cd345f651823
      https://github.com/llvm/llvm-project/commit/8a2895ad89793591cd3f0114bc56cd345f651823
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2025-06-12 (Thu, 12 Jun 2025)

  Changed paths:
    M lldb/include/lldb/Host/JSONTransport.h
    M lldb/source/Host/common/JSONTransport.cpp
    M lldb/unittests/DAP/CMakeLists.txt
    M lldb/unittests/DAP/TestBase.cpp
    M lldb/unittests/DAP/TestBase.h
    R lldb/unittests/DAP/TransportTest.cpp
    M lldb/unittests/Host/CMakeLists.txt
    A lldb/unittests/Host/JSONTransportTest.cpp
    A lldb/unittests/TestingSupport/Host/PipeTestUtilities.h

  Log Message:
  -----------
  [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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list