kicad/thirdparty/sentry-native/external/crashpad
Marek Roszko 89d22e5f94 update sentry-native to 0.6.0
primarily interested in windows bug fix to stack unwinding


(cherry picked from commit 041b7b196d)
2023-02-16 02:10:05 +00:00
..
.github/workflows
build update sentry-native to 0.6.0 2023-02-16 02:10:05 +00:00
client update sentry-native to 0.6.0 2023-02-16 02:10:05 +00:00
compat update sentry-native to 0.6.0 2023-02-16 02:10:05 +00:00
doc Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
handler update sentry-native to 0.6.0 2023-02-16 02:10:05 +00:00
infra/config Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
libunwind Add some missing sentry-native cmake 2022-08-15 19:12:46 -04:00
minidump update sentry-native to 0.6.0 2023-02-16 02:10:05 +00:00
snapshot update sentry-native to 0.6.0 2023-02-16 02:10:05 +00:00
test update sentry-native to 0.6.0 2023-02-16 02:10:05 +00:00
third_party update sentry-native to 0.6.0 2023-02-16 02:10:05 +00:00
tools Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
util update sentry-native to 0.6.0 2023-02-16 02:10:05 +00:00
.clang-format Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
.gitattributes Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
.gitignore Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
.gitmodules
.gn Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
.style.yapf Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
.vpython3 Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
AUTHORS Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
BUILD.gn update sentry-native to 0.6.0 2023-02-16 02:10:05 +00:00
CMakeLists.txt update sentry-native to 0.6.0 2023-02-16 02:10:05 +00:00
CONTRIBUTORS
DEPS update sentry-native to 0.6.0 2023-02-16 02:10:05 +00:00
LICENSE
README.getsentry.md
README.md Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
codereview.settings Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
crashpad-config.cmake.in
example.cpp
navbar.md Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
package.h Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00

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