mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
Crashpad’s own build always uses wWinMain(), the default entry point for /subsystem:windows, producing crashpad_handler.exe. crashpad_handler.com is a /subsystem:console version produced by running editbin on a copy of crashpad_handler.exe. This leaves the entry point intact, so both copies use wWinMain(). crashpad_handler.com does not use wmain() as traditionally used by /subsystem:console programs. For the in-Chromium build’s tests, it is conveient to produce the /subsystem:console version, crashpad_handler.com, directly as linker output, as opposed to using editbin to transform a /subsystem:windows version. This /subsystem:console version uses the normal wmain() entry point. By providing both wWinMain() and wmain(), both build types can be accommodated. Bug: chromium:779790 Change-Id: Ieb784db0cc245c6e4c12fb1dd83b8b95e159bdec Reviewed-on: https://chromium-review.googlesource.com/746161 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.5%
Objective-C++
2.5%
C
2%
Python
1.8%
Assembly
0.9%
Other
0.3%