[llvm-dev] [compiler-rt] Proposed changes to MemoryMappingLayout (sanitizer_procmaps)

Reid Kleckner via llvm-dev llvm-dev at lists.llvm.org
Thu Jul 6 11:32:29 PDT 2017


On Wed, Jul 5, 2017 at 8:27 AM, Francis Ricci via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
>
> 1) Move from MemoryMappingLayout::Next() to c++ style iterators


I would hesitate to do that, given the diverse ways that address space
introspection can fail. Currently these are all CHECK failures on BSD &
Linux and an early exit on Mac. You might want an interface capable of
returning an error.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170706/76ff00ef/attachment.html>


More information about the llvm-dev mailing list