Commit f3b969d3 authored by Christopher Grant's avatar Christopher Grant Committed by Commit Bot

Roll src/third_party/breakpad/breakpad/ c46151db0..5915ea929 (18 commits)

https://chromium.googlesource.com/breakpad/breakpad.git/+log/c46151db0ffd..5915ea929c43

$ git log c46151db0..5915ea929 --date=short --no-merges --format='%ad %ae %s'
2019-11-04 cjgrant Add fallthrough annotations on new C++ switches
2019-11-01 mark Revert "Remove use of "register" keyword, deprecated in C++17"
2019-10-29 jperaza linux, client: set module name from DT_SONAME
2019-10-29 cjgrant linux, dump_syms: Make style consistent in module unittest
2019-10-29 cjgrant linux, dump_syms: Filter module entries outside specified ranges
2019-10-04 jakehehrlich Add options to set OS and filename
2019-10-24 jperaza linux, dump_syms: set module name from DT_SONAME
2019-08-03 vapier convert_UTF: rewrite in C++
2019-08-14 vapier codereview.settings: do not force squashing behavior
2019-08-12 mark Remove use of "register" keyword, deprecated in C++17
2019-08-07 mark Mac dump_syms: accept __DWARF segment without __debug_info section
2019-08-03 vapier string_conversion: fix pointer math
2019-08-03 vapier guid_creater: include string.h for memcpy
2019-08-03 vapier minidump_processor: fix typo in BUS_ADRALN
2019-08-03 henri.hyyrylainen Updated lss to fix compiling with GCC 9
2019-07-22 jperaza arm64: strip PACs from link register values
2019-07-11 ivanpe Improving the support for Fuchsia in Breakpad Processor.
2019-07-03 mark Remove base_logging::LogMessage

Created with:
  roll-dep src/third_party/breakpad/breakpad

Bug: 990190
Change-Id: If18e57e7f360e8bb514ab61164c1049135c5d27a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894258Reviewed-by: default avatarMark Mentovai <mark@chromium.org>
Commit-Queue: Christopher Grant <cjgrant@chromium.org>
Cr-Commit-Position: refs/heads/master@{#712705}
parent 55549387
......@@ -822,7 +822,7 @@ deps = {
},
'src/third_party/breakpad/breakpad':
Var('chromium_git') + '/breakpad/breakpad.git' + '@' + 'c46151db0ffd1a8dae914e45f1212ef427f61ed3',
Var('chromium_git') + '/breakpad/breakpad.git' + '@' + '5915ea929c43d61e77b68b64bc91d8709f5c9876',
'src/third_party/byte_buddy': {
'packages': [
......
......@@ -384,7 +384,7 @@ if (is_mac) {
"breakpad/src/client/mac/handler/dynamic_images.cc",
"breakpad/src/client/mac/handler/minidump_generator.cc",
"breakpad/src/client/minidump_file_writer.cc",
"breakpad/src/common/convert_UTF.c",
"breakpad/src/common/convert_UTF.cc",
"breakpad/src/common/mac/MachIPC.mm",
"breakpad/src/common/mac/arch_utilities.cc",
"breakpad/src/common/mac/bootstrap_compat.cc",
......@@ -598,7 +598,7 @@ if (is_linux || is_android) {
"breakpad/src/client/minidump_file_writer-inl.h",
"breakpad/src/client/minidump_file_writer.cc",
"breakpad/src/client/minidump_file_writer.h",
"breakpad/src/common/convert_UTF.c",
"breakpad/src/common/convert_UTF.cc",
"breakpad/src/common/convert_UTF.h",
"breakpad/src/common/linux/elf_core_dump.cc",
"breakpad/src/common/linux/elf_core_dump.h",
......@@ -1017,7 +1017,7 @@ if (is_ios) {
"breakpad/src/client/minidump_file_writer-inl.h",
"breakpad/src/client/minidump_file_writer.cc",
"breakpad/src/client/minidump_file_writer.h",
"breakpad/src/common/convert_UTF.c",
"breakpad/src/common/convert_UTF.cc",
"breakpad/src/common/convert_UTF.h",
"breakpad/src/common/long_string_dictionary.cc",
"breakpad/src/common/mac/HTTPMultipartUpload.m",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment