[Lldb-commits] [lldb] [lldb][lldb-dap] use the new protocol for setVariable requests. (PR #137803)

Ebuka Ezike via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 29 14:22:24 PDT 2025


================
@@ -430,17 +430,20 @@ class ScopesRequestHandler : public LegacyRequestHandler {
   void operator()(const llvm::json::Object &request) const override;
 };
 
-class SetVariableRequestHandler : public LegacyRequestHandler {
+class SetVariableRequestHandler final
----------------
da-viper wrote:

The final means that you can no longer inherit from the new class.

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


More information about the lldb-commits mailing list