This adds NetBSD specific:
- ReadProcMaps()
- MemoryMappingLayout::Next()
This code is largely shared with FreeBSD.
Part of the code inspired by the original work on libsanitizer in GCC 5.4 by Christos Zoulas.
Sponsored by <The NetBSD Foundation>
Differential D35551
Add NetBSD support in sanitizer_procmaps_freebsd.cc krytarowski on Jul 18 2017, 5:09 AM. Authored by
Details This adds NetBSD specific:
This code is largely shared with FreeBSD. Part of the code inspired by the original work on libsanitizer in GCC 5.4 by Christos Zoulas. Sponsored by <The NetBSD Foundation>
Diff Detail
Event Timeline
Comment Actions This should be merged with the FreeBSD one. The differences are minor and it looks like you can cover all of them with two or three simple conditional operators or ifs.
Comment Actions Please update the commit message and one style comment, otherwise lgtm.
|