mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
Annotations data structures may be dynamically allocated so could appear outside a modules's address range. Let ImageAnnotationReader use a ProcessMemoryRange for the process, rather than the module. Also add a test for linux. Bug: crashpad:30 Change-Id: Ibbf1d2fcb2e44b1b70c8a02e86c6f2fbd784535f Reviewed-on: https://chromium-review.googlesource.com/1054705 Commit-Queue: Joshua Peraza <jperaza@chromium.org> Reviewed-by: Scott Graham <scottmg@chromium.org>