kicad/thirdparty/sentry-native/external/crashpad
Marek Roszko 2f0ff4e557 Update sentry-native to 0.7.2 2024-04-29 22:05:05 -04:00
..
.github Update sentry-native to 0.7.2 2024-04-29 22:05:05 -04:00
build Update sentry-native to 0.7.2 2024-04-29 22:05:05 -04:00
client Update sentry-native to 0.7.2 2024-04-29 22:05:05 -04:00
cmake/toolchains Update sentry-native to 0.7.2 2024-04-29 22:05:05 -04:00
compat
doc
handler Update sentry-native to 0.7.2 2024-04-29 22:05:05 -04:00
infra/config
libunwind
minidump Update sentry-native to 0.7.2 2024-04-29 22:05:05 -04:00
snapshot Update sentry-native to 0.7.2 2024-04-29 22:05:05 -04:00
test Update sentry-native to 0.7.2 2024-04-29 22:05:05 -04:00
third_party Update sentry-native to 0.7.2 2024-04-29 22:05:05 -04:00
tools
util Update sentry-native to 0.7.2 2024-04-29 22:05:05 -04:00
.clang-format
.gitattributes
.gitignore
.gitmodules
.gn
.style.yapf
.vpython3
AUTHORS
BUILD.gn
CMakeLists.txt Update sentry-native to 0.7.2 2024-04-29 22:05:05 -04:00
CONTRIBUTORS
DEPS Update sentry-native to 0.7.2 2024-04-29 22:05:05 -04:00
LICENSE
README.getsentry.md
README.md
codereview.settings
crashpad-config.cmake.in
example.cpp
navbar.md
package.h

README.md

Crashpad

Crashpad is a crash-reporting system.

Documentation

Source Code

Crashpads source code is hosted in a Git repository at https://chromium.googlesource.com/crashpad/crashpad.

Sentry modifications

See README.getsentry.md for more information on the changes, and on maintaining the fork.

Generating patch:

git format-patch --stdout master...HEAD > getsentry.patch