[Lldb-commits] [lldb] [lldb] Adding A new Binding helper for JSONTransport. (PR #159160)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 18 11:18:58 PDT 2025
================
@@ -50,17 +56,88 @@ class TransportUnhandledContentsError
std::string m_unhandled_contents;
};
+class InvalidParams : public llvm::ErrorInfo<InvalidParams> {
----------------
JDevlieghere wrote:
This is the first file in the diff, so maybe its purpose will become clear later, but at this point it's unclear what this is supposed to be used for (other than representing invalid parameters). Can you add a Doxygen comment?
https://github.com/llvm/llvm-project/pull/159160
More information about the lldb-commits
mailing list