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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
