Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta: Update break/crashpad to 2021-06-14 #552

Merged
merged 1 commit into from
Jun 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion external/breakpad
Submodule breakpad updated 53 files
+1 −1 DEPS
+13 −0 OWNERS
+1 −1 default.xml
+14 −7 docs/symbol_files.md
+59 −1 src/client/mac/Breakpad.xcodeproj/project.pbxproj
+2 −2 src/common/dwarf/bytereader-inl.h
+2 −2 src/common/dwarf/bytereader.cc
+2 −2 src/common/dwarf/bytereader.h
+254 −254 src/common/dwarf/bytereader_unittest.cc
+20 −22 src/common/dwarf/cfi_assembler.cc
+2 −4 src/common/dwarf/cfi_assembler.h
+2 −2 src/common/dwarf/dwarf2diehandler.cc
+2 −2 src/common/dwarf/dwarf2diehandler.h
+6 −6 src/common/dwarf/dwarf2diehandler_unittest.cc
+2 −2 src/common/dwarf/dwarf2enums.h
+23 −72 src/common/dwarf/dwarf2reader.cc
+6 −9 src/common/dwarf/dwarf2reader.h
+217 −217 src/common/dwarf/dwarf2reader_cfi_unittest.cc
+292 −121 src/common/dwarf/dwarf2reader_die_unittest.cc
+2 −2 src/common/dwarf/dwarf2reader_lineinfo_unittest.cc
+1 −1 src/common/dwarf/dwarf2reader_splitfunctions_unittest.cc
+8 −8 src/common/dwarf/dwarf2reader_test_common.h
+2 −2 src/common/dwarf/elf_reader.cc
+2 −2 src/common/dwarf/elf_reader.h
+2 −4 src/common/dwarf/functioninfo.cc
+2 −2 src/common/dwarf/functioninfo.h
+4 −2 src/common/dwarf/line_state_machine.h
+1 −1 src/common/dwarf_cfi_to_module.cc
+1 −2 src/common/dwarf_cfi_to_module.h
+100 −91 src/common/dwarf_cu_to_module.cc
+9 −14 src/common/dwarf_cu_to_module.h
+182 −183 src/common/dwarf_cu_to_module_unittest.cc
+2 −2 src/common/dwarf_line_to_module.h
+1 −1 src/common/dwarf_range_list_handler.h
+52 −50 src/common/linux/dump_symbols.cc
+22 −22 src/common/mac/dump_syms.cc
+14 −5 src/common/mac/macho_reader.cc
+45 −0 src/common/mac/macho_reader_unittest.cc
+1 −0 src/common/md5.h
+6 −3 src/common/memory_allocator.h
+4 −9 src/common/module.cc
+2 −7 src/common/module.h
+3 −2 src/common/module_unittest.cc
+2 −1 src/common/stabs_to_module.cc
+1 −7 src/common/unordered.h
+1 −0 src/common/using_std_string.h
+2 −0 src/google_breakpad/processor/stackwalker.h
+1 −0 src/processor/microdump_processor.cc
+14 −0 src/processor/minidump.cc
+1 −0 src/processor/minidump_processor.cc
+60 −9 src/processor/stackwalker.cc
+0 −5 src/processor/stackwalker_amd64.cc
+2 −2 src/processor/testdata/minidump2.dump.out
2 changes: 1 addition & 1 deletion external/crashpad
Submodule crashpad updated 183 files