1. 7e61ab7 Make external/google-breakpad buildable by Ryo Hashimoto · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 91cb84e drop --disable-{core2md,md2core} configure flags by Mike Frysinger · 9 years ago
  3. 6cc86b6 google-breakpad: Merge with upstream breakpad r1443 by Ben Chan · 9 years ago
  4. b6d92fa Use __NR_rt_sigaction instead of __NR_sigaction by mark@chromium.org · 9 years ago
  5. 864edfd Microdump processor: be more tolerant for different logcat formats by primiano@chromium.org · 9 years ago
  6. 7dc7b79 Add address and reason for IN_PAGE_ERROR. by mark@chromium.org · 9 years ago
  7. c969d8d Workaround Android sigaction bug by mark@chromium.org · 9 years ago
  8. 2033544 Fix compilation with gcc --std=c++11 by ted.mielczarek@gmail.com · 9 years ago
  9. 2689830 Fix compatibility with Android NDK r10d. by primiano@chromium.org · 9 years ago
  10. 4eb247b Make breakpad compatible with Android NDK r10d. by primiano@chromium.org · 9 years ago
  11. 637cbce Microdump writer: stop using new/malloc in compromised context by primiano@chromium.org · 9 years ago
  12. 3800c11 Fix Windows dump_syms x64 linking by ted.mielczarek@gmail.com · 9 years ago
  13. 88d2296 Formatting tweak for https://breakpad.appspot.com/9774002, add more newlines by ted.mielczarek@gmail.com · 9 years ago
  14. 99936a8 Add stack contents output functionality to minidump_stackwalk by hashimoto@chromium.org · 9 years ago
  15. d126ea8 Update license on convert_UTF.* to the standard Unicode license. by mark@chromium.org · 9 years ago
  16. e45b25a Add option to Breakpad to consume INVALID_HANDLE_VALUE exceptions. by wfh@chromium.org · 9 years ago
  17. 790d2fd Cleanup Linux debug link file handling code. by thestig@chromium.org · 9 years ago
  18. e70c765 Fix overflow error in breakpad for linux by mark@chromium.org · 9 years ago
  19. cddd7bc Add unit tests for overlapping functions and externs. by thestig@chromium.org · 9 years ago
  20. 11267b6 Handle ARM THUMB functions when removing duplicate PUBLIC entries. by thestig@chromium.org · 9 years ago
  21. 02dfbb4 google-breakpad: Merge with upstream breakpad r1422 by Ben Chan · 9 years ago
  22. c7ae9c5 Follow debug link correctly by hashimoto@chromium.org · 9 years ago
  23. 7b12728 Demangle symbol name by hashimoto@chromium.org · 9 years ago
  24. e0aa94b Handle failures of copying process data from a core file. by benchan@chromium.org · 9 years ago
  25. 6ef6c17 Replace uses of hash_map with unordered_map by ted.mielczarek@gmail.com · 9 years ago
  26. 15fb24f Remove unneeded definitions of O_BINARY by vapier@chromium.org · 9 years ago
  27. 9ebdd71 google-breakpad: Merge with upstream breakpad r1417 by Ben Chan · 9 years ago
  28. 0ef49c4 Remove unused variable 'kGUIDStringSize' in microdump_writer_unittest. by benchan@chromium.org · 9 years ago
  29. dd88463 Stop calling memmove when unnecessary by hashimoto@chromium.org · 9 years ago
  30. 6105ae4 Fix some fragile code that is likely to cause future memory corruption problems. by erikchen@chromium.org · 9 years ago
  31. f1ecc41 Fix a source of memory corruption. by erikchen@chromium.org · 9 years ago
  32. 16c72ec lss: pull in upstream mips fix by Mike Frysinger · 9 years ago
  33. 8cc1744 Fix the scope on the initialization of kMicrodumpOnConsole to match header. by primiano@chromium.org · 9 years ago
  34. 746f65a Modify minidump_stackwalk to be more tolerant of overlapping ranges. by wfh@chromium.org · 9 years ago
  35. c5462ff Add microdump files to project. by jessicag.feedback@gmail.com · 9 years ago
  36. e2f4be9 Remove pointers from serialized file format by mdempsky@chromium.org · 9 years ago
  37. 5b98803 Breakpad: Fix build with new clang versions. by mark@chromium.org · 9 years ago
  38. 4344eb9 dump_syms: Fix handling of DW_FORM_ref_addr to work with DWARF 4 by mseaborn@chromium.org · 9 years ago
  39. 2aa2e97 Microdumps: support aarch64 and lib mapping from APK by primiano@chromium.org · 9 years ago
  40. ea4b5be Surfacing the process create time in google_breakpad::ProcessState by ivanpe@chromium.org · 9 years ago
  41. 6c31748 Introduce microdump_stackwalk comand line executable by primiano@chromium.org · 9 years ago
  42. 3bad5e6 Fix microdump_writer and add unittest. by primiano@chromium.org · 9 years ago
  43. 15d8ea9 Microdump processing implementation by mmandlis@chromium.org · 9 years ago
  44. c5edab4 Add parameter --product to symupload.exe by ivanpe@chromium.org · 10 years ago
  45. 880d444 Fix UMR and potential crash in Mac dump_syms. by mark@chromium.org · 10 years ago
  46. daeade7 Read dynamic symbols table even if binary contains debug info by ted.mielczarek@gmail.com · 10 years ago
  47. de9fe36 Fix Windows client compilation on mingw. by ted.mielczarek@gmail.com · 10 years ago
  48. 03d3656 Introduce microdump writer class. by primiano@chromium.org · 10 years ago
  49. fd347a3 google-breakpad: Merge with upstream breakpad r1397 by Ben Chan · 10 years ago
  50. d137bc1 Fix breakpad on mips and x86_64 for the NDK r10c update. by primiano@chromium.org · 10 years ago
  51. d2f5693 Update breakpad to support Android NDK r10c by primiano@chromium.org · 10 years ago
  52. 9598a47 Revert "Remove unecessary headers following NDK r10c update." by primiano@chromium.org · 10 years ago
  53. 1531048 Remove unecessary headers following NDK r10c update. by primiano@chromium.org · 10 years ago
  54. e335fdb Fixing the Mac Inspector build by adding the launch_report dependency to the breakpadUtilities dylib project after it got pulled out from Inspector.mm by ivanpe@chromium.org · 10 years ago
  55. 84c9267 Refactor .so name detection logic in minidump/linux_dumper. by primiano@chromium.org · 10 years ago
  56. 6afe338 The process uptime computation when the Windows out-of-process Crash Generation by ivanpe@chromium.org · 10 years ago
  57. 2290db8 Linux multiprocess crash reporter: use pipe instead of socketpair in the client by ted.mielczarek@gmail.com · 10 years ago
  58. 6dbc85f Remove workaround for Linux credential-passing bug by ted.mielczarek@gmail.com · 10 years ago
  59. 30f1b7f Microdumps: refactor out common parts of minidump_writer.cc by primiano@chromium.org · 10 years ago
  60. 26b3a4c Fix some nits raised by Timur for r1385. by thestig@chromium.org · 10 years ago
  61. 7b8a8fc IWYU in minidump_writer.cc to fix building with libc++ after r1385. by thestig@chromium.org · 10 years ago
  62. 2ca3140 Linux: Call memset() in a couple places in ExceptionHandler to avoid uninit memory reads under Valgrind. by thestig@chromium.org · 10 years ago
  63. 86d2a0f Fix clang compilation error introduced in r1380. by rmcilroy@chromium.org · 10 years ago
  64. e367bae Add inttypes for windows in dump_context by mmandlis@chromium.org · 10 years ago
  65. 206386d Extend mapping merge to include reserved but unused mappings. by rmcilroy@chromium.org · 10 years ago
  66. d6c6a46 GoogleCrashdumpUploader: adds Upload(string*) API to get the HTTP response. by gunsch@chromium.org · 10 years ago
  67. 816e71d Fixes common_unittests build. by thestig@chromium.org · 10 years ago
  68. 3cdfbec Fix Windows client unittests build: add missing code files by mmandlis@chromium.org · 10 years ago
  69. 4ab1a1b Making the Mac build of crash_report work again after the last SVN sync by mmandlis@chromium.org · 10 years ago
  70. a5ae662 Mac: Add support for in-process crash reporting to Breakpad. by andresantoso@chromium.org · 10 years ago
  71. d457fca This CL initialize NSData in HTTPMultipartUpload.m to nil. by qsr@chromium.org · 10 years ago
  72. 4a42ca8 Update processor.gyp file with new files added as part of microdump by mmandlis@chromium.org · 10 years ago
  73. ba37bc1 Introduce stub microdump processor classes. by mmandlis@chromium.org · 10 years ago
  74. 621670f Rename gyp variable use_titlecase_in_grd_files -> use_titlecase_in_grd. by mark@chromium.org · 10 years ago
  75. c5e242b Extract DumpContext base class from MinidumpContext by mmandlis@chromium.org · 10 years ago
  76. 996f24e Back out trunk r1367. by mark@chromium.org · 10 years ago
  77. 455c485 Adding possibility for client to upload the file by blundell@chromium.org · 10 years ago
  78. 4cf2c88 Support for multiple upload files in CrashReportSender/HTTPUpload by ted.mielczarek@gmail.com · 10 years ago
  79. b62fc68 constructor init list in wrong order in CrashGenerationServer by ted.mielczarek@gmail.com · 10 years ago
  80. 3933950 update svn:ignore by vapier@chromium.org · 10 years ago
  81. bf15d7e make "make install" also install headers and pkgconfig files by vapier@chromium.org · 10 years ago
  82. 089d5a7 Set 32 bits iOS app to use vm_region_recurse_64. by blundell@chromium.org · 10 years ago
  83. 8ceea13 update svn:ignore lists by vapier@chromium.org · 10 years ago
  84. 60de4a8 Update lss from r24 to r31. by thestig@chromium.org · 10 years ago
  85. 3fa3c2e upload_system_symbols: Use the Go1.3 improvements to debug/macho. by rsesek@chromium.org · 10 years ago
  86. e6d9e3c In Mac dump_syms, allow reading debug data out of both the Mach-O file and the dSYM. by rsesek@chromium.org · 10 years ago
  87. adfd125 Add GYP build for the src/tools directory on Mac and Linux. by rsesek@chromium.org · 10 years ago
  88. 2492e70 google-breakpad: Merge with upstream breakpad r1356 by Ben Chan · 10 years ago
  89. 70393c9 Annotate PageAllocator for MSan. by mark@chromium.org · 10 years ago
  90. dd5dd85 Chrome on Android now supports loading the shared library directly from the APK file. by rmcilroy@chromium.org · 10 years ago
  91. 467db18 Both std::tr1::unordered_set and std::unordered_set are not allowed in by ivanpe@chromium.org · 10 years ago
  92. 71217a7 [Android]: Remove __system_property_get(ro.build.fingerprint) from WriteOSInformation. by rmcilroy@chromium.org · 10 years ago
  93. 0f416c9 Add frame pointer recovery to the AMD64 Stackwalker. by rsesek@chromium.org · 10 years ago
  94. 7f0b3e8 Change some ELF utils to return the length as a size_t. by thestig@chromium.org · 10 years ago
  95. 3ab3514 Ensure C:/Dumps/ exists in crash_generation_app by ted.mielczarek@gmail.com · 10 years ago
  96. 6f1bd8c Stringify minidump stream_type constants in minidump_dump output by ted.mielczarek@gmail.com · 10 years ago
  97. 162ad32 Don't free pointer in BasicCodeModules::BasicCodeModules before possibly using it by ted.mielczarek@gmail.com · 10 years ago
  98. 6f81e64 Fix compilation error in Linux libc++ builds due to use of tr1/. by mark@chromium.org · 10 years ago
  99. 8f48e94 Unhook current Breakpad object after handling uncaught NSException. by qsr@chromium.org · 10 years ago
  100. 67f3ea4 Make crash_handler volatile to prevent compiler optimizing it away. by rmcilroy@chromium.org · 10 years ago