mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
Pulls the concrete non-test implementations of MemorySnapshot out into a template. They were effectively identical on Mac and Linux/Android, and I was going to have to add another identical one for Fuchsia. Unfortunately it needs to be a template because of the snapshot merging template it calls that needs the platform-specific ProcessReader (so it can't just pass in a base ProcessMemory in initialization instead). This is used on Mac, Linux, Android, and Fuchsia, but there is still a Windows implementation (different because its ProcessReader is a bit different) and a test implementation. Bug: crashpad:196 Change-Id: I4b5575fee0749e96b08e756be1f8380a2c994d7c Reviewed-on: https://chromium-review.googlesource.com/929308 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Scott Graham <scottmg@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.5%
Objective-C++
2.5%
C
2%
Python
1.8%
Assembly
0.9%
Other
0.3%