Skip to content

Commit

Permalink
chore: update crashpad 2023-05-03 (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
supervacuus authored May 4, 2023
1 parent a4f6b94 commit 1fb06c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# Unreleased

**Internal**:

- Updated Crashpad backend to 2023-05-03. ([#837](https://github.com/getsentry/sentry-native/pull/837), [crashpad#82](https://github.com/getsentry/crashpad/pull/82))

## 0.6.2

**Features**:
Expand Down
2 changes: 1 addition & 1 deletion external/crashpad
Submodule crashpad updated 38 files
+1 −1 .github/workflows/build.yml
+1 −0 AUTHORS
+3 −2 client/annotation_test.cc
+3 −0 client/crashpad_client_linux_test.cc
+26 −16 client/ios_handler/exception_processor.mm
+0 −1 client/ios_handler/in_process_handler.cc
+5 −3 client/ring_buffer_annotation_load_test_main.cc
+4 −0 handler/BUILD.gn
+27 −0 handler/linux/cros_crash_report_exception_handler.cc
+1 −0 snapshot/BUILD.gn
+6 −3 snapshot/ios/exception_snapshot_ios_intermediate_dump.cc
+4 −1 snapshot/ios/module_snapshot_ios_intermediate_dump.cc
+7 −1 snapshot/ios/process_snapshot_ios_intermediate_dump_test.cc
+ snapshot/ios/testdata/crash-c44acfcbccd8c7a8
+7 −7 snapshot/linux/system_snapshot_linux.cc
+2 −1 snapshot/minidump/thread_snapshot_minidump.cc
+5 −2 snapshot/sanitized/memory_snapshot_sanitized.cc
+3 −1 snapshot/sanitized/process_snapshot_sanitized.cc
+7 −1 snapshot/win/exception_snapshot_win.cc
+45 −0 snapshot/win/exception_snapshot_win_test.cc
+2 −2 snapshot/win/process_snapshot_win_test.cc
+5 −1 test/ios/BUILD.gn
+27 −0 test/ios/crash_type_xctest.mm
+39 −3 test/ios/host/cptest_application_delegate.mm
+6 −0 test/ios/host/cptest_shared_object.h
+16 −0 tools/BUILD.gn
+49 −8 tools/CMakeLists.txt
+147 −0 tools/dump_minidump_annotations.cc
+2 −0 util/BUILD.gn
+2 −0 util/CMakeLists.txt
+13 −7 util/file/filesystem_test.cc
+3 −5 util/ios/ios_intermediate_dump_writer.cc
+44 −0 util/linux/pac_helper.cc
+29 −0 util/linux/pac_helper.h
+2 −1 util/linux/thread_info.h
+1 −1 util/misc/uuid.cc
+21 −54 util/thread/thread_log_messages.cc
+4 −1 util/thread/thread_log_messages.h

0 comments on commit 1fb06c2

Please sign in to comment.