1. 2ef9e78 The "CPU architecture" field is being filled from the wrong part of by mmandlis@chromium.org · 9 years ago main master
  2. f252ca8 Add check for Linux minidump ending on bad write for exploitability rating. by Liu.andrew.x@gmail.com · 9 years ago
  3. 7b1ec78 Don't use strtok_s for mingw builds by ted.mielczarek@gmail.com · 9 years ago
  4. 013acd5 Add user_regs_struct and user_fpsimd_struct for aarch64 on Android. by rmcilroy@chromium.org · 9 years ago
  5. 01f9665 Fix compile error with Windows clang. by wfh@chromium.org · 9 years ago
  6. 6e30d1a Fix inttypes format macros in src/processor/proc_maps_linux.cc by primiano@chromium.org · 9 years ago
  7. 24a2f50 Remove obsolete seccomp_unwinder for legacy (pre-BPF) sandbox by primiano@chromium.org · 9 years ago
  8. 767d5d5 Fix proc_maps_linux compile for non-Linux by ted.mielczarek@gmail.com · 9 years ago
  9. b51a14f [microdump] Move microdump writes to the crash ring-buffer log by primiano@chromium.org · 9 years ago
  10. 3fcf2e1 [microdump] Fix hw architecture indication in build fingerprint line by primiano@chromium.org · 9 years ago
  11. c8dd1d5 Add check for executable stack/heap when rating Linux exploitability. by Liu.andrew.x@gmail.com · 9 years ago
  12. a33bd70 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. 8a35448 Fix format specifier in proc maps to support 32-bit architectures. by Liu.andrew.x@gmail.com · 9 years ago
  14. 4f96b60 Actually remove removed files by ted.mielczarek@gmail.com · 9 years ago
  15. baab7a7 Remove some old unused code, add a missing include by ted.mielczarek@gmail.com · 9 years ago
  16. 383b815 Fix format specifier in proc maps to support 32-bit architectures. by Liu.andrew.x@gmail.com · 9 years ago
  17. 6fa7555 Allow Print() to be called by const instances of MinidumpLinuxMaps and by Liu.andrew.x@gmail.com · 9 years ago
  18. 213e3f7 Change Print method of MinidumpLinuxMaps and MinidumpLinuxMapsList to print by Liu.andrew.x@gmail.com · 9 years ago
  19. c3a6412 Workaround for range map overlaps caused by Android package relocation. by ivanpe@chromium.org · 9 years ago
  20. 413754d Fix breakpad for arm on arm64 by cjhopman@chromium.org · 9 years ago
  21. c625d7c Fix potential null pointer dereference. by Liu.andrew.x@gmail.com · 9 years ago
  22. 8608fe1 Remove unnecessary dependencies. by Liu.andrew.x@gmail.com · 9 years ago
  23. 044c744 Add support for Linux memory mapping stream and remove ELF header usage by Liu.andrew.x@gmail.com · 9 years ago
  24. 93c3c39 Fix incorrect comment. by Liu.andrew.x@gmail.com · 9 years ago
  25. 398384e add aarch64 support to minidump-2-core by vapier@chromium.org · 9 years ago
  26. 0295bfe tests: InstructionPointerMemoryNullPointer: make it work under llvm by vapier@chromium.org · 9 years ago
  27. 4ef4c7a Add ELF header analysis when checking for instruction pointer in code. by Liu.andrew.x@gmail.com · 9 years ago
  28. d74d407 Fix -Wreorder warnings in the Windows code. by wfh@chromium.org · 9 years ago
  29. 1d2b6ce Default nil or empty version string to CFBundleVersion by changluo@google.com · 9 years ago
  30. bd7af02 Set exception whitelist check as earlier check instead of last check. by Liu.andrew.x@gmail.com · 9 years ago
  31. ff4d8fa Use general instruction/stack pointer convenience method instead of manually by Liu.andrew.x@gmail.com · 9 years ago
  32. ca21e62 Checking for benign exceptions that trigger a minidump. by Liu.andrew.x@gmail.com · 9 years ago
  33. a3f0a28 This CL adds support for ARM and ARM64 architectures when calculating by Liu.andrew.x@gmail.com · 9 years ago
  34. 5ecc80d Adjust breakpad module size to match adjusted start_addr. by rmcilroy@chromium.org · 9 years ago
  35. b559587 Checking location of the instruction pointer to see if it is by Liu.andrew.x@gmail.com · 9 years ago
  36. cb4f056 Update the upload.py code review server. by rsesek@chromium.org · 9 years ago
  37. f681a13 Reconfigured options for sym_upload to not treat h and ? flags as invalid options. by ivanpe@chromium.org · 9 years ago
  38. 8b5c70a Fix signal propagation logic for Linux/Android exception handler. by primiano@chromium.org · 9 years ago
  39. 72c4716 Use local variable for out parameter rather than direct use of ivar by ivanpe@chromium.org · 9 years ago
  40. b3b3d21 Update breakpad for Android packed relocations. by rmcilroy@chromium.org · 9 years ago
  41. 6ccf732 update more ignore files by vapier@chromium.org · 9 years ago
  42. e925c2a [microdump] Add build fingerprint and product info metadata. by primiano@chromium.org · 9 years ago
  43. 3dc3a6d Switch code review server to codereview.chromium.org. by mark@chromium.org · 9 years ago
  44. 5f0fc7a Fix signal propagation logic for Linux/Android exception handler. by primiano@chromium.org · 9 years ago
  45. b0c09bd Support object files larger than 2**32. by erikchen@chromium.org · 9 years ago
  46. 1d4f139 [MIPS]: Use mcontext_t structure for MIPS by rmcilroy@chromium.org · 9 years ago
  47. bffca12 update svn:ignores by vapier@chromium.org · 9 years ago
  48. 27447e5 synx with latest upstream gnuconfig by vapier@chromium.org · 9 years ago
  49. 8f38da0 Fix call to rt_sigaction by cjhopman@chromium.org · 9 years ago
  50. 097cf4f MIPS64: Initial MIPS64 related change. by mark@chromium.org · 9 years ago
  51. 8cabceb Use __NR_rt_sigaction instead of __NR_sigaction by mark@chromium.org · 9 years ago
  52. 1a903f0 Microdump processor: be more tolerant for different logcat formats by primiano@chromium.org · 9 years ago
  53. b8b8f6c Add address and reason for IN_PAGE_ERROR. by mark@chromium.org · 9 years ago
  54. aa6268f Workaround Android sigaction bug by mark@chromium.org · 9 years ago
  55. 9d1daff Fix compilation with gcc --std=c++11 by ted.mielczarek@gmail.com · 9 years ago
  56. 6225882 Fix compatibility with Android NDK r10d. by primiano@chromium.org · 9 years ago
  57. be470f3 Make breakpad compatible with Android NDK r10d. by primiano@chromium.org · 9 years ago
  58. eb81077 Microdump writer: stop using new/malloc in compromised context by primiano@chromium.org · 9 years ago
  59. 8ba5453 Fix Windows dump_syms x64 linking by ted.mielczarek@gmail.com · 9 years ago
  60. b0fbff3 Formatting tweak for https://breakpad.appspot.com/9774002, add more newlines by ted.mielczarek@gmail.com · 9 years ago
  61. 43b75f4 Add stack contents output functionality to minidump_stackwalk by hashimoto@chromium.org · 9 years ago
  62. 8ca937a Update license on convert_UTF.* to the standard Unicode license. by mark@chromium.org · 9 years ago
  63. 2b73602 Add option to Breakpad to consume INVALID_HANDLE_VALUE exceptions. by wfh@chromium.org · 9 years ago
  64. 4aeb452 Cleanup Linux debug link file handling code. by thestig@chromium.org · 9 years ago
  65. 19a35ba Fix overflow error in breakpad for linux by mark@chromium.org · 9 years ago
  66. 5bf649f Add unit tests for overlapping functions and externs. by thestig@chromium.org · 10 years ago
  67. 41f858a Handle ARM THUMB functions when removing duplicate PUBLIC entries. by thestig@chromium.org · 10 years ago
  68. 54d899d Follow debug link correctly by hashimoto@chromium.org · 10 years ago
  69. 16ab317 Demangle symbol name by hashimoto@chromium.org · 10 years ago
  70. d6eb7fa Handle failures of copying process data from a core file. by benchan@chromium.org · 10 years ago
  71. d2904bb Replace uses of hash_map with unordered_map by ted.mielczarek@gmail.com · 10 years ago
  72. 7c7366d Remove unneeded definitions of O_BINARY by vapier@chromium.org · 10 years ago
  73. 55f8791 Remove unused variable 'kGUIDStringSize' in microdump_writer_unittest. by benchan@chromium.org · 10 years ago
  74. a4eb2e3 Stop calling memmove when unnecessary by hashimoto@chromium.org · 10 years ago
  75. ccc06f4 Fix some fragile code that is likely to cause future memory corruption problems. by erikchen@chromium.org · 10 years ago
  76. acb33ed Fix a source of memory corruption. by erikchen@chromium.org · 10 years ago
  77. 2f77d4e Fix the scope on the initialization of kMicrodumpOnConsole to match header. by primiano@chromium.org · 10 years ago
  78. 0a5700b Modify minidump_stackwalk to be more tolerant of overlapping ranges. by wfh@chromium.org · 10 years ago
  79. e0d5189 Add microdump files to project. by jessicag.feedback@gmail.com · 10 years ago
  80. c32b7ad Remove pointers from serialized file format by mdempsky@chromium.org · 10 years ago
  81. aad5d66 Breakpad: Fix build with new clang versions. by mark@chromium.org · 10 years ago
  82. e9df030 dump_syms: Fix handling of DW_FORM_ref_addr to work with DWARF 4 by mseaborn@chromium.org · 10 years ago
  83. a4283fc Microdumps: support aarch64 and lib mapping from APK by primiano@chromium.org · 10 years ago
  84. 259512f Surfacing the process create time in google_breakpad::ProcessState by ivanpe@chromium.org · 10 years ago
  85. 725a5df Introduce microdump_stackwalk comand line executable by primiano@chromium.org · 10 years ago
  86. 63f4e5f Fix microdump_writer and add unittest. by primiano@chromium.org · 10 years ago
  87. 7de07ee Microdump processing implementation by mmandlis@chromium.org · 10 years ago
  88. e469f8c Add parameter --product to symupload.exe by ivanpe@chromium.org · 10 years ago
  89. 6690554 Fix UMR and potential crash in Mac dump_syms. by mark@chromium.org · 10 years ago
  90. 8127f56 Read dynamic symbols table even if binary contains debug info by ted.mielczarek@gmail.com · 10 years ago
  91. c971cf4 Fix Windows client compilation on mingw. by ted.mielczarek@gmail.com · 10 years ago
  92. 507a09f Introduce microdump writer class. by primiano@chromium.org · 10 years ago
  93. e20758c Fix breakpad on mips and x86_64 for the NDK r10c update. by primiano@chromium.org · 10 years ago
  94. c1c257f Update breakpad to support Android NDK r10c by primiano@chromium.org · 10 years ago
  95. e1be1aa Revert "Remove unecessary headers following NDK r10c update." by primiano@chromium.org · 10 years ago
  96. a1d7ad0 Remove unecessary headers following NDK r10c update. by primiano@chromium.org · 10 years ago
  97. 8453125 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
  98. 7195462 Refactor .so name detection logic in minidump/linux_dumper. by primiano@chromium.org · 10 years ago
  99. 962f1b0 The process uptime computation when the Windows out-of-process Crash Generation by ivanpe@chromium.org · 10 years ago
  100. df09b1a Linux multiprocess crash reporter: use pipe instead of socketpair in the client by ted.mielczarek@gmail.com · 10 years ago