[Lldb-commits] [lldb] [lldb] Implement Process::ReadMemoryRanges (PR #163651)
Felipe de Azevedo Piovezan via lldb-commits
lldb-commits at lists.llvm.org
Sun Oct 19 16:19:14 PDT 2025
felipepiovezan wrote:
> What's the thinking for doing this in "ptrace style" where the caller allocates a buffer and gives it to the function, vs. allocating the buffer on behalf of the caller?
No real motivation other than "the other APIs in `Process` do this, so this must have been discussed in the past", I'll add this to the commit/PR messages. (I'm assuming that's fine, as nobody objected to it in the RFC, but I have no strong opinions).
https://github.com/llvm/llvm-project/pull/163651
More information about the lldb-commits
mailing list