mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-14 17:30:09 +08:00
Mark Mentovai
31df2acb12
win: Fix messages in ProcessInfo::LoggingRangeIsFullyReadable()
|ranges| is a coalesced list of committed and accessible memory ranges trimmed to reflect only those that overlap |range|. |range| is only fully unreadable if |ranges| is empty. If |ranges| contains more than one element, it indicates that |range| is sparse (since |ranges| is coalesced, there must be a “hole”). This should be treated as partially unreadable, the same as when |ranges[0]| doesn’t begin or end where |range| does. Test: self_destroying_test_program.exe (via end_to_end_test.py) Change-Id: I55fc2b201089113f2b07395e352704b99d212801 Reviewed-on: https://chromium-review.googlesource.com/702535 Reviewed-by: Leonard Mosescu <mosescu@chromium.org>
Crashpad
Crashpad is a crash-reporting system.
Documentation
- Project status
- Developing Crashpad: instructions for getting the source code, building, testing, and contributing to the project.
- Crashpad interface documentation
- Crashpad tool man pages
- Crashpad overview design
Source Code
Crashpad’s source code is hosted in a Git repository at https://chromium.googlesource.com/crashpad/crashpad.
Other Links
- Bugs can be reported at the Crashpad issue tracker.
- The Crashpad Buildbots perform automated builds and tests.
- crashpad-dev is the Crashpad developers’ mailing list.
Description
Languages
C++
92.6%
Objective-C++
2.5%
C
2%
Python
1.7%
Assembly
0.9%
Other
0.3%