- 470771e Adding freshly built binaries for Windows. by Ivan Penkov · 2 days ago main
- edc822b Remove unnecessary static_casts in exception handling. by Ivan Penkov · 9 days ago
- d0b41ca Better handling of invalid raw exception subcode. by Ivan Penkov · 2 weeks ago
- b32c8b9 Fix potential integer overflow in `my_strtoui`. by Ivan Penkov · 2 weeks ago
- 80dafe9 Validate platform_id in Minidump::GetPlatform. by Ivan Penkov · 2 weeks ago
- 85e647e Fix C++23 build error by Victor Hugo Vianna Silva · 4 weeks ago
- 8b96cc5 breakpad_getcontext: fix RISC-V gp by Eric Long · 4 weeks ago
- 5d89000 Roll LSS from ed31caa60f20 to 29164a80da4d (1 revision) by chromium-autoroll · 4 weeks ago
- a1220f6 Remove the LICENSE for musl. by Ivan Penkov · 5 weeks ago
- e57d89a Remove musl COPYRIGHT file from Breakpad by Ivan Penkov · 5 weeks ago
- aa791e6 Adding missing licenses to LICENSE by Ivan Penkov · 6 weeks ago
- baa562b mac symupload: improve error reporting by Mark Mentovai · 7 weeks ago
- 85bae78 Explicitly adding the std:: prefix to all usages of std::string. by Ivan Penkov · 7 weeks ago
- 9ee62f8 LICENSE file fixes by Ben Hamilton · 8 weeks ago
- 44ba5b5 [DWARF] Skip past vendor-defined content descriptions by Ben Hamilton · 9 weeks ago
- abbc4bf Update dump_syms Visual Studio project by Jesse McKenna · 3 months ago
- ff252ff linux: skip the padding segment when merge the mappings by Sim Sun · 3 months ago
- 7c56a01 Add missing system includes to breakpad. by Matt Stark · 4 months ago
- 9d1f417 fix(build): Remove libdis namespace to fix C++ module import error by Takuto Ikuta · 5 months ago
- 8f1914e Add missing includes for the build with use_libcxx_modules by Takuto Ikuta · 5 months ago
- 2625edb Improve computing of aligned values: do it with PageAllocator::AlignUp() by Sergey Markelov · 5 months ago
- fad8247 fix: build with LLVM Clang 20 by Sergey Markelov · 6 months ago
- 9eeece2 upload_system_symbols: add option to separate symbols by architecture when dumping by Leonard Grey · 6 months ago
- b319c12 Mac installer extraction: check payload extract error by Leonard Grey · 6 months ago
- 232a723 upload_system_symbols: installer extraction bug fixes by Leonard Grey · 7 months ago
- 884742b upload_system_symbols: use full path to PlistBuddy by Leonard Grey · 7 months ago
- 657a441 fix some more invalid uses of nullptr by Mike Frysinger · 7 months ago
- 6290b99 fix some invalid uses of nullptr by Mike Frysinger · 7 months ago
- 9d80200 switch to standard C++ fallthrough attribute by Mike Frysinger · 7 months ago
- 10fc52d mark unreachable code by Mike Frysinger · 7 months ago
- 3053b65 add missing assert.h includes by Mike Frysinger · 7 months ago
- 6ad2c40 migrate to nullptr by Mike Frysinger · 7 months ago
- f7c75d3 OWNERS: allow autoroller to push DEPS updates by Mike Frysinger · 8 months ago
- 3dc19ab scoped_ptr.h: switch to std::unique_ptr by Mike Frysinger · 8 months ago
- eebe87c Revert "Print additional argument that describes the crash" by Mike Frysinger · 8 months ago
- 5fa919e gtest: update to v1.16.0 release by Mike Frysinger · 8 months ago
- 87b8e45 increase C++ standard to 20 by Mike Frysinger · 8 months ago
- 2c73630 lss: update to latest version by Mike Frysinger · 8 months ago
- d38dce0 scoped_ptr.h: replace scoped_ptr with an alias to std::unique_ptr by Mike Frysinger · 8 months ago
- f48360c minidump: force string copy with unique_ptr by Mike Frysinger · 8 months ago
- 8c3a096 scoped_ptr.h: delete unused scoped_ptr_malloc API by Mike Frysinger · 8 months ago
- c36c4e6 Revert "ARM: use r11 as frame pointer during stack unwind" by Michael Spang · 8 months ago
- 4fe678e linux: fix crash process not being dumpable on SIGABRT in Android by Sim Sun · 9 months ago
- 41b6533 use std::move with vector insertions by Mike Frysinger · 10 months ago
- feea0f7 use const string& in more places to avoid unnecessary copy constructors by Mike Frysinger · 10 months ago
- 69621cb convert random NULL usage to nullptr by Mike Frysinger · 10 months ago
- 0dfd774 add missing includes for the build with use_libcxx_modules by Takuto Ikuta · 10 months ago
- 02dd5c3 Upload system symbols: ensure dumped breakpad filenames are unique by Leonard Grey · 11 months ago
- 1db382f Fix #includes by Mark Mentovai · 12 months ago
- c6ec710 win: include stdlib.h for mbstowcs_s, wcstombs_s by Nico Weber · 12 months ago
- 47f7823 Revert "[windows] dump_syms - Support ARM64 PDB" by Nelson Billing · 1 year ago
- f8d05a9 Fix the compilation error by Rulong Chen(陈汝龙) · 1 year ago
- a70e77e Print additional argument that describes the crash by Rulong Chen(陈汝龙) · 1 year ago
- 1cbd9eb dwarf: fix missing include for exit() by Takuto Ikuta · 1 year ago
- e92bea3 [windows] dump_syms - Support ARM64 PDB by Liryna · 1 year, 2 months ago
- 8668fce Fix bugs with alternative section naming on mac, and unpropagated by abrook · 1 year, 2 months ago
- 6b0c5b7 [windows] Silence MSVC warning C4100 when building without zlib support by Greg Thompson · 1 year, 3 months ago
- eb6b3f8 Adds Support for EC Zephyr Binaries by Sean Carpenter · 1 year, 3 months ago
- 1420017 Revert "[windows] Silence MSVC warning C4100 when building without zlib support" by Tom Burgin · 1 year, 3 months ago
- 680014b upload_system_symbols: break into go packages by Tom Burgin · 1 year, 3 months ago
- ee94d7f [windows] Silence MSVC warning C4100 when building without zlib support by Greg Thompson · 1 year, 3 months ago
- 8181954 [windows] Include-what-you-use fixes in http_upload.{cc,h} by Greg Thompson · 1 year, 4 months ago
- 0c9811d Adds NDS32 Architecture Support to dump_syms by Sean Carpenter · 1 year, 4 months ago
- 7f3ccb7 [Windows] PDBSourceLineWriter improvements by Greg Thompson · 1 year, 4 months ago
- 466cc92 [symupload] Upload compressed symbol files on Windows by Greg Thompson · 1 year, 4 months ago
- 2c5ac8a [symupload] Log details to stderr on failure by Greg Thompson · 1 year, 4 months ago
- 5b748cb [symupload] Fix malformed Content-Type header by Greg Thompson · 1 year, 4 months ago
- 9ad37ad [Windows] Improve diagnostic logging in HTTPUpload by Greg Thompson · 1 year, 4 months ago
- 8470d39 Support large files in the Windows variant of HTTPUpload by Greg Thompson · 1 year, 4 months ago
- 63c61b6 handle write failure in minidump-2-core by Jacob Hinton · 1 year, 4 months ago
- e0a3a76 Allows setting maximum number of threads to process. by Ivan Penkov · 1 year, 5 months ago
- c8318f0 ARM: use r11 as frame pointer during stack unwind by Joshua Peraza · 1 year, 5 months ago
- 527331a Wait for SIGSTOP during attach, reinjecting unrelated signals by Martin Kurbanov · 1 year, 5 months ago
- 69f9a4e Fix format string for uint64_t and size_t data. by Tyrel Russell · 1 year, 5 months ago
- 9dd7d34 Add error handling for common failure case seen processing debug symbols by Tyrel Russell · 1 year, 5 months ago
- 417f5db preserve NT_FILE note converting md to core by Jacob Hinton · 1 year, 6 months ago
- 54986d3 Adds a custom Module ID flag to dump_syms by Sean Carpenter · 1 year, 6 months ago
- 6fe410d Adds a Flag to Perserve Address Offset in dump_syms by Sean Carpenter · 1 year, 6 months ago
- f88a1aa Use zlib's uncompress() to uncompress headers by Konstantin Mandrika · 1 year, 6 months ago
- a8a43ba Prefer to use .note.gnu.build-id section as ElfBuildId by Sim Sun · 1 year, 7 months ago
- e5dc1f8 Reduce logging during minidump processing by Joshua Peraza · 1 year, 7 months ago
- a86123f Fix some undefined behavior by Joshua Peraza · 1 year, 8 months ago
- 76788fa Print better error messages in parts of CompilationUnit by Lei Zhang · 1 year, 8 months ago
- 26666b8 Check for failed seek when skipping x86 xstate data by Nathan Moinvaziri · 1 year, 8 months ago
- f032e4c Addressing a potential integer underflow in minidump.cc and stackwalker_arm64.cc by Ivan Penkov · 1 year, 9 months ago
- b48a2d4 Fix string format specifier by Leonard Grey · 1 year, 9 months ago
- a116906 Fix bad pointer comparison by Leonard Grey · 1 year, 9 months ago
- f80f288 Fixing integer overflows in Breakpad Processor map/range code. by Ivan Penkov · 1 year, 9 months ago v2024.02.16
- 55036dd Mac: Installer extraction bug fixes by Leonard Grey · 1 year, 9 months ago
- 6b871f4 Code cleanup for DwarfCUToModule::NullWarningReporter changes. by Nathan Moinvaziri · 1 year, 9 months ago
- 38ac9ae linux_ptrace_dumper: Fix type definition by Volodymyr Riazantsev · 1 year, 9 months ago
- 5a0e1e3 linux_ptrace_dumper: Handle ARMEABI binaries on ARM64 kernels by Volodymyr Riazantsev · 1 year, 9 months ago
- 6551ac3 Fix uninitialized report_warnings in Mac dump_syms by Peter Boström · 1 year, 9 months ago
- 38365ae Process symbols provided by NV Access by Greg Thompson · 1 year, 10 months ago
- 2481554 Regenerate Makefile.in for zstd dependency by Ian McKellar · 1 year, 10 months ago
- 255dbbd Fixing a buffer overflow in the Breakpad symbol serialization code caused by an integer overflow. by Ivan Penkov · 1 year, 10 months ago
- 62ecd46 Mac: teach upload_system_symbols to extract installers and IPSWs by Leonard Grey · 1 year, 10 months ago
- 22f54f1 [dump_syms] Handle DW_TAG_lexical_block to caputre inline info inside. by Zequan Wu · 1 year, 10 months ago
- 062f712 Fixed arch_utilities.cc compilation for Linux. by Nathan Moinvaziri · 1 year, 10 months ago
- 83d9816 Fixed compilation if mach-o/utils.h is unavailable. by Nathan Moinvaziri · 1 year, 10 months ago