kicad/thirdparty/sentry-native/external/crashpad
Mark Roszko 9a7b1a20dc Update sentry-native to 0.7.2
(cherry picked from commit 2f0ff4e557)

Co-authored-by: Marek Roszko <mark.roszko@gmail.com>
2024-04-30 11:39:47 +00:00
..
.github Update sentry-native to 0.7.2 2024-04-30 11:39:47 +00:00
build Update sentry-native to 0.7.2 2024-04-30 11:39:47 +00:00
client Update sentry-native to 0.7.2 2024-04-30 11:39:47 +00:00
cmake/toolchains Update sentry-native to 0.7.2 2024-04-30 11:39:47 +00:00
compat sentry-native update to 0.6.7 2023-12-17 21:39:10 -05:00
doc sentry-native update to 0.6.7 2023-12-17 21:39:10 -05:00
handler Update sentry-native to 0.7.2 2024-04-30 11:39:47 +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.7.2 2024-04-30 11:39:47 +00:00
snapshot Update sentry-native to 0.7.2 2024-04-30 11:39:47 +00:00
test Update sentry-native to 0.7.2 2024-04-30 11:39:47 +00:00
third_party Update sentry-native to 0.7.2 2024-04-30 11:39:47 +00:00
tools add sentry-native files missed in earlier commit 2023-12-18 22:10:40 -05:00
util Update sentry-native to 0.7.2 2024-04-30 11:39:47 +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 sentry-native update to 0.6.7 2023-12-17 21:39:10 -05:00
BUILD.gn sentry-native update to 0.6.7 2023-12-17 21:39:10 -05:00
CMakeLists.txt Update sentry-native to 0.7.2 2024-04-30 11:39:47 +00:00
CONTRIBUTORS
DEPS Update sentry-native to 0.7.2 2024-04-30 11:39:47 +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