[Lldb-commits] [lldb] [lldb-dap] Use protocol types for ReadMemory request (PR #144552)
Ebuka Ezike via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 17 10:03:49 PDT 2025
================
@@ -742,6 +742,42 @@ bool fromJSON(const llvm::json::Value &, DisassembledInstruction &,
llvm::json::Path);
llvm::json::Value toJSON(const DisassembledInstruction &);
+/// Arguments for `readMemory` request.
+struct ReadMemoryArguments {
----------------
da-viper wrote:
Will do did not realise it is in the wrong file.
https://github.com/llvm/llvm-project/pull/144552
More information about the lldb-commits
mailing list