Skip to content

Commit

Permalink
chore: update breakpad 2023-10-02 (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
supervacuus authored Oct 2, 2023
1 parent 4282e51 commit f94b928
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

- Updated `libunwindstack` to 2023-09-13. ([#884](https://github.com/getsentry/sentry-native/pull/884), [libunwindstack-ndk#8](https://github.com/getsentry/libunwindstack-ndk/pull/8))
- Updated `crashpad` to 2023-09-28. ([#891](https://github.com/getsentry/sentry-native/pull/891), [crashpad#88](https://github.com/getsentry/crashpad/pull/88))
- Updated `breakpad` to 2023-10-02. ([#892](https://github.com/getsentry/sentry-native/pull/892), [breakpad#38](https://github.com/getsentry/breakpad/pull/38))

**Thank you**:

Expand Down
2 changes: 1 addition & 1 deletion external/breakpad
Submodule breakpad updated 48 files
+1 −1 DEPS
+6 −2 Makefile.am
+2 −4 Makefile.in
+0 −29 aclocal.m4
+134 −215 configure
+12 −10 configure.ac
+4 −4 src/client/linux/crash_generation/crash_generation_client.cc
+4 −7 src/client/linux/crash_generation/crash_generation_client.h
+13 −17 src/client/linux/dump_writer_common/thread_info.cc
+13 −15 src/client/linux/dump_writer_common/ucontext_reader.cc
+2 −2 src/client/linux/minidump_writer/linux_dumper.cc
+8 −0 src/client/linux/minidump_writer/linux_ptrace_dumper.cc
+0 −8 src/common/basictypes.h
+3 −3 src/common/dwarf/dwarf2enums.h
+85 −61 src/common/dwarf/dwarf2reader.cc
+56 −26 src/common/dwarf/dwarf2reader.h
+2 −1 src/common/dwarf/dwarf2reader_die_unittest.cc
+4 −4 src/common/dwarf_cfi_to_module.cc
+2 −2 src/common/dwarf_cfi_to_module_unittest.cc
+39 −18 src/common/dwarf_cu_to_module.cc
+5 −1 src/common/dwarf_cu_to_module.h
+100 −3 src/common/linux/dump_symbols.cc
+4 −3 src/common/linux/memory_mapped_file.h
+8 −5 src/common/mac/arch_utilities.cc
+63 −5 src/common/mac/dump_syms.cc
+8 −0 src/common/mac/dump_syms.h
+2 −3 src/common/module.cc
+2 −6 src/common/module.h
+1 −3 src/common/module_unittest.cc
+3 −5 src/common/simple_string_dictionary.h
+3 −4 src/common/windows/pe_source_line_writer.h
+3 −0 src/config.h.in
+13 −25 src/google_breakpad/common/minidump_cpu_riscv.h
+5 −0 src/google_breakpad/common/minidump_exception_linux.h
+99 −92 src/google_breakpad/processor/minidump.h
+18 −2 src/google_breakpad/processor/minidump_processor.h
+14 −35 src/processor/dump_context.cc
+1 −1 src/processor/exploitability_unittest.cc
+7 −9 src/processor/minidump.cc
+23 −6 src/processor/minidump_processor.cc
+2 −3 src/processor/stackwalker_address_list.h
+20 −9 src/processor/stackwalker_arm64.cc
+1 −1 src/third_party/libdisasm/x86_format.c
+13 −17 src/tools/linux/md2core/minidump-2-core.cc
+24 −1 src/tools/mac/upload_system_symbols/upload_system_symbols.go
+3 −4 src/tools/python/deps-to-manifest.py
+4 −5 src/tools/python/filter_syms.py
+5 −6 src/tools/python/tests/filter_syms_unittest.py
2 changes: 1 addition & 1 deletion external/third_party/lss
Submodule lss updated from 171a36 to 9719c1

0 comments on commit f94b928

Please sign in to comment.