1. 597e2a7 check for and enable Large File Support automatically by vapier@chromium.org · 11 years ago
  2. ead121e Fix Windows release build error due to unreferenced variables. by thestig@chromium.org · 11 years ago
  3. 82f9cb7 Add MMX detection when getting registers in Linux. by thestig@chromium.org · 11 years ago
  4. 5887ac8 Back out r1244 by mark@chromium.org · 11 years ago
  5. 485f635 Switch armv7 setting to arm_version==7. by mark@chromium.org · 11 years ago
  6. e962dd8 Add include guards and avoid redefinition of false/true in convert_UTF. by mark@chromium.org · 11 years ago
  7. 01982ce Avoid redefinition of global static debug flag and remove unneeded by mark@chromium.org · 11 years ago
  8. 6a0bcc1 Do not read CFI section when not outputing CFI information. by qsr@chromium.org · 11 years ago
  9. ba24882 Fix unused method warning. Review URL: https://breakpad.appspot.com/814002 by ivan.penkov@gmail.com · 11 years ago
  10. e20c85f Fixing several instances of wrong printf format specifiers. by ivan.penkov@gmail.com · 11 years ago
  11. 0cd0f17 Add missing #include of eintr_wrapper.h to auto_testfile.h. Since it's by mark@chromium.org · 11 years ago
  12. 1a5016d Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. by mark@chromium.org · 11 years ago
  13. 2ab3459 Re-enable ios_exception_minidump_generator being built on non-ARM. by blundell@chromium.org · 11 years ago
  14. 26b81bb In iOS, BREAKPAD_OUTPUT_DUMP_FILE value contains a malformed full path to the dump file. by qsr@chromium.org · 11 years ago
  15. 39d7964 Process minidumps generated on ARM64 in iOS apps. by mark@chromium.org · 11 years ago
  16. a157c99 Generate minidumps for 64-bit ARM apps on iOS. by mark@chromium.org · 11 years ago
  17. dcb3f7c Provide BreakpadGetCrashReportCount() and -[BreakpadController by mark@chromium.org · 11 years ago
  18. a842c8b Allow SIGABRT to abort the program. by thestig@chromium.org · 11 years ago
  19. 15c17c6 Use register %ebp (instead of %esp) when calculating the value of by ivan.penkov@gmail.com · 11 years ago
  20. 8d12b63 Add support for configuring the minimum log level at compile time by mark@chromium.org · 11 years ago
  21. 6fd2bfe NSLocalizedString compatibility (10.8 SDK and clang trunk -Wformat-extra-args) by mark@chromium.org · 11 years ago
  22. d4a7d46 map_serializers_unittest: fix unused variable warning by vapier@chromium.org · 11 years ago
  23. 56bbcbb Print response code when sym_upload fails. by mattdr.breakpad@gmail.com · 11 years ago
  24. 8b8752f Add some symbols missing from my last commit. by mattdr.breakpad@gmail.com · 11 years ago
  25. 0102004 Add simple exploitability analysis for Linux crashes. by mattdr.breakpad@gmail.com · 11 years ago
  26. a27ba39 Switch to scoped_array instead of inappropriate scoped_ptr. by jessicag.feedback · 11 years ago
  27. d9d6767 increase exception handler stack size for dumping thread by vapier@chromium.org · 11 years ago
  28. 834b277 Remove define of mach_vm_region from mach_vm_compatibility.h. by qsr@chromium.org · 11 years ago
  29. d1871cf Support symbol dumping for ARMV8 iOS apps. by qsr@chromium.org · 11 years ago
  30. 5b73f86 Remove unittest from sources list of iOS client xcodeproj. by qsr@chromium.org · 11 years ago
  31. ab5fddb Fix missing include in ios_exception_minidump_generator.mm. by qsr@chromium.org · 11 years ago
  32. 9ce5500 In NonAllocatingMap, remove asserts around key/value length. by rsesek@chromium.org · 11 years ago
  33. f1b5421 This patch adds required change for stackwalker_mips_unittest to pass on 64bit by gordana.cmiljanovic@imgtec.com · 11 years ago
  34. 86df81c Adding stricter validation checks to various symbol parser functions. by ivan.penkov@gmail.com · 11 years ago
  35. 8c88c3e Fix the Android/MIPS build. by digit@chromium.org · 11 years ago
  36. faa2e5b Adding mips support for Android. by gordana.cmiljanovic@imgtec.com · 11 years ago
  37. 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
  38. ef85cf9 Fix for a clang error which is introduced by change r1212. by gordana.cmiljanovic@imgtec.com · 11 years ago
  39. 5f22d6a Adding support for mips. by gordana.cmiljanovic@imgtec.com · 11 years ago
  40. a29f376 Fixing minidump_dump to handle nacl dumps. by bradnelson@chromium.org · 11 years ago
  41. 7cb4978 Update to build against the latest revision of linux_syscall_support.h by mseaborn@chromium.org · 11 years ago
  42. 8d58ea4 Make StackWalkerAddressList use FRAME_TRUST_PREWALKED trust level. by chrisha@chromium.org · 11 years ago
  43. 5a82db4 Create StackFrame::FRAME_TRUST_PREWALKED trust type. by chrisha@chromium.org · 11 years ago
  44. e6758b1 Create StackwalkerAddressList. by chrisha@chromium.org · 11 years ago
  45. 42b91fb Allow setting a limit on the number of frames to be recovered by stack scanning. by ted.mielczarek@gmail.com · 11 years ago
  46. 6da6dcc Enable the SIGABRT handler on desktop OS X by ted.mielczarek@gmail.com · 11 years ago
  47. 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
  48. afe9d27 Fix erronoius address of crashinfo.auxv in minidump-2-core. by thestig@chromium.org · 11 years ago
  49. fe66da1 Fix a memory leak, using stringWithUTF8String instead. by yuwu@google.com · 11 years ago
  50. d4f98e2 Check env var BreakpadMinidumpLocation first, if set, use it as BREAKPAD_DUMP_DIRECTORY. by yuwu@google.com · 11 years ago
  51. 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
  52. 2d54f78 Linux: Fix builds on systems without PR_SET_PTRACER in linux/prctl.h. by thestig@chromium.org · 11 years ago
  53. aee93ac Fix Android build more. by thestig@chromium.org · 11 years ago
  54. 471899a Fix build on Android. by mark@chromium.org · 11 years ago
  55. 057144e Fix a clang warning: by mark@chromium.org · 11 years ago
  56. 8154126 Fix a clang warning. by mark@chromium.org · 11 years ago
  57. 02ee17f This change is addressing a particularly nasty issue where the stackwalker by ivan.penkov@gmail.com · 11 years ago
  58. 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
  59. 172a8a2 Eliminate redundant initialization following r1188, by mark@chromium.org · 11 years ago
  60. 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
  61. d18a144 Make all linux ptrace dumper tests use a subprocess by ted.mielczarek@gmail.com · 11 years ago
  62. 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
  63. 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
  64. 447a114 Fixing several instances of std::vector::operator[] out of range access by ivan.penkov@gmail.com · 11 years ago
  65. c20745c Submitting this on behalf of Xiaoling Bao. by ivan.penkov@gmail.com · 11 years ago
  66. eca2635 Ensure a proper LinuxDumper::crash_thread_ value by ted.mielczarek@gmail.com · 11 years ago
  67. b5b7386 Use std::vector with a custom allocator wrapping PageAllocator for wasteful_vector by ted.mielczarek@gmail.com · 11 years ago
  68. 84946cd Avoid gmock warning "Uninteresting mock function call" by ted.mielczarek@gmail.com · 11 years ago
  69. 5c1422e Always read CFI section, even when not outputing CFI information. by qsr@chromium.org · 11 years ago
  70. 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
  71. e336d78 Fix a "set but not used" compiler warning in a test by mseaborn@chromium.org · 11 years ago
  72. 38e3f87 Fix a "set but not used" compiler warning in libdisasm by mseaborn@chromium.org · 11 years ago
  73. 9874cee Fix following r1175: the section name is __debug_info, not .debug_info. by mark@chromium.org · 11 years ago
  74. f64339e Check in new Windows binaries. by chrisha@chromium.org · 11 years ago
  75. fcef9a2 Mac: Fix more errors from clang to get crash_report.xcodeproj close to compiling. by thestig@chromium.org · 11 years ago
  76. 65cecb6 Fix mac dump_syms after r1163. by thestig@chromium.org · 11 years ago
  77. 8160f86 NULL-check the entry in NonAllocatingMap before setting on it. by rsesek@chromium.org · 11 years ago
  78. 00de8ca Make x86-64 stack walking work for Native Client minidumps by mseaborn@chromium.org · 11 years ago
  79. 42faddc Add MD_OS_NACL platform_id value for identifying NaCl minidumps by mseaborn@chromium.org · 11 years ago
  80. 4b3f4e1 Fix an "unused variable" compiler warning in exploitability_win.cc by mseaborn@chromium.org · 11 years ago
  81. 365396c Fix GetLoadingAddress() to work for Native Client executables by mark@chromium.org · 11 years ago
  82. 2644839 Fix minidump generation from exception. by qsr@chromium.org · 11 years ago
  83. 98c048f Add GYP file for tools\windows\symupload. by chrisha@chromium.org · 11 years ago
  84. 85be25b Add explicit OMAP support to dump_syms. by chrisha@chromium.org · 11 years ago
  85. 45d14db Fixing a clang warning. by ivan.penkov@gmail.com · 11 years ago
  86. d9b4072 Add MD_OS_PS3 to breakpad and exception types. by thestig@chromium.org · 11 years ago
  87. b9d6ed4 Cleanup: Use scoped_ptr where appropriate in DwarfCUToModule. by thestig@chromium.org · 11 years ago
  88. 52dc308 Add an option to not handle DWARF inter-compilation unit references in Linux dump_syms. by thestig@chromium.org · 11 years ago
  89. d77df0a Fix Clang warning regarding null pointer argument. by ivan.penkov@gmail.com · 11 years ago
  90. c36fcd7 Rewrite SimpleStringDictionary with NonAllocatingMap. by rsesek@chromium.org · 11 years ago
  91. 972816c Improve ARM CPU info reporting. by digit@chromium.org · 11 years ago
  92. 7e6b385 Cleanup: Remove duplicate wording in license headers. by thestig@chromium.org · 11 years ago
  93. 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
  94. 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
  95. 39b28d8 Fix Bigcluster build error with minidump.cc after r1147. by thestig@chromium.org · 11 years ago
  96. 504de26 Get SimpleStringDictionary compiling on Linux. by rsesek@chromium.org · 11 years ago
  97. 303311b Move SimpleStringDictionary from common/mac/ to just common/. by rsesek@chromium.org · 11 years ago
  98. e4b2675 Add Android ifdef to fix issue 526 by ted.mielczarek@gmail.com · 11 years ago
  99. cb03725 Fix missing result check in Mac exception handler by ted.mielczarek@gmail.com · 11 years ago
  100. cb3c182 minidump_stackwalk should display r12 in ARM stack traces by ted.mielczarek@gmail.com · 11 years ago