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

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 18 18:10:40 PDT 2025


================
@@ -50,17 +56,88 @@ class TransportUnhandledContentsError
   std::string m_unhandled_contents;
 };
 
+class InvalidParams : public llvm::ErrorInfo<InvalidParams> {
----------------
ashgti wrote:

Added comments to this and a bunch of other classes in this file.

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


More information about the lldb-commits mailing list