[Lldb-commits] [lldb] [lldb-dap] Adding support for well typed events. (PR #130104)

Adrian Vogelsgesang via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 6 13:58:34 PST 2025


================
@@ -123,21 +126,21 @@ struct Variables {
 
 struct StartDebuggingRequestHandler : public lldb::SBCommandPluginInterface {
   DAP &dap;
-  explicit StartDebuggingRequestHandler(DAP &d) : dap(d) {};
+  explicit StartDebuggingRequestHandler(DAP &d) : dap(d){};
----------------
vogelsgesang wrote:

please remove all the unrelated formatting changes from this commit

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


More information about the lldb-commits mailing list