Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(581)

Issue 2773813002: Update Crashpad to 8e37886d418dd042c3c7bfadac99214739ee4d98 (Closed)

Created:
3 years, 9 months ago by Mark Mentovai
Modified:
3 years, 9 months ago
Reviewers:
scottmg
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, cbentzel+watch_chromium.org, mac-reviews_chromium.org, net-reviews_chromium.org, extensions-reviews_chromium.org, jperaza, Sigurður Ásgeirsson
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Update Crashpad to 8e37886d418dd042c3c7bfadac99214739ee4d98 3eaee58970c2 doc: Update Android developer documentation for NDK 14 87c75552ad70 Implement ProcessInfo for Linux/Android bad4fd00113a linux: Fix ProcessInfo for x86[_64] 48781dc182c2 linux: Fix process start time computation 9be4745be0f7 linux: Lazily initialize ProcessInfo’s Is64Bit() and StartTime() d7467ba7e485 linux: Use user_regs instead of pt_regs for 32-bit ARM in ProcessInfo 5938c6e9933a linux: Support ProcessInfo::Is64Bit() for ARM on pre-3.5.0 Linux 82009cd14de5 android: Support builds with NDK API versions older than 21 (compat) b10d9118dea4 minidump: Ignore attempts to add user streams with type collisions 51b21d887467 Add DelimitedFileReader and use it in Linux/Android’s ProcessInfo 00b64427523b Make file_io reads more rational and predictable 4f90f1514692 Remove WeakStdioFileReader and WeakStdioFileWriter 88bc09fb8615 posix: Fix StdioFileHandle() for GCC 14138936b5c4 test: Compare ProcessInfo::Arguments() to main()’s argc/argv on POSIX bc5b7b06db68 Fix racy WorkerThread test 542306626df8 minidump: Make the MemoryListStream the caboose once again 39f13a77a449 Make run_tests.py work with paths instead of configuration names 3983b80ca2fc util/file: Handle oversized reads and writes gracefully e4cad9e51483 doc: Standardize on “macOS” in comments c1157e87f164 Crashpad overview design doc af66c4b74028 Add overview design doc link to root README.md cca10659c739 android: Fix gmock-using tests’ use of MOCK_METHODn() with clang db8c54e142d9 android: Add gyp_crashpad_android.py for easier Android development 013d5e14a30c #include <stddef.h> where offsetof() is used 7a7815506bf2 GCC fix: Don’t use arraysize() on packed structs fa3413e14a22 GCC fix for -Wunused-but-set-variable 810d4815df8a minidump: Allow for user extension streams computed at crash time cedfd7b9cd71 android: Don’t use OPEN_MAX f8ef834ef5dd android: Support “unified headers” with GCC build 8e37886d418d linux: Don’t make assumptions about the CPU revision BUG=crashpad:30, crashpad:167, crashpad:169, crashpad:171, chromium:703890 Review-Url: https://codereview.chromium.org/2773813002 Cr-Commit-Position: refs/heads/master@{#459244} Committed: https://chromium.googlesource.com/chromium/src/+/2a53e839bbe97b3936efad635e8feed3551cf545

Patch Set 1 #

Total comments: 2

