[Lldb-commits] [lldb] [lldb-dap] Support inspecting memory (PR #104317)

Adrian Vogelsgesang via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 20 15:09:38 PDT 2024


vogelsgesang wrote:

Thanks for that thoughtful write-up!

#109485 should address your points

> The method I'd recommend is to call `ReadMemory`

I assume I should prefer `Target::ReadMemory` over `Process::readMemory`, right?

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


More information about the lldb-commits mailing list