1. 3f5c13e The "CPU architecture" field is being filled from the wrong part of by mmandlis@chromium.org · 9 years ago main master
  2. af196c7 Add check for Linux minidump ending on bad write for exploitability rating. by Liu.andrew.x@gmail.com · 9 years ago
  3. c938b7b Don't use strtok_s for mingw builds by ted.mielczarek@gmail.com · 9 years ago
  4. e100989 Add user_regs_struct and user_fpsimd_struct for aarch64 on Android. by rmcilroy@chromium.org · 9 years ago
  5. 0ad58e6 Fix compile error with Windows clang. by wfh@chromium.org · 9 years ago
  6. bdb4b7c Fix inttypes format macros in src/processor/proc_maps_linux.cc by primiano@chromium.org · 9 years ago
  7. c80d211 Remove obsolete seccomp_unwinder for legacy (pre-BPF) sandbox by primiano@chromium.org · 9 years ago
  8. 6d74ba8 Fix proc_maps_linux compile for non-Linux by ted.mielczarek@gmail.com · 9 years ago
  9. 80cfa05 [microdump] Move microdump writes to the crash ring-buffer log by primiano@chromium.org · 9 years ago
  10. 947c7e9 [microdump] Fix hw architecture indication in build fingerprint line by primiano@chromium.org · 9 years ago
  11. d4a6903 Add check for executable stack/heap when rating Linux exploitability. by Liu.andrew.x@gmail.com · 9 years ago
  12. 68ad684 Add check to see if stack pointer is off the stack according to the memory by Liu.andrew.x@gmail.com · 9 years ago
  13. 412d3cf Fix format specifier in proc maps to support 32-bit architectures. by Liu.andrew.x@gmail.com · 9 years ago
  14. 5fa512b Actually remove removed files by ted.mielczarek@gmail.com · 9 years ago
  15. 9a19499 Remove some old unused code, add a missing include by ted.mielczarek@gmail.com · 9 years ago
  16. a601859 Fix format specifier in proc maps to support 32-bit architectures. by Liu.andrew.x@gmail.com · 9 years ago
  17. 70e371c Allow Print() to be called by const instances of MinidumpLinuxMaps and by Liu.andrew.x@gmail.com · 9 years ago
  18. d95798e Change Print method of MinidumpLinuxMaps and MinidumpLinuxMapsList to print by Liu.andrew.x@gmail.com · 9 years ago
  19. 0f5bff6 Workaround for range map overlaps caused by Android package relocation. by ivanpe@chromium.org · 9 years ago
  20. f503948 Fix breakpad for arm on arm64 by cjhopman@chromium.org · 9 years ago
  21. 9f4a8ee Fix potential null pointer dereference. by Liu.andrew.x@gmail.com · 9 years ago
  22. b00176d Remove unnecessary dependencies. by Liu.andrew.x@gmail.com · 9 years ago
  23. 5c7459a Add support for Linux memory mapping stream and remove ELF header usage by Liu.andrew.x@gmail.com · 9 years ago
  24. 78eab62 Fix incorrect comment. by Liu.andrew.x@gmail.com · 9 years ago
  25. d5ca70c add aarch64 support to minidump-2-core by vapier@chromium.org · 9 years ago
  26. f9d81bb tests: InstructionPointerMemoryNullPointer: make it work under llvm by vapier@chromium.org · 9 years ago
  27. 31916e7 Add ELF header analysis when checking for instruction pointer in code. by Liu.andrew.x@gmail.com · 9 years ago
  28. 242fb9a Fix -Wreorder warnings in the Windows code. by wfh@chromium.org · 9 years ago
  29. 92378d3 Default nil or empty version string to CFBundleVersion by changluo@google.com · 9 years ago
  30. 369160b Set exception whitelist check as earlier check instead of last check. by Liu.andrew.x@gmail.com · 9 years ago
  31. f3aca1f Use general instruction/stack pointer convenience method instead of manually by Liu.andrew.x@gmail.com · 9 years ago
  32. 276f95d Checking for benign exceptions that trigger a minidump. by Liu.andrew.x@gmail.com · 9 years ago
  33. 3150022 This CL adds support for ARM and ARM64 architectures when calculating by Liu.andrew.x@gmail.com · 9 years ago
  34. 0bccfcc Adjust breakpad module size to match adjusted start_addr. by rmcilroy@chromium.org · 9 years ago
  35. dd64e34 Checking location of the instruction pointer to see if it is by Liu.andrew.x@gmail.com · 9 years ago
  36. 5262f18 Reconfigured options for sym_upload to not treat h and ? flags as invalid options. by ivanpe@chromium.org · 9 years ago
  37. 32f4fb0 Fix signal propagation logic for Linux/Android exception handler. by primiano@chromium.org · 9 years ago
  38. f90fa72 Use local variable for out parameter rather than direct use of ivar by ivanpe@chromium.org · 9 years ago
  39. 01c6885 Update breakpad for Android packed relocations. by rmcilroy@chromium.org · 9 years ago
  40. 288ba54 update more ignore files by vapier@chromium.org · 9 years ago
  41. d7e4030 [microdump] Add build fingerprint and product info metadata. by primiano@chromium.org · 9 years ago
  42. 9fcbe25 Fix signal propagation logic for Linux/Android exception handler. by primiano@chromium.org · 9 years ago
  43. fa5a6b3 Support object files larger than 2**32. by erikchen@chromium.org · 9 years ago
  44. 328d128 [MIPS]: Use mcontext_t structure for MIPS by rmcilroy@chromium.org · 9 years ago
  45. dbc7f3c update svn:ignores by vapier@chromium.org · 9 years ago
  46. ad88d96 Fix call to rt_sigaction by cjhopman@chromium.org · 9 years ago
  47. 3f8a019 MIPS64: Initial MIPS64 related change. by mark@chromium.org · 9 years ago
  48. ecf9e2b Use __NR_rt_sigaction instead of __NR_sigaction by mark@chromium.org · 9 years ago
  49. b8a7ea6 Microdump processor: be more tolerant for different logcat formats by primiano@chromium.org · 9 years ago
  50. d0b34ab Add address and reason for IN_PAGE_ERROR. by mark@chromium.org · 9 years ago
  51. 16c6ed2 Workaround Android sigaction bug by mark@chromium.org · 9 years ago
  52. 8828713 Fix compilation with gcc --std=c++11 by ted.mielczarek@gmail.com · 9 years ago
  53. 2c37c22 Fix compatibility with Android NDK r10d. by primiano@chromium.org · 9 years ago
  54. ac07e58 Make breakpad compatible with Android NDK r10d. by primiano@chromium.org · 9 years ago
  55. d1f8b74 Microdump writer: stop using new/malloc in compromised context by primiano@chromium.org · 9 years ago
  56. 2e35bbb Fix Windows dump_syms x64 linking by ted.mielczarek@gmail.com · 9 years ago
  57. 0a0ad99 Formatting tweak for https://breakpad.appspot.com/9774002, add more newlines by ted.mielczarek@gmail.com · 9 years ago
  58. 36028d5 Add stack contents output functionality to minidump_stackwalk by hashimoto@chromium.org · 9 years ago
  59. faf5994 Update license on convert_UTF.* to the standard Unicode license. by mark@chromium.org · 9 years ago
  60. 764522e Add option to Breakpad to consume INVALID_HANDLE_VALUE exceptions. by wfh@chromium.org · 9 years ago
  61. f6875ca Cleanup Linux debug link file handling code. by thestig@chromium.org · 9 years ago
  62. 09460c7 Fix overflow error in breakpad for linux by mark@chromium.org · 9 years ago
  63. 9172781 Add unit tests for overlapping functions and externs. by thestig@chromium.org · 10 years ago
  64. 81794ad Handle ARM THUMB functions when removing duplicate PUBLIC entries. by thestig@chromium.org · 10 years ago
  65. e3e6501 Follow debug link correctly by hashimoto@chromium.org · 10 years ago
  66. f8eed74 Demangle symbol name by hashimoto@chromium.org · 10 years ago
  67. 72a1fcf Handle failures of copying process data from a core file. by benchan@chromium.org · 10 years ago
  68. 7b44faa Replace uses of hash_map with unordered_map by ted.mielczarek@gmail.com · 10 years ago
  69. dad63f9 Remove unneeded definitions of O_BINARY by vapier@chromium.org · 10 years ago
  70. eb04cd8 Remove unused variable 'kGUIDStringSize' in microdump_writer_unittest. by benchan@chromium.org · 10 years ago
  71. d5d1eac Stop calling memmove when unnecessary by hashimoto@chromium.org · 10 years ago
  72. 482062f Fix some fragile code that is likely to cause future memory corruption problems. by erikchen@chromium.org · 10 years ago
  73. 398c70a Fix a source of memory corruption. by erikchen@chromium.org · 10 years ago
  74. 58aca2d Fix the scope on the initialization of kMicrodumpOnConsole to match header. by primiano@chromium.org · 10 years ago
  75. 2e9e298 Modify minidump_stackwalk to be more tolerant of overlapping ranges. by wfh@chromium.org · 10 years ago
  76. 8309f90 Add microdump files to project. by jessicag.feedback@gmail.com · 10 years ago
  77. b1df2ab Remove pointers from serialized file format by mdempsky@chromium.org · 10 years ago
  78. 3a09bb0 Breakpad: Fix build with new clang versions. by mark@chromium.org · 10 years ago
  79. 353da53 dump_syms: Fix handling of DW_FORM_ref_addr to work with DWARF 4 by mseaborn@chromium.org · 10 years ago
  80. 57c3d7c Microdumps: support aarch64 and lib mapping from APK by primiano@chromium.org · 10 years ago
  81. 97a43f9 Surfacing the process create time in google_breakpad::ProcessState by ivanpe@chromium.org · 10 years ago
  82. 3ea146d Introduce microdump_stackwalk comand line executable by primiano@chromium.org · 10 years ago
  83. 18bd0f9 Fix microdump_writer and add unittest. by primiano@chromium.org · 10 years ago
  84. 4c5e652 Microdump processing implementation by mmandlis@chromium.org · 10 years ago
  85. 64cdd07 Add parameter --product to symupload.exe by ivanpe@chromium.org · 10 years ago
  86. 3c2c398 Fix UMR and potential crash in Mac dump_syms. by mark@chromium.org · 10 years ago
  87. 9cfd1b9 Read dynamic symbols table even if binary contains debug info by ted.mielczarek@gmail.com · 10 years ago
  88. f704dbc Fix Windows client compilation on mingw. by ted.mielczarek@gmail.com · 10 years ago
  89. 0812ec0 Introduce microdump writer class. by primiano@chromium.org · 10 years ago
  90. f37b598 Fix breakpad on mips and x86_64 for the NDK r10c update. by primiano@chromium.org · 10 years ago
  91. 6eff9c9 Update breakpad to support Android NDK r10c by primiano@chromium.org · 10 years ago
  92. 804df47 Revert "Remove unecessary headers following NDK r10c update." by primiano@chromium.org · 10 years ago
  93. 18c60b0 Remove unecessary headers following NDK r10c update. by primiano@chromium.org · 10 years ago
  94. d307d49 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
  95. 945a753 Refactor .so name detection logic in minidump/linux_dumper. by primiano@chromium.org · 10 years ago
  96. 86e4559 The process uptime computation when the Windows out-of-process Crash Generation by ivanpe@chromium.org · 10 years ago
  97. fa1cf76 Linux multiprocess crash reporter: use pipe instead of socketpair in the client by ted.mielczarek@gmail.com · 10 years ago
  98. 26b381f Remove workaround for Linux credential-passing bug by ted.mielczarek@gmail.com · 10 years ago
  99. e15ba2c Microdumps: refactor out common parts of minidump_writer.cc by primiano@chromium.org · 10 years ago
  100. 3518935 Fix some nits raised by Timur for r1385. by thestig@chromium.org · 10 years ago