From 7c34143085ccbeb966418efa36c99d64898f4c6e Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Wed, 10 Mar 2021 12:16:15 +0000 Subject: [PATCH] Roll src/third_party/breakpad/breakpad/ e3d485f73..d6a6f5260 (23 commits) https://chromium.googlesource.com/breakpad/breakpad.git/+log/e3d485f73f58..d6a6f5260652 $ git log e3d485f73..d6a6f5260 --date=short --no-merges --format='%ad %ae %s' 2021-03-08 hans Strip LLVM-generated symbol suffixes when demangling Windows symbols 2021-03-08 justincohen Correct native symbol upload and UUID. 2021-03-02 justincohen Automatically capture debugID in Mac OS symupload tool. 2021-02-24 vapier switch repo manifest to track the main branch 2021-02-11 vapier restore gtest updates 2021-02-06 sunsj1231 arm: Allow the first function to use linked register as return pc 2021-02-06 sunsj1231 readme: Change default branch from master to main 2021-02-06 sunsj1231 Add core_handler and pid2md into git ignore 2021-01-29 hashimoto Add src/processor/stackwalk_common.{cc,h} to src_libbreakpad_a_SOURCES 2021-01-21 cmtice breakpad: Fix typo in unit test. 2021-01-20 cmtice breakpad: Eliminate 'unused variable' warnings. 2021-01-16 cmtice Dwarf5 fixes [5 of 5]: Recognize dwp version 5. 2021-01-16 cmtice Dwarf5 fixes [4 of 5]: Skip processing Dwarf5 type units. 2021-01-16 cmtice Dwarf5 fixes [3 of 5]: Fix bugs reading .debug_line_str. 2021-01-16 cmtice Dwarf5 fixes [2 of 5]: Handle .debug_str_offsets properly. 2021-01-16 cmtice Dwarf5 fixes [1 of 5]: Add & use missing enums, fix typo. 2021-01-04 vapier update to newer googletest 2020-12-21 epastor Do not build core_handler unless memfd_create is available 2020-12-14 snehasishk Add a test to check debug information for split functions. 2020-12-11 snehasishk Add dwarf2reader unit test to run with make check. 2020-12-10 snehasishk Fix a typo in lineinfo unittest.cc 2020-11-24 ludovic.guegan pid2md: generate a minidump from a running process 2020-11-23 ludovic.guegan core_handler: coredump handler to produce minidump Created with: roll-dep src/third_party/breakpad/breakpad Bug: 1179132 Change-Id: I10468375a766427a9fea2b57303e038c619718e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2743179 Reviewed-by: Mark Mentovai Cr-Commit-Position: refs/branch-heads/4430@{#305} Cr-Branched-From: e5ce7dc4f7518237b3d9bb93cccca35d25216cbe-refs/heads/master@{#857950} --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 875a6484b35f54..2314c8a74eed2a 100644 --- a/DEPS +++ b/DEPS @@ -856,7 +856,7 @@ deps = { }, 'src/third_party/breakpad/breakpad': - Var('chromium_git') + '/breakpad/breakpad.git' + '@' + 'e3d485f73f5836fdd6fb287ab96973c4f63175e1', + Var('chromium_git') + '/breakpad/breakpad.git' + '@' + 'd6a6f52606529111b9f0ade9a0e0d9040fa97c1f', 'src/third_party/byte_buddy': { 'packages': [