Patch Set 2 : Update Crashpad to 8e37886d418dd042c3c7bfadac99214739ee4d98 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3808 lines, -730 lines) Patch
M build/secondary/third_party/crashpad/crashpad/minidump/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M build/secondary/third_party/crashpad/crashpad/util/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/crashpad/README.chromium View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/README.md View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/crashpad/crashpad/build/gyp_crashpad.py View 1 chunk +18 lines, -5 lines 0 comments Download
A third_party/crashpad/crashpad/build/gyp_crashpad_android.py View 1 chunk +107 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/build/run_tests.py View 3 chunks +5 lines, -19 lines 0 comments Download
M third_party/crashpad/crashpad/client/client_test.gyp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/client/crash_report_database_win.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/crashpad/crashpad/client/settings.cc View 1 chunk +4 lines, -7 lines 0 comments Download
A third_party/crashpad/crashpad/compat/android/elf.h View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/compat/android/linux/ptrace.h View 1 chunk +25 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/compat/compat.gyp View 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/doc/developing.md View 6 chunks +30 lines, -39 lines 0 comments Download
A third_party/crashpad/crashpad/doc/layering.png View Binary file 0 comments Download
A third_party/crashpad/crashpad/doc/overview.png View Binary file 0 comments Download
A third_party/crashpad/crashpad/doc/overview_design.md View 1 chunk +505 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/handler/win/crash_other_program.cc View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_crashpad_info_writer_test.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_exception_writer_test.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_file_writer.h View 3 chunks +37 lines, -3 lines 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_file_writer.cc View 6 chunks +67 lines, -21 lines 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_file_writer_test.cc View 7 chunks +85 lines, -16 lines 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_handle_writer_test.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_memory_info_writer_test.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_memory_writer_test.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_misc_info_writer_test.cc View 27 chunks +37 lines, -35 lines 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_module_writer.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_module_writer_test.cc View 12 chunks +8 lines, -11 lines 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_system_info_writer_test.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_test.gyp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_thread_writer_test.cc View 6 chunks +8 lines, -8 lines 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_unloaded_module_writer_test.cc View 2 chunks +4 lines, -2 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_user_extension_stream_data_source.h View 1 chunk +55 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_user_extension_stream_data_source.cc View 1 chunk +30 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_user_stream_writer.h View 3 chunks +20 lines, -16 lines 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_user_stream_writer.cc View 4 chunks +77 lines, -18 lines 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_user_stream_writer_test.cc View 5 chunks +52 lines, -10 lines 0 comments Download
M third_party/crashpad/crashpad/minidump/test/minidump_writable_test_util.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/api/module_annotations_win_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/cpu_context.cc View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/cpu_context_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/mac/cpu_context_mac.cc View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/mac/mach_o_image_annotations_reader_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/mac/module_snapshot_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/snapshot/mac/process_reader.h View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/mac/process_reader.cc View 2 chunks +8 lines, -1 line 0 comments Download
M third_party/crashpad/crashpad/snapshot/mac/process_reader_test.cc View 4 chunks +14 lines, -12 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/mac/process_types/custom.cc View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/mac/system_snapshot_mac.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/mac/system_snapshot_mac.cc View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/snapshot_test.gyp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/snapshot/win/cpu_context_win.cc View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/win/crashpad_snapshot_test_extra_memory_ranges.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/snapshot/win/crashpad_snapshot_test_simple_annotations.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/snapshot/win/exception_snapshot_win_test.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/win/extra_memory_ranges_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/snapshot/win/pe_image_reader.cc View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/win/process_reader_win_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/win/process_snapshot_win.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/win/process_snapshot_win_test.cc View 1 chunk +2 lines, -1 line 0 comments Download
A third_party/crashpad/crashpad/test/gmock_main.cc View 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/gtest_main.cc View 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/main_arguments.h View 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/main_arguments.cc View 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/main_arguments_test.cc View 1 chunk +34 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/test/multiprocess_exec_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/test/multiprocess_posix_test.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/crashpad/crashpad/test/test.gyp View 3 chunks +30 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/test/test_test.gyp View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/crashpad/crashpad/test/win/win_child_process.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/third_party/gtest/gmock.gyp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/tools/crashpad_database_util.cc View 3 chunks +12 lines, -11 lines 0 comments Download
M third_party/crashpad/crashpad/tools/crashpad_http_upload.cc View 1 chunk +2 lines, -1 line 0 comments Download
A third_party/crashpad/crashpad/util/file/delimited_file_reader.h View 1 chunk +93 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/file/delimited_file_reader.cc View 1 chunk +109 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/file/delimited_file_reader_test.cc View 1 chunk +363 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/util/file/file_io.h View 4 chunks +172 lines, -55 lines 0 comments Download
M third_party/crashpad/crashpad/util/file/file_io.cc View 2 chunks +109 lines, -20 lines 0 comments Download
M third_party/crashpad/crashpad/util/file/file_io_posix.cc View 3 chunks +49 lines, -42 lines 0 comments Download
M third_party/crashpad/crashpad/util/file/file_io_test.cc View 3 chunks +362 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/util/file/file_io_win.cc View 4 chunks +73 lines, -32 lines 0 comments Download
M third_party/crashpad/crashpad/util/file/file_reader.h View 3 chunks +1 line, -36 lines 0 comments Download
M third_party/crashpad/crashpad/util/file/file_reader.cc View 3 chunks +24 lines, -53 lines 0 comments Download
A third_party/crashpad/crashpad/util/file/file_reader_test.cc View 1 chunk +205 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/util/file/file_writer.h View 1 chunk +0 lines, -35 lines 0 comments Download
M third_party/crashpad/crashpad/util/file/file_writer.cc View 2 chunks +1 line, -62 lines 0 comments Download
M third_party/crashpad/crashpad/util/mach/child_port_handshake.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/crashpad/crashpad/util/mach/exception_ports_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/crashpad/crashpad/util/mach/mach_message_server_test.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/crashpad/crashpad/util/mach/notify_server_test.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/util/misc/uuid.cc View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/crashpad/crashpad/util/net/http_transport_libcurl.cc View 1 1 chunk +46 lines, -10 lines 0 comments Download
M third_party/crashpad/crashpad/util/net/http_transport_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/util/posix/close_multiple.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/util/posix/process_info.h View 3 chunks +31 lines, -3 lines 0 comments Download
A third_party/crashpad/crashpad/util/posix/process_info_linux.cc View 1 chunk +520 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/util/posix/process_info_mac.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/crashpad/crashpad/util/posix/process_info_test.cc View 5 chunks +57 lines, -56 lines 0 comments Download
M third_party/crashpad/crashpad/util/thread/worker_thread_test.cc View 3 chunks +8 lines, -4 lines 0 comments Download
M third_party/crashpad/crashpad/util/util.gyp View 3 chunks +10 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/util/util_test.gyp View 3 chunks +15 lines, -1 line 0 comments Download
M third_party/crashpad/crashpad/util/win/exception_handler_server.cc View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/crashpad/crashpad/util/win/exception_handler_server_test.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/crashpad/crashpad/util/win/process_info.cc View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/crashpad/crashpad/util/win/process_info_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/util/win/registration_protocol_win.cc View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/crashpad/crashpad/util/win/scoped_process_suspend.cc View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/crashpad/crashpad/util/win/scoped_process_suspend_test.cc View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 16 (11 generated)
Mark Mentovai
It’s been a busy week and a half. There’s nothing pressing here except for maybe ...
3 years, 9 months ago (2017-03-23 19:34:19 UTC) #2
scottmg
lgtm https://codereview.chromium.org/2773813002/diff/1/third_party/crashpad/crashpad/util/util.gyp File third_party/crashpad/crashpad/util/util.gyp (right): https://codereview.chromium.org/2773813002/diff/1/third_party/crashpad/crashpad/util/util.gyp#newcode140 third_party/crashpad/crashpad/util/util.gyp:140: 'posix/process_info_linux.cc', I guess adding this to the GN ...
3 years, 9 months ago (2017-03-23 20:27:34 UTC) #5
Mark Mentovai
https://codereview.chromium.org/2773813002/diff/1/third_party/crashpad/crashpad/util/util.gyp File third_party/crashpad/crashpad/util/util.gyp (right): https://codereview.chromium.org/2773813002/diff/1/third_party/crashpad/crashpad/util/util.gyp#newcode140 third_party/crashpad/crashpad/util/util.gyp:140: 'posix/process_info_linux.cc', scottmg wrote: > I guess adding this to ...
3 years, 9 months ago (2017-03-23 20:30:36 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2773813002/20001
3 years, 9 months ago (2017-03-23 20:53:54 UTC) #13
commit-bot: I haz the power
3 years, 9 months ago (2017-03-23 22:07:37 UTC) #16
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/2a53e839bbe97b3936efad635e8f...

Powered by Google App Engine
This is Rietveld 408576698