mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
Use the standard alignas instead of ALIGNAS in cases where this is possible too. It’s not currently possible where ALIGNAS may be mixed with other attributes, although the not-landed https://codereview.chromium.org/2670873002/ suggests that where ALIGNAS is mixed with __attribute__((packed)), it’s viable to write “struct alignas(4) S { /* … */ } __attribute__((packed));”. This includes an update of mini_chromium to 723e840a2f100a525f7feaad2e93df31d701780a, picking up: 723e840a2f10 Remove ALIGNOF This tracks upstream https://codereview.chromium.org/2932053002/. Change-Id: I7ddaf829020ef3be0512f803cecbb7c543294f07 Reviewed-on: https://chromium-review.googlesource.com/533356 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 Buildbot performs 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%