mbucko wrote:

> I forgot to ask, what is the motivation behind this change? Is there 
> something you can't do with the SBAPI right now or that is better expressed 
> with SBAddressRange and SBAddressRangeList?

Yes, I want to add the following API:

lldb::SBError SBProcess::FindInMemory(const SBAddressRangeList &ranges, const 
void *buf, uint64_t size, SBAddressRangeList &matches, size_t alignment);

https://github.com/llvm/llvm-project/pull/92014
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to