[Lldb-commits] [lldb] [lldb-dap] Finish refactoring the request handlers (NFC) (PR #128553)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 24 13:22:19 PST 2025


================
@@ -30,6 +30,7 @@ class RequestHandler {
 
   virtual void operator()(const llvm::json::Object &request) = 0;
----------------
ashgti wrote:

Should we also mark this `const`? I don't think any of the request handlers are using any state at the moment.

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


More information about the lldb-commits mailing list