kicad/thirdparty/sentry-native/external/crashpad
Marek Roszko 96446cba1d Update sentry sdk 2022-08-15 20:48:53 -04:00
..
.github/workflows
build Update sentry sdk 2022-08-15 20:48:53 -04:00
client Update sentry sdk 2022-08-15 20:48:53 -04:00
compat Update sentry sdk 2022-08-15 20:48:53 -04:00
doc Update sentry sdk 2022-08-15 20:48:53 -04:00
handler Update sentry sdk 2022-08-15 20:48:53 -04:00
infra/config Update sentry sdk 2022-08-15 20:48:53 -04:00
libunwind Add some missing sentry-native cmake 2022-08-15 19:12:46 -04:00
minidump Update sentry sdk 2022-08-15 20:48:53 -04:00
snapshot Update sentry sdk 2022-08-15 20:48:53 -04:00
test Update sentry sdk 2022-08-15 20:48:53 -04:00
third_party Update sentry sdk 2022-08-15 20:48:53 -04:00
tools Update sentry sdk 2022-08-15 20:48:53 -04:00
util Update sentry sdk 2022-08-15 20:48:53 -04:00
.clang-format
.gitattributes
.gitignore
.gitmodules
.gn Update sentry sdk 2022-08-15 20:48:53 -04:00
.style.yapf
.vpython
.vpython3 Update sentry sdk 2022-08-15 20:48:53 -04:00
AUTHORS
BUILD.gn Update sentry sdk 2022-08-15 20:48:53 -04:00
CMakeLists.txt Update sentry sdk 2022-08-15 20:48:53 -04:00
CONTRIBUTORS
DEPS Update sentry sdk 2022-08-15 20:48:53 -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