1. 0cd0f17 Add missing #include of eintr_wrapper.h to auto_testfile.h. Since it's by mark@chromium.org · 11 years ago
  2. 1a5016d Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. by mark@chromium.org · 11 years ago
  3. 2ab3459 Re-enable ios_exception_minidump_generator being built on non-ARM. by blundell@chromium.org · 11 years ago
  4. 26b81bb In iOS, BREAKPAD_OUTPUT_DUMP_FILE value contains a malformed full path to the dump file. by qsr@chromium.org · 11 years ago
  5. 39d7964 Process minidumps generated on ARM64 in iOS apps. by mark@chromium.org · 11 years ago
  6. a157c99 Generate minidumps for 64-bit ARM apps on iOS. by mark@chromium.org · 11 years ago
  7. dcb3f7c Provide BreakpadGetCrashReportCount() and -[BreakpadController by mark@chromium.org · 11 years ago
  8. a842c8b Allow SIGABRT to abort the program. by thestig@chromium.org · 11 years ago
  9. 15c17c6 Use register %ebp (instead of %esp) when calculating the value of by ivan.penkov@gmail.com · 11 years ago
  10. 8d12b63 Add support for configuring the minimum log level at compile time by mark@chromium.org · 11 years ago
  11. 6fd2bfe NSLocalizedString compatibility (10.8 SDK and clang trunk -Wformat-extra-args) by mark@chromium.org · 11 years ago
  12. d4a7d46 map_serializers_unittest: fix unused variable warning by vapier@chromium.org · 11 years ago
  13. 56bbcbb Print response code when sym_upload fails. by mattdr.breakpad@gmail.com · 11 years ago
  14. 8b8752f Add some symbols missing from my last commit. by mattdr.breakpad@gmail.com · 11 years ago
  15. 0102004 Add simple exploitability analysis for Linux crashes. by mattdr.breakpad@gmail.com · 11 years ago
  16. a27ba39 Switch to scoped_array instead of inappropriate scoped_ptr. by jessicag.feedback · 11 years ago
  17. d9d6767 increase exception handler stack size for dumping thread by vapier@chromium.org · 11 years ago
  18. 834b277 Remove define of mach_vm_region from mach_vm_compatibility.h. by qsr@chromium.org · 11 years ago
  19. d1871cf Support symbol dumping for ARMV8 iOS apps. by qsr@chromium.org · 11 years ago
  20. 5b73f86 Remove unittest from sources list of iOS client xcodeproj. by qsr@chromium.org · 11 years ago
  21. ab5fddb Fix missing include in ios_exception_minidump_generator.mm. by qsr@chromium.org · 11 years ago
  22. 9ce5500 In NonAllocatingMap, remove asserts around key/value length. by rsesek@chromium.org · 11 years ago
  23. f1b5421 This patch adds required change for stackwalker_mips_unittest to pass on 64bit by gordana.cmiljanovic@imgtec.com · 11 years ago
  24. 86df81c Adding stricter validation checks to various symbol parser functions. by ivan.penkov@gmail.com · 11 years ago
  25. 8c88c3e Fix the Android/MIPS build. by digit@chromium.org · 11 years ago
  26. faa2e5b Adding mips support for Android. by gordana.cmiljanovic@imgtec.com · 11 years ago
  27. b4208d1 Handle block helper functions in Breakpad symbol parser. Block helper functions are associated with a source file but not associated with any line number. For such functions, the Breakpad symbol file contains 0 for the line numbers. Hence, 0 should be threated as valid line number. For more information on block helper functions, please, take a look at http://clang.llvm.org/docs/Block-ABI-Apple.html. by ivan.penkov@gmail.com · 11 years ago
  28. ef85cf9 Fix for a clang error which is introduced by change r1212. by gordana.cmiljanovic@imgtec.com · 11 years ago
  29. 5f22d6a Adding support for mips. by gordana.cmiljanovic@imgtec.com · 11 years ago
  30. a29f376 Fixing minidump_dump to handle nacl dumps. by bradnelson@chromium.org · 11 years ago
  31. 7cb4978 Update to build against the latest revision of linux_syscall_support.h by mseaborn@chromium.org · 11 years ago
  32. 8d58ea4 Make StackWalkerAddressList use FRAME_TRUST_PREWALKED trust level. by chrisha@chromium.org · 11 years ago
  33. 5a82db4 Create StackFrame::FRAME_TRUST_PREWALKED trust type. by chrisha@chromium.org · 11 years ago
  34. e6758b1 Create StackwalkerAddressList. by chrisha@chromium.org · 11 years ago
  35. 42b91fb Allow setting a limit on the number of frames to be recovered by stack scanning. by ted.mielczarek@gmail.com · 11 years ago
  36. 6da6dcc Enable the SIGABRT handler on desktop OS X by ted.mielczarek@gmail.com · 11 years ago
  37. 3562017 Updating MDRawMiscInfo to support verions 3 and 4 of the MINIDUMP_MISC_INFO_N structure. Added the necessary code for swapping and string conversion from UTF-16. Found and fixed a bug in MinidumpAssertion::Read where the max string length passed to UTF16codeunits was in bytes instead of UTF-16 chars. by ivan.penkov@gmail.com · 11 years ago
  38. afe9d27 Fix erronoius address of crashinfo.auxv in minidump-2-core. by thestig@chromium.org · 11 years ago
  39. fe66da1 Fix a memory leak, using stringWithUTF8String instead. by yuwu@google.com · 11 years ago
  40. d4f98e2 Check env var BreakpadMinidumpLocation first, if set, use it as BREAKPAD_DUMP_DIRECTORY. by yuwu@google.com · 11 years ago
  41. 2d460c3 Detect corrupt symbol files during minidump processing. Recover from the errors and use the good data if possible. by ivan.penkov@gmail.com · 11 years ago
  42. 2d54f78 Linux: Fix builds on systems without PR_SET_PTRACER in linux/prctl.h. by thestig@chromium.org · 11 years ago
  43. aee93ac Fix Android build more. by thestig@chromium.org · 11 years ago
  44. 471899a Fix build on Android. by mark@chromium.org · 11 years ago
  45. 057144e Fix a clang warning: by mark@chromium.org · 11 years ago
  46. 8154126 Fix a clang warning. by mark@chromium.org · 11 years ago
  47. 02ee17f This change is addressing a particularly nasty issue where the stackwalker by ivan.penkov@gmail.com · 11 years ago
  48. 7a58af6 More robust stack walks when the IP address in the context frame is invalid (or not in a known module). by ivan.penkov@gmail.com · 11 years ago
  49. 172a8a2 Eliminate redundant initialization following r1188, by mark@chromium.org · 11 years ago
  50. 5b95298 add interface for WriteMinidump which allows the caller to supply file handles instead of paths where the minidumps should be written. by cdn@chromium.org · 11 years ago
  51. d18a144 Make all linux ptrace dumper tests use a subprocess by ted.mielczarek@gmail.com · 11 years ago
  52. f7838a8 Treat warnings as error and fix most level 4 warnings in the breakpad windows client projects. by ivan.penkov@gmail.com · 11 years ago
  53. 269ee11 Thanks to Matthew Riley who noticed this issue and provided the initial proposal for the fix. by ivan.penkov@gmail.com · 11 years ago
  54. 447a114 Fixing several instances of std::vector::operator[] out of range access by ivan.penkov@gmail.com · 11 years ago
  55. c20745c Submitting this on behalf of Xiaoling Bao. by ivan.penkov@gmail.com · 11 years ago
  56. eca2635 Ensure a proper LinuxDumper::crash_thread_ value by ted.mielczarek@gmail.com · 11 years ago
  57. b5b7386 Use std::vector with a custom allocator wrapping PageAllocator for wasteful_vector by ted.mielczarek@gmail.com · 11 years ago
  58. 84946cd Avoid gmock warning "Uninteresting mock function call" by ted.mielczarek@gmail.com · 11 years ago
  59. 5c1422e Always read CFI section, even when not outputing CFI information. by qsr@chromium.org · 11 years ago
  60. 5f94e8c Compile issue when using global string "::string". For more details take a look at src/common/using_std_string.h. by ivan.penkov@gmail.com · 11 years ago
  61. e336d78 Fix a "set but not used" compiler warning in a test by mseaborn@chromium.org · 11 years ago
  62. 38e3f87 Fix a "set but not used" compiler warning in libdisasm by mseaborn@chromium.org · 11 years ago
  63. 9874cee Fix following r1175: the section name is __debug_info, not .debug_info. by mark@chromium.org · 11 years ago
  64. f64339e Check in new Windows binaries. by chrisha@chromium.org · 11 years ago
  65. fcef9a2 Mac: Fix more errors from clang to get crash_report.xcodeproj close to compiling. by thestig@chromium.org · 11 years ago
  66. 65cecb6 Fix mac dump_syms after r1163. by thestig@chromium.org · 11 years ago
  67. 8160f86 NULL-check the entry in NonAllocatingMap before setting on it. by rsesek@chromium.org · 11 years ago
  68. 00de8ca Make x86-64 stack walking work for Native Client minidumps by mseaborn@chromium.org · 11 years ago
  69. 42faddc Add MD_OS_NACL platform_id value for identifying NaCl minidumps by mseaborn@chromium.org · 11 years ago
  70. 4b3f4e1 Fix an "unused variable" compiler warning in exploitability_win.cc by mseaborn@chromium.org · 11 years ago
  71. 365396c Fix GetLoadingAddress() to work for Native Client executables by mark@chromium.org · 11 years ago
  72. 2644839 Fix minidump generation from exception. by qsr@chromium.org · 11 years ago
  73. 98c048f Add GYP file for tools\windows\symupload. by chrisha@chromium.org · 11 years ago
  74. 85be25b Add explicit OMAP support to dump_syms. by chrisha@chromium.org · 11 years ago
  75. 45d14db Fixing a clang warning. by ivan.penkov@gmail.com · 11 years ago
  76. d9b4072 Add MD_OS_PS3 to breakpad and exception types. by thestig@chromium.org · 11 years ago
  77. b9d6ed4 Cleanup: Use scoped_ptr where appropriate in DwarfCUToModule. by thestig@chromium.org · 11 years ago
  78. 52dc308 Add an option to not handle DWARF inter-compilation unit references in Linux dump_syms. by thestig@chromium.org · 11 years ago
  79. d77df0a Fix Clang warning regarding null pointer argument. by ivan.penkov@gmail.com · 11 years ago
  80. c36fcd7 Rewrite SimpleStringDictionary with NonAllocatingMap. by rsesek@chromium.org · 11 years ago
  81. 972816c Improve ARM CPU info reporting. by digit@chromium.org · 11 years ago
  82. 7e6b385 Cleanup: Remove duplicate wording in license headers. by thestig@chromium.org · 11 years ago
  83. f254f8e This change allows compiling sym_upload.cc and minidump_upload.cc using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h by ivan.penkov@gmail.com · 11 years ago
  84. 112e289 Allow option for efficient and safe opt out of in-proc dump generation for Windows breakpad clients. by ivan.penkov@gmail.com · 11 years ago
  85. 39b28d8 Fix Bigcluster build error with minidump.cc after r1147. by thestig@chromium.org · 11 years ago
  86. 504de26 Get SimpleStringDictionary compiling on Linux. by rsesek@chromium.org · 11 years ago
  87. 303311b Move SimpleStringDictionary from common/mac/ to just common/. by rsesek@chromium.org · 11 years ago
  88. e4b2675 Add Android ifdef to fix issue 526 by ted.mielczarek@gmail.com · 11 years ago
  89. cb03725 Fix missing result check in Mac exception handler by ted.mielczarek@gmail.com · 11 years ago
  90. cb3c182 minidump_stackwalk should display r12 in ARM stack traces by ted.mielczarek@gmail.com · 11 years ago
  91. 0e8d722 Don't print an error when a user-set max frames limit has been reached in the stackwalker by ted.mielczarek@gmail.com · 11 years ago
  92. 940d6a5 ESP is zero in dumps created by CrashGenerationClient::RequestDump on i386 Linux by ted.mielczarek@gmail.com · 11 years ago
  93. 8826ca6 Change MDRawSystemInfo.processor_architecture value for PPC64 to 0x8002. by thestig@chromium.org · 11 years ago
  94. cd1f1a6 Add PPC64 support to breakpad processor. by thestig@chromium.org · 11 years ago
  95. 6cddd17 Fix build on Android - put the missing NT_GNU_BUILD_ID #define in elf_gnu_compat.h and use it where needed. by thestig@chromium.org · 11 years ago
  96. cb3130f Remove auto_ptr usage in Breakpad. Also fix some lint errors. by thestig@chromium.org · 11 years ago
  97. caffc58 Turn off verbose logging but keep logic for future reference for debug logging. by jessicag.feedback · 12 years ago
  98. 647f2b9 Try to find a build-id through PT_NOTE program headers by ted.mielczarek@gmail.com · 12 years ago
  99. ea6e48e Support generic Elf notes, with unit tests by ted.mielczarek@gmail.com · 12 years ago
  100. cb9a3dc Refactor BasicElf synth_elf unitest by ted.mielczarek@gmail.com · 12 years ago