mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:16:13 +00:00
Add missing/new fidl_base/txn_header.c to fidl_base library in Fuchsia build. However, that transitively includes files that use static_assert via assert.h, which is a C11 feature. Per https://fuchsia.googlesource.com/fuchsia/+/master/docs/development/api/c.md#Language-versions-C-1 Fuchsia does not aim to support C99, so change the build setting in mini_chromium as well in https://chromium-review.googlesource.com/c/chromium/mini_chromium/+/1876894 Includes mini_chromium roll: 2298dbe9d0b3213720ac0e5418ad0013a19aeb5d Change cflags_c from c99 to c11 63dfdbd690244c58c1595543806bafd5e5f8aabd Adds support for codesigning iOS app bundles. ae8e6c54b9a6ea2fd4ff64aab61227d9fad1897e Adds GN rules for ios app bundles. Change-Id: I09c93d5b2b7ae197c8dc95b83e9c467a68ee51f1 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1876893 Commit-Queue: Scott Graham <scottmg@chromium.org> Reviewed-by: 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%