[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
Mon Mar 17 09:09:59 PDT 2025


================
@@ -1,12 +1,12 @@
-//===-- Protocol.cpp ------------------------------------------------------===//
+//===-- ProtocolBase.cpp --------------------------------------------------===//
----------------
ashgti wrote:

I used the names of the categories from the spec for the files, https://microsoft.github.io/debug-adapter-protocol/specification if you look at the navigation on the left its grouped into 'Base Protocol', 'Events', 'Requests', 'Reverse Requests' and 'Types'.

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


More information about the lldb-commits mailing list