[Lldb-commits] [lldb] [lldb][lldb-dap] Added support for "WriteMemory" request. (PR #131820)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 18 10:38:06 PDT 2025


================
@@ -77,6 +77,7 @@ add_lldb_tool(lldb-dap
   Protocol/ProtocolBase.cpp
   Protocol/ProtocolTypes.cpp
   Protocol/ProtocolRequests.cpp
+  Handler/WriteMemoryRequestHandler.cpp
----------------
JDevlieghere wrote:

This should go between the other `Handler/` files (which are sorted alphabetically) 

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


More information about the lldb-commits mailing list