Skip to content

Commit

Permalink
Roll src/breakpad/src/ eb46b8c4f..33a43757f (10 commits).
Browse files Browse the repository at this point in the history
   https://chromium.googlesource.com/breakpad/breakpad/src.git/+log/eb46b8c4fa18..33a43757f6da

$ git log eb46b8c4f..33a43757f --date=short --no-merges --format='%h %ae %s'
33a4375 yunlian@google.com use another elf.h inside the package for common/dwarf/elf_reader
3a58813 yunlian@google.com Use elf.h inside the package.
fa38117 ted@mielczarek.org Don't let PDBSourceLineWriter::GetSymbolFunctionName return empty function names
f360908 michaelbai@chromium.org Revert "Write adjusted range back to module"
6cf96c0 dmaclach@google.com Replaced glibc version of elf.h with musl version of elf.h.
4f9bf66 dmaclach@google.com Fixes up dump_syms build on OS X so it works with ELF.
551d9ed dmaclach@google.com Update to handle dsym files that end with a header.
5af79e1 yunlian@google.com breakpad: fix unittest errors
40e60e2 yunlian@google.com Add debug fission support.
0bc2fc0 vapier@chromium.org macho: fix printf type mismatches

BUG=606972

Review-Url: https://codereview.chromium.org/1978803003
Cr-Commit-Position: refs/heads/master@{#394654}
  • Loading branch information
michaelbai authored and Commit bot committed May 19, 2016
1 parent ee9bb4b commit 36cb63d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ allowed_hosts = [

deps = {
'src/breakpad/src':
Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + 'eb46b8c4fa1892541a78693183845ed25b886fa9',
Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + '33a43757f6dadf49cb2240d22f1d0d827bfeae8f',

'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
Expand Down
4 changes: 4 additions & 0 deletions breakpad/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ if (is_mac) {
"src/common/dwarf/bytereader.cc",
"src/common/dwarf/dwarf2diehandler.cc",
"src/common/dwarf/dwarf2reader.cc",
"src/common/dwarf/elf_reader.cc",
"src/common/dwarf/elf_reader.h",
"src/common/dwarf_cfi_to_module.cc",
"src/common/dwarf_cu_to_module.cc",
"src/common/dwarf_line_to_module.cc",
Expand Down Expand Up @@ -449,6 +451,8 @@ if (is_linux || is_android) {
"src/common/dwarf/bytereader.cc",
"src/common/dwarf/dwarf2diehandler.cc",
"src/common/dwarf/dwarf2reader.cc",
"src/common/dwarf/elf_reader.cc",
"src/common/dwarf/elf_reader.h",
"src/common/dwarf_cfi_to_module.cc",
"src/common/dwarf_cfi_to_module.h",
"src/common/dwarf_cu_to_module.cc",
Expand Down
4 changes: 4 additions & 0 deletions breakpad/breakpad.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@
'src/common/dwarf_cu_to_module.cc',
'src/common/dwarf/dwarf2diehandler.cc',
'src/common/dwarf/dwarf2reader.cc',
'src/common/dwarf/elf_reader.cc',
'src/common/dwarf/elf_reader.h',
'src/common/dwarf_line_to_module.cc',
'src/common/language.cc',
'src/common/mac/arch_utilities.cc',
Expand Down Expand Up @@ -465,6 +467,8 @@
'src/common/dwarf_cu_to_module.h',
'src/common/dwarf/dwarf2diehandler.cc',
'src/common/dwarf/dwarf2reader.cc',
'src/common/dwarf/elf_reader.cc',
'src/common/dwarf/elf_reader.h',
'src/common/dwarf_line_to_module.cc',
'src/common/dwarf_line_to_module.h',
'src/common/language.cc',
Expand Down

0 comments on commit 36cb63d

Please sign in to comment.