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

Adrian Vogelsgesang via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 19 05:58:35 PDT 2025


================
@@ -394,6 +394,13 @@ class TestGetTargetBreakpointsRequestHandler : public LegacyRequestHandler {
   void operator()(const llvm::json::Object &request) const override;
 };
 
+class WriteMemoryRequestHandler : public LegacyRequestHandler {
----------------
vogelsgesang wrote:

I would prefer if we would directly use the non-legacy approach here

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


More information about the lldb-commits mailing list