kicad/thirdparty/sentry-native/external/crashpad
..
.github/workflows
build
client
compat
doc
handler
infra/config
libunwind
minidump
snapshot
test
third_party
tools
util
.clang-format
.gitattributes
.gitignore
.gitmodules
.gn
.style.yapf
.vpython
AUTHORS
BUILD.gn
CMakeLists.txt
CONTRIBUTORS
DEPS
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