mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
Updates mini_chromium to 471390dc9c5a. 471390dc9c5a mac: Support 32-bit x86 builds % gn gen out/debug_32 --args='target_cpu="x86"' % ninja -C out/debug_32 The 10.14 SDK does not contain support to link for 32-bit x86, so with Xcode 10, it may be necessary to set the GN argument mac_sdk=10.13 (or lower) or target_sysroot to an equivalent path. It may also be necessary to coax Xcode into accepting this SDK. Change-Id: I251c870ae06e2a7d9e6d8936240f204da2f4a517 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1529224 Reviewed-by: Scott Graham <scottmg@chromium.org> Reviewed-by: Robert Sesek <rsesek@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 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%