[Lldb-commits] [lldb] [lldb][lldb-dap] Added support for "WriteMemory" request. (PR #131820)
Santhosh Kumar Ellendula via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 28 08:54:37 PDT 2025
================
@@ -394,6 +394,13 @@ class TestGetTargetBreakpointsRequestHandler : public LegacyRequestHandler {
void operator()(const llvm::json::Object &request) const override;
};
+class WriteMemoryRequestHandler : public LegacyRequestHandler {
----------------
santhoshe447 wrote:
> I would prefer if we would directly use the non-legacy approach here
What is non legacy handler approach ?
https://github.com/llvm/llvm-project/pull/131820
More information about the lldb-commits
mailing list