[Lldb-commits] [lldb] [lldb] Adding A new Binding helper for JSONTransport. (PR #159160)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 23 13:23:29 PDT 2025


================
@@ -69,7 +114,8 @@ template <typename Req, typename Resp, typename Evt> class Transport {
   /// Sends a response to a specific request.
   virtual llvm::Error Send(const Resp &) = 0;
 
-  /// Implemented to handle incoming messages. (See Run() below).
+  /// Implemented to handle incoming messages. (See `RegisterMessageHandler()`
----------------
ashgti wrote:

Done.

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


More information about the lldb-commits mailing list