Skip to content

Commit

Permalink
Revert "Roll src/third_party/breakpad/breakpad/ e3d485f73..d6a6f5260 …
Browse files Browse the repository at this point in the history
…(23 commits)"

This reverts commit 7c34143.

Reason for revert:
Broke mac: https://ci.chromium.org/ui/p/chromium-m90/builders/ci/Mac%20Builder/256

Original change's description:
> 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 <mark@chromium.org>
> Cr-Commit-Position: refs/branch-heads/4430@{#305}
> Cr-Branched-From: e5ce7dc-refs/heads/master@{#857950}

Bug: 1179132
Change-Id: Iff1e7772c5762726b0a51cd80145556150f46f12
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2747503
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/4430@{#306}
Cr-Branched-From: e5ce7dc-refs/heads/master@{#857950}
  • Loading branch information
zmodem committed Mar 10, 2021
1 parent 7c34143 commit 588a4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ deps = {
},

'src/third_party/breakpad/breakpad':
Var('chromium_git') + '/breakpad/breakpad.git' + '@' + 'd6a6f52606529111b9f0ade9a0e0d9040fa97c1f',
Var('chromium_git') + '/breakpad/breakpad.git' + '@' + 'e3d485f73f5836fdd6fb287ab96973c4f63175e1',

'src/third_party/byte_buddy': {
'packages': [
Expand Down

0 comments on commit 588a4b2

Please sign in to comment.