1. 79099fd SymbolizerResult kError will strictly mean "missing symbols" by Ivan Penkov · 6 days ago main
  2. 12603ee Revert "Allow symupload to take .sym files as input." by Mike Frysinger · 8 days ago
  3. c3e87b5 Fix: Check GetMemoryAtAddress return value by Ivan Penkov · 10 days ago
  4. a37883d Add an option to dump and stack pointers from raw stack in minidump_stackwalk. by Ivan Penkov · 13 days ago
  5. 0a2b858 Add option to output a specific thread by index in minidump_stackwalk. by Ivan Penkov · 2 weeks ago
  6. d41e18e Reapply "Print additional argument that describes the crash" by Rulong Chen(陈汝龙) · 2 weeks ago
  7. 0423023 This is an AI-generated fix for a "misaligned_pointer_use" code issue by Ivan Penkov · 4 weeks ago
  8. e3c7b09 Fixes access to data members within misaligned addresses by Sergey Markelov · 5 weeks ago
  9. f775b31 DEPS: drop repo support by Mike Frysinger · 5 weeks ago
  10. 63eb462 Strip static and return type from Windows symbols by Jesse McKenna · 5 weeks ago
  11. 6276a37 enable git submodules support by Mike Frysinger · 5 weeks ago
  12. d9e7473 Allow symupload to take .sym files as input. by Brandon Amiocci · 6 weeks ago
  13. bcf7b6f protobuf: drop unused dep by Mike Frysinger · 6 weeks ago
  14. d4afec7 Update dump_syms to use C++20 by Jesse McKenna · 6 weeks ago
  15. 470771e Adding freshly built binaries for Windows. by Ivan Penkov · 3 months ago
  16. edc822b Remove unnecessary static_casts in exception handling. by Ivan Penkov · 3 months ago
  17. d0b41ca Better handling of invalid raw exception subcode. by Ivan Penkov · 3 months ago
  18. b32c8b9 Fix potential integer overflow in `my_strtoui`. by Ivan Penkov · 3 months ago
  19. 80dafe9 Validate platform_id in Minidump::GetPlatform. by Ivan Penkov · 3 months ago
  20. 85e647e Fix C++23 build error by Victor Hugo Vianna Silva · 4 months ago
  21. 8b96cc5 breakpad_getcontext: fix RISC-V gp by Eric Long · 4 months ago
  22. 5d89000 Roll LSS from ed31caa60f20 to 29164a80da4d (1 revision) by chromium-autoroll · 4 months ago
  23. a1220f6 Remove the LICENSE for musl. by Ivan Penkov · 4 months ago
  24. e57d89a Remove musl COPYRIGHT file from Breakpad by Ivan Penkov · 4 months ago
  25. aa791e6 Adding missing licenses to LICENSE by Ivan Penkov · 4 months ago
  26. baa562b mac symupload: improve error reporting by Mark Mentovai · 4 months ago
  27. 85bae78 Explicitly adding the std:: prefix to all usages of std::string. by Ivan Penkov · 4 months ago
  28. 9ee62f8 LICENSE file fixes by Ben Hamilton · 5 months ago
  29. 44ba5b5 [DWARF] Skip past vendor-defined content descriptions by Ben Hamilton · 5 months ago
  30. abbc4bf Update dump_syms Visual Studio project by Jesse McKenna · 5 months ago
  31. ff252ff linux: skip the padding segment when merge the mappings by Sim Sun · 6 months ago
  32. 7c56a01 Add missing system includes to breakpad. by Matt Stark · 7 months ago
  33. 9d1f417 fix(build): Remove libdis namespace to fix C++ module import error by Takuto Ikuta · 7 months ago
  34. 8f1914e Add missing includes for the build with use_libcxx_modules by Takuto Ikuta · 8 months ago
  35. 2625edb Improve computing of aligned values: do it with PageAllocator::AlignUp() by Sergey Markelov · 8 months ago
  36. fad8247 fix: build with LLVM Clang 20 by Sergey Markelov · 8 months ago
  37. 9eeece2 upload_system_symbols: add option to separate symbols by architecture when dumping by Leonard Grey · 9 months ago
  38. b319c12 Mac installer extraction: check payload extract error by Leonard Grey · 9 months ago
  39. 232a723 upload_system_symbols: installer extraction bug fixes by Leonard Grey · 10 months ago
  40. 884742b upload_system_symbols: use full path to PlistBuddy by Leonard Grey · 10 months ago
  41. 657a441 fix some more invalid uses of nullptr by Mike Frysinger · 10 months ago
  42. 6290b99 fix some invalid uses of nullptr by Mike Frysinger · 10 months ago
  43. 9d80200 switch to standard C++ fallthrough attribute by Mike Frysinger · 10 months ago
  44. 10fc52d mark unreachable code by Mike Frysinger · 10 months ago
  45. 3053b65 add missing assert.h includes by Mike Frysinger · 10 months ago
  46. 6ad2c40 migrate to nullptr by Mike Frysinger · 10 months ago
  47. f7c75d3 OWNERS: allow autoroller to push DEPS updates by Mike Frysinger · 10 months ago
  48. 3dc19ab scoped_ptr.h: switch to std::unique_ptr by Mike Frysinger · 10 months ago
  49. eebe87c Revert "Print additional argument that describes the crash" by Mike Frysinger · 10 months ago
  50. 5fa919e gtest: update to v1.16.0 release by Mike Frysinger · 10 months ago
  51. 87b8e45 increase C++ standard to 20 by Mike Frysinger · 10 months ago
  52. 2c73630 lss: update to latest version by Mike Frysinger · 11 months ago
  53. d38dce0 scoped_ptr.h: replace scoped_ptr with an alias to std::unique_ptr by Mike Frysinger · 11 months ago
  54. f48360c minidump: force string copy with unique_ptr by Mike Frysinger · 11 months ago
  55. 8c3a096 scoped_ptr.h: delete unused scoped_ptr_malloc API by Mike Frysinger · 11 months ago
  56. c36c4e6 Revert "ARM: use r11 as frame pointer during stack unwind" by Michael Spang · 11 months ago
  57. 4fe678e linux: fix crash process not being dumpable on SIGABRT in Android by Sim Sun · 11 months ago
  58. 41b6533 use std::move with vector insertions by Mike Frysinger · 1 year ago
  59. feea0f7 use const string& in more places to avoid unnecessary copy constructors by Mike Frysinger · 1 year ago
  60. 69621cb convert random NULL usage to nullptr by Mike Frysinger · 1 year ago
  61. 0dfd774 add missing includes for the build with use_libcxx_modules by Takuto Ikuta · 1 year ago
  62. 02dd5c3 Upload system symbols: ensure dumped breakpad filenames are unique by Leonard Grey · 1 year, 2 months ago
  63. 1db382f Fix #includes by Mark Mentovai · 1 year, 2 months ago
  64. c6ec710 win: include stdlib.h for mbstowcs_s, wcstombs_s by Nico Weber · 1 year, 2 months ago
  65. 47f7823 Revert "[windows] dump_syms - Support ARM64 PDB" by Nelson Billing · 1 year, 3 months ago
  66. f8d05a9 Fix the compilation error by Rulong Chen(陈汝龙) · 1 year, 3 months ago
  67. a70e77e Print additional argument that describes the crash by Rulong Chen(陈汝龙) · 1 year, 3 months ago
  68. 1cbd9eb dwarf: fix missing include for exit() by Takuto Ikuta · 1 year, 3 months ago
  69. e92bea3 [windows] dump_syms - Support ARM64 PDB by Liryna · 1 year, 5 months ago
  70. 8668fce Fix bugs with alternative section naming on mac, and unpropagated by abrook · 1 year, 5 months ago
  71. 6b0c5b7 [windows] Silence MSVC warning C4100 when building without zlib support by Greg Thompson · 1 year, 5 months ago
  72. eb6b3f8 Adds Support for EC Zephyr Binaries by Sean Carpenter · 1 year, 6 months ago
  73. 1420017 Revert "[windows] Silence MSVC warning C4100 when building without zlib support" by Tom Burgin · 1 year, 6 months ago
  74. 680014b upload_system_symbols: break into go packages by Tom Burgin · 1 year, 6 months ago
  75. ee94d7f [windows] Silence MSVC warning C4100 when building without zlib support by Greg Thompson · 1 year, 6 months ago
  76. 8181954 [windows] Include-what-you-use fixes in http_upload.{cc,h} by Greg Thompson · 1 year, 6 months ago
  77. 0c9811d Adds NDS32 Architecture Support to dump_syms by Sean Carpenter · 1 year, 6 months ago
  78. 7f3ccb7 [Windows] PDBSourceLineWriter improvements by Greg Thompson · 1 year, 6 months ago
  79. 466cc92 [symupload] Upload compressed symbol files on Windows by Greg Thompson · 1 year, 6 months ago
  80. 2c5ac8a [symupload] Log details to stderr on failure by Greg Thompson · 1 year, 7 months ago
  81. 5b748cb [symupload] Fix malformed Content-Type header by Greg Thompson · 1 year, 7 months ago
  82. 9ad37ad [Windows] Improve diagnostic logging in HTTPUpload by Greg Thompson · 1 year, 7 months ago
  83. 8470d39 Support large files in the Windows variant of HTTPUpload by Greg Thompson · 1 year, 7 months ago
  84. 63c61b6 handle write failure in minidump-2-core by Jacob Hinton · 1 year, 7 months ago
  85. e0a3a76 Allows setting maximum number of threads to process. by Ivan Penkov · 1 year, 7 months ago
  86. c8318f0 ARM: use r11 as frame pointer during stack unwind by Joshua Peraza · 1 year, 7 months ago
  87. 527331a Wait for SIGSTOP during attach, reinjecting unrelated signals by Martin Kurbanov · 1 year, 8 months ago
  88. 69f9a4e Fix format string for uint64_t and size_t data. by Tyrel Russell · 1 year, 8 months ago
  89. 9dd7d34 Add error handling for common failure case seen processing debug symbols by Tyrel Russell · 1 year, 8 months ago
  90. 417f5db preserve NT_FILE note converting md to core by Jacob Hinton · 1 year, 8 months ago
  91. 54986d3 Adds a custom Module ID flag to dump_syms by Sean Carpenter · 1 year, 9 months ago
  92. 6fe410d Adds a Flag to Perserve Address Offset in dump_syms by Sean Carpenter · 1 year, 9 months ago
  93. f88a1aa Use zlib's uncompress() to uncompress headers by Konstantin Mandrika · 1 year, 9 months ago
  94. a8a43ba Prefer to use .note.gnu.build-id section as ElfBuildId by Sim Sun · 1 year, 9 months ago
  95. e5dc1f8 Reduce logging during minidump processing by Joshua Peraza · 1 year, 10 months ago
  96. a86123f Fix some undefined behavior by Joshua Peraza · 1 year, 10 months ago
  97. 76788fa Print better error messages in parts of CompilationUnit by Lei Zhang · 1 year, 11 months ago
  98. 26666b8 Check for failed seek when skipping x86 xstate data by Nathan Moinvaziri · 1 year, 11 months ago
  99. f032e4c Addressing a potential integer underflow in minidump.cc and stackwalker_arm64.cc by Ivan Penkov · 1 year, 11 months ago
  100. b48a2d4 Fix string format specifier by Leonard Grey · 2 years ago