[Lldb-commits] [lldb] [lldb-dap] Updating RequestHandler to encode/decode arguments and response. (PR #130090)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 14 09:18:42 PDT 2025
================
@@ -6,8 +6,9 @@
//
//===----------------------------------------------------------------------===//
-#include "RequestHandler.h"
+#include "Handler/RequestHandler.h"
#include "DAP.h"
+#include "Handler/ResponseHandler.h"
----------------
ashgti wrote:
`LogFailureResponseHandler` on line 117 is from this header.
https://github.com/llvm/llvm-project/pull/130090
More information about the lldb-commits
mailing list