mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 15:32:10 +08:00
Mark Mentovai
e0f3963131
Sever the connection between the test support library and snapshot
This dependency was created in 107fb7631788 for macOS, but it’s not used on other platforms. Since the test support library is broadly used to test all of Crashpad, it’s useful even during early-stage porting. The snapshot library is a higher-level module that builds upon other components, and is not likely to be functional until the later stages of porting. Expressing this dependency artifically makes it difficult to test ports in development. Change-Id: I9dc2e2c473c8519b4c2b0d774acc9c146ee4e121 Reviewed-on: https://chromium-review.googlesource.com/811564 Reviewed-by: Scott Graham <scottmg@chromium.org> Commit-Queue: Mark Mentovai <mark@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%