mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
As Mark noted in [1] ProcessMemory should accept VMSize instead of size_t, the two types can differ on platforms where a cross-bitness handler could cause a 32-bit handler to inspect a 64-bit process. By centralizing the checks in ProcessMemory, we can leave the individual platform-specific implementations (in ProcessMemory*::ReadUpTo) to accept size_ts. [1] crrev.com/c/1388017/2/snapshot/crashpad_types/crashpad_info_reader.cc#70 Bug: crashpad:270 Change-Id: I3aab483221de36f3b1478cb9503101b142dae681 Reviewed-on: https://chromium-review.googlesource.com/c/1387756 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Vlad Tsyrklevich <vtsyrklevich@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 bots perform automated builds and tests.
- crashpad-dev is the Crashpad developers’ mailing list.
Description
Languages
C++
92.5%
Objective-C++
2.5%
C
2%
Python
1.8%
Assembly
0.9%
Other
0.3%