Skip to content
Open
2 changes: 1 addition & 1 deletion external/crashpad
Submodule crashpad updated 37 files
+4 −0 client/CMakeLists.txt
+99 −182 client/crash_report_database.cc
+20 −3 client/crash_report_database.h
+5 −0 client/crashpad_client.h
+10 −0 client/crashpad_client_linux.cc
+6 −0 client/crashpad_client_mac.cc
+55 −10 client/crashpad_client_win.cc
+274 −0 client/sentry_event.cc
+50 −0 client/sentry_event.h
+149 −0 client/sentry_scope.cc
+75 −0 client/sentry_scope.h
+15 −17 handler/linux/crash_report_exception_handler.cc
+3 −0 handler/linux/crash_report_exception_handler.h
+42 −2 handler/linux/exception_handler_server.cc
+4 −0 handler/linux/exception_handler_server.h
+15 −18 handler/mac/crash_report_exception_handler.cc
+3 −0 handler/mac/crash_report_exception_handler.h
+3 −0 handler/mac/exception_handler_server.cc
+5 −0 handler/mac/exception_handler_server.h
+16 −17 handler/win/crash_report_exception_handler.cc
+3 −0 handler/win/crash_report_exception_handler.h
+4 −0 util/CMakeLists.txt
+22 −0 util/linux/exception_handler_client.cc
+5 −0 util/linux/exception_handler_client.h
+16 −0 util/linux/exception_handler_protocol.h
+5 −1 util/linux/socket.cc
+2 −1 util/linux/socket.h
+3 −0 util/mach/exception_handler_protocol.h
+84 −0 util/misc/json_writer.cc
+53 −0 util/misc/json_writer.h
+393 −0 util/misc/message_pack.cc
+213 −0 util/misc/message_pack.h
+24 −0 util/win/exception_handler_server.cc
+4 −0 util/win/exception_handler_server.h
+7 −25 util/win/registration_protocol_win.cc
+11 −9 util/win/registration_protocol_win.h
+13 −0 util/win/registration_protocol_win_structs.h
Loading
Loading