1. 54a5470 Fix race in ExceptionHandler::GenerateDump() by Lars Volker · 7 years ago
  2. 67649c6 Fixing breakpad on old linux kernel by Andrew Ermakovich · 7 years ago
  3. a9fca58 Make minidump name generation on Linux as random as possible by Gabriele Svelto · 7 years ago
  4. aa7115c Dump MH_DYLINKER images in upload_system_symbols. by Robert Sesek · 7 years ago
  5. 846b633 Treat the process stack as the top of memory for free space histograms. by Tobias Sargeant · 7 years ago
  6. 219d0b1 Increase maximum number of threads for minidump_stackwalk. by Lars Volker · 7 years ago
  7. 7a8374f minidump_dump: fix up init paths by Mike Frysinger · 7 years ago
  8. e1b3620 minidump_dump: dump stack memory like hexdump by Mike Frysinger · 8 years ago
  9. 117aa25 minidump_dump: add proper cli processing by Mike Frysinger · 7 years ago
  10. b37547b add -Wunused-local-typedefs to the set of warning flags by Tobias Sargeant · 7 years ago
  11. eb6c296 Remove unused typedef by Gordana Cmiljanovic · 7 years ago
  12. 0b7c2ea Fix ASSERT_EQUAL that should have been ASSERT_EQ. by Tobias Sargeant · 7 years ago
  13. 9748392 Don't generate minidump if crash thread doesn't ref principal mapping. by Tobias Sargeant · 7 years ago
  14. 6cfdde4 Sanity check frame pointer while stackwalking by Joshua Peraza · 7 years ago
  15. 124035f Use string instead of std::string by Joshua Peraza · 7 years ago
  16. 77411db [MIPS] Get (ptrace) value of $pc for a thread by Gordana Cmiljanovic · 7 years ago
  17. 0a57d7a dump_context: arm: name the registers in the dump output by Mike Frysinger · 7 years ago
  18. 0c3b559 Fix sporadic failure of InstructionPointerMemory test on Windows by Jon Turney · 7 years ago
  19. 4bb0cd4 Fix issues with Windows dump_syms_unittest by Jon Turney · 7 years ago
  20. 796a6c9 [MIPS]: Don't terminate stackwalk when $sp value doesn't change between frames by Dragan Mladjenovic · 7 years ago
  21. 7ec3caf Fix Windows client ExceptionHandlerTest tests by Jon Turney · 7 years ago
  22. dac2223 iOS client identifies itself via URL params by Roman Margold · 7 years ago
  23. a784e84 Use NSURLSession if the min version we support is iOS 7+. by George Kola · 7 years ago
  24. 5dbd93a Fix segfault when interpreting bad debug_file by Joshua Peraza · 7 years ago
  25. 32a9e03 [MIPS]: Relax dwarf section loading to accept both PROGBITS and MIPS_DWARF section types by Dragan Mladjenovic · 7 years ago
  26. d61d49b Fix dump_syms clang compilation on Windows by Maciej Pawlowski · 7 years ago
  27. 8349b97 roll lss deps by Mike Frysinger · 7 years ago
  28. 88e5b2c win: Set LargeAddressAware on symupload by Scott Graham · 7 years ago
  29. ccf03c1 Improve stack sanitization unittests. by Tobias Sargeant · 7 years ago
  30. 19af23e Handle ntdll only emitting PUBLIC at func entry by Scott Graham · 7 years ago
  31. 4a7e088 Make stack sanitization elide pointers to non-executable mappings. by Tobias Sargeant · 7 years ago
  32. 4af8174 Use the correct PC when determining whether to skip storing a stack. by Tobias Sargeant · 7 years ago
  33. 4e82b6f minidump: mark Read as override in derived classes by Mike Frysinger · 7 years ago
  34. 644e715 travis: add a clang build by Mike Frysinger · 7 years ago
  35. fd28a5b Fix compile errors arising from compiling breakpad with clang. by Tobias Sargeant · 7 years ago
  36. 6cc0375 autotools: move -W flags to configure detection by Mike Frysinger · 7 years ago
  37. 8ba5949 libdisasm: add upstream/license details by Mike Frysinger · 7 years ago
  38. 96b79e9 There is no need to use the main queue just for perform selector. by George Kola · 7 years ago
  39. d4676b8 Appveyor CI for Windows MSVS build by Jon Turney · 7 years ago
  40. 93c447a turn on -Werror generally by Mike Frysinger · 7 years ago
  41. cc1deb4 processor: drop set-but-unused variable by Mike Frysinger · 7 years ago factory-eve-9667.B firmware-cr50-9308.24.B firmware-cr50-9308.B firmware-cr50-9324.B firmware-cr50-guc-factory-9308.26.B firmware-cr50-mp-9311.B firmware-cr50-mp-r86-9311.70.B firmware-cr50-mp-release-9308.87.B firmware-cr50-release-9308.25.B firmware-eve-9584.B firmware-eve-campfire-9584.131.B firmware-rowan-9516.B firmware-twinkie-9628.B release-R58-9334.B release-R59-9460.B release-R60-9592.B release-R61-9765.B stabilize-9313.B stabilize-9334.58.B stabilize-9428.B stabilize-9430.B stabilize-9460.23.B stabilize-9460.4.B stabilize-9460.40.B stabilize-9460.60.B stabilize-9460.66.B stabilize-9460.73.B stabilize-9517.B stabilize-9554.B stabilize-9592.15.B stabilize-9592.55.B stabilize-9592.67.B stabilize-9592.82.B stabilize-9693.B stabilize-9756.B stabilize-9765.39.B stabilize-9765.65.B stabilize-9765.7.B stabilize-9765.76.B stabilize-M58-9334.41.0.B
  42. 0e45a12 macho_reader_unittest: use EXPECT_FALSE by Mike Frysinger · 7 years ago
  43. 2b77242 windows: fix build on pre-Win10 systems by Mike Frysinger · 7 years ago
  44. 12f8ca4 windows: update gtest/gmock paths by Mike Frysinger · 7 years ago
  45. 333ed18 aclocal: regenerate properly by Mike Frysinger · 7 years ago
  46. 8b0a105 fix write() unused-result warning by Mike Frysinger · 7 years ago
  47. 64c2eda Fixed leak of unloaded module lists. by Joshua Peraza · 7 years ago
  48. 7ba80c7 Address post-submit review comments related to CL #430050 by Tobias Sargeant · 7 years ago
  49. 6c78460 md5: fix strict aliasing warnings by Mike Frysinger · 7 years ago
  50. 8f57410 autotools: refresh config.{sub,guess} by Mike Frysinger · 7 years ago
  51. cff58cd Remove debugging fprintf in unittest code that prevents rolling breakpad by Tobias Sargeant · 7 years ago
  52. 049a153 Wire up stack sanitization and skipping to WriteMinidump by Tobias Sargeant · 7 years ago
  53. 24c359d Revert "Several fixes for broken Mac build" by Roman Margold · 7 years ago
  54. 2c4c039 Revert "iOS client identifies itself via URL params" by Roman Margold · 7 years ago
  55. 262a3f5 iOS client identifies itself via URL params by Roman Margold · 7 years ago
  56. 5c52153 Several fixes for broken Mac build by Roman Margold · 7 years ago
  57. 7c2799f Sanitize dumped stacks to remove data that may be identifiable. by Tobias Sargeant · 7 years ago
  58. cb94b71 Fixed a bug where cv record size was not correctly checked. by Joshua Peraza · 7 years ago
  59. 76a48f4 Change symbol upload message to include 'breakpad' by Bruce Dawson · 7 years ago
  60. 0924d42 Populate stack frames with unloaded module info. by Joshua Peraza · 7 years ago
  61. e7dfafc Add API to skip dump if crashing thread doesn't reference a given module (2) by Tobias Sargeant · 7 years ago
  62. 833cadc Add API to skip dump if crashing thread doesn't reference a given module by Tobias Sargeant · 7 years ago
  63. c2d969c Added classes to support reading unloaded module lists in minidumps. by Joshua Peraza · 7 years ago
  64. f78d953 Fix unit tests expecting no output when a microdump is suppressed. by Tobias Sargeant · 7 years ago release-R57-9202.B stabilize-9093.B stabilize-9157.B stabilize-9199.B stabilize-9202.18.B stabilize-9202.28.B stabilize-9202.56.B stabilize-9202.64.B stabilize-9202.B stabilize-M57-9202.35.0.B stabilize-fsi-9202.10.B stabilize-fsi-9202.5.0.B
  65. 5c42d72 Fix sign-compare compiler warning in MicrodumpWriterTest by Mike Percy · 7 years ago
  66. c13d6fa crash_generation: fix bad call to close by Mike Frysinger · 7 years ago
  67. 596fbb6 Log a message when microdump output is suppressed. by Tobias Sargeant · 7 years ago
  68. 87e444e Remove comparison of this with nullptr by Orgad Shaneh · 7 years ago
  69. 7a89809 Do not generate a microdump if there are no webview pointers on the stack. by Tobias Sargeant · 7 years ago
  70. e6ef06f Comment out an unused function argument by Orgad Shaneh · 7 years ago
  71. 7515ab1 microdump_stackwalk_test: fix bashism in test by Mike Frysinger · 7 years ago
  72. 33c2477 Upgrade google test to 1.8.0 by Orgad Shaneh · 7 years ago
  73. 11d7510 Update links by Orgad Shaneh · 7 years ago factory-gru-9017.B firmware-reef-9042.87.B firmware-reef-9042.B firmware-servo-9040.B
  74. 8e2448b GitIgnore: Add dump_syms_mac by Orgad Shaneh · 7 years ago
  75. 4eb76cb Add a crash reason string for the simulated crashpad exception code by Pierre-Antoine Manzagol · 7 years ago
  76. 2f6cb86 Allow compiling the google-breakpad code using a global ::string class instead of std::string. by Ivan Penkov · 7 years ago
  77. 1f574b5 Basic handling of CIE version 4 in dwarf reading by Scott Graham · 7 years ago release-R56-9000.B stabilize-8975.B stabilize-8992.B stabilize-9000.26.B stabilize-9000.29.0 stabilize-9000.29.B stabilize-9000.82.B stabilize-9000.84.B stabilize-9000.87.0.B stabilize-9000.87.B stabilize-9000.91.0.B stabilize-9000.B
  78. 7df62a9 minidump-2-core: add more control over filenames by Mike Frysinger · 8 years ago
  79. 26ed338 Fix pointer arithmetic in UTF8ToUTF16Char by Hans Wennborg · 7 years ago
  80. 325120e Generate reason for bad function table exception by Mike Wittman · 7 years ago
  81. 54b524b minidump-2-core: add an -o flag for controlling core output by Mike Frysinger · 8 years ago
  82. ed7dcce minidump-2-core: rewrite argument processing by Mike Frysinger · 8 years ago
  83. 2ecb2ba Don't demangle Rust symbols by default, but allow linking to rust-demangle. by Ted Mielczarek · 8 years ago
  84. e6d1c03 Fix iterating over the MDXStateFeature entries on 32-bit hosts by Gabriele Svelto · 8 years ago
  85. 6b2f69d Also treat DBG_PRINTEXCEPTION* as debug exceptions by Tim Angus · 8 years ago
  86. 48a13da Provide initial EBX value to FPO frame data evaluator by Scott Graham · 8 years ago
  87. 36d613e Don't call _exit() on iOS. by Justin Cohen · 8 years ago
  88. 98b6a63 Fix dump_syms for C++ after 7398ce15b79d by Mark Mentovai · 8 years ago
  89. 7398ce1 Initial support for dumping DWARF corresponding to Swift code by Mark Mentovai · 8 years ago
  90. 1388868 generate a repo manifest from the DEPS file by Mike Frysinger · 8 years ago
  91. d3b9631 Fix a win32 build error by moving a #include out of an #ifndef _WIN32 by Ted Mielczarek · 8 years ago
  92. b857dfe Fixing the Xcode project for the Breakpad Mac crash reporter. by Ivan Penkov · 8 years ago
  93. 8cb66bc Corrected some old references to mm files, which were renamed to cc files a while ago. by Ivan Penkov · 8 years ago factory-reef-8811.B firmware-gru-8785.B release-R55-8872.B stabilize-8798.B stabilize-8838.B stabilize-8872.15.B stabilize-8872.40.B stabilize-8872.6.B stabilize-8872.70.B stabilize-kevin-8785.94.B
  94. fea963f add new dmp file to dist by Mike Frysinger · 8 years ago
  95. 704f41e This change allows compiling the google-breakpad code using a global ::string class instead of std::string. by Ivan Penkov · 8 years ago
  96. 3fef603 Fixing some casts in order to be able to build with new Xcode and SDK versions (tested with Xcode 7.3, SDK 10.11). by Ivan Penkov · 8 years ago
  97. 968c388 Updating ExploitabilityLinux to check memory mapping names against a prefix by Ben Scarlato · 8 years ago
  98. a219617 Fix breakpad compilation issue with clang on Windows by Rafal Chlodnicki · 8 years ago
  99. c9f80bf Update MDRawMiscInfo to support version 5 of the MINIDUMP_MISC_INFO_N structure. by Gabriele Svelto · 8 years ago
  100. 13c634f Revert "Don't define |r_debug| and |link_map| on Android releases 21 and later" by Sylvain Defresne · 8 years ago