1. 5a82db4 Create StackFrame::FRAME_TRUST_PREWALKED trust type. by chrisha@chromium.org · 11 years ago
  2. e6758b1 Create StackwalkerAddressList. by chrisha@chromium.org · 11 years ago
  3. 42b91fb Allow setting a limit on the number of frames to be recovered by stack scanning. by ted.mielczarek@gmail.com · 11 years ago
  4. 6da6dcc Enable the SIGABRT handler on desktop OS X by ted.mielczarek@gmail.com · 11 years ago
  5. 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
  6. afe9d27 Fix erronoius address of crashinfo.auxv in minidump-2-core. by thestig@chromium.org · 11 years ago
  7. fe66da1 Fix a memory leak, using stringWithUTF8String instead. by yuwu@google.com · 11 years ago
  8. d4f98e2 Check env var BreakpadMinidumpLocation first, if set, use it as BREAKPAD_DUMP_DIRECTORY. by yuwu@google.com · 11 years ago
  9. 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
  10. 2d54f78 Linux: Fix builds on systems without PR_SET_PTRACER in linux/prctl.h. by thestig@chromium.org · 11 years ago
  11. aee93ac Fix Android build more. by thestig@chromium.org · 11 years ago
  12. 471899a Fix build on Android. by mark@chromium.org · 11 years ago
  13. 057144e Fix a clang warning: by mark@chromium.org · 11 years ago
  14. 8154126 Fix a clang warning. by mark@chromium.org · 11 years ago
  15. 02ee17f This change is addressing a particularly nasty issue where the stackwalker by ivan.penkov@gmail.com · 11 years ago
  16. 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
  17. 172a8a2 Eliminate redundant initialization following r1188, by mark@chromium.org · 11 years ago
  18. 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
  19. d18a144 Make all linux ptrace dumper tests use a subprocess by ted.mielczarek@gmail.com · 11 years ago
  20. 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
  21. 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
  22. 447a114 Fixing several instances of std::vector::operator[] out of range access by ivan.penkov@gmail.com · 11 years ago
  23. c20745c Submitting this on behalf of Xiaoling Bao. by ivan.penkov@gmail.com · 11 years ago
  24. eca2635 Ensure a proper LinuxDumper::crash_thread_ value by ted.mielczarek@gmail.com · 11 years ago
  25. b5b7386 Use std::vector with a custom allocator wrapping PageAllocator for wasteful_vector by ted.mielczarek@gmail.com · 11 years ago
  26. 84946cd Avoid gmock warning "Uninteresting mock function call" by ted.mielczarek@gmail.com · 11 years ago
  27. 5c1422e Always read CFI section, even when not outputing CFI information. by qsr@chromium.org · 11 years ago
  28. 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
  29. e336d78 Fix a "set but not used" compiler warning in a test by mseaborn@chromium.org · 11 years ago
  30. 38e3f87 Fix a "set but not used" compiler warning in libdisasm by mseaborn@chromium.org · 11 years ago
  31. 9874cee Fix following r1175: the section name is __debug_info, not .debug_info. by mark@chromium.org · 11 years ago
  32. f64339e Check in new Windows binaries. by chrisha@chromium.org · 11 years ago
  33. fcef9a2 Mac: Fix more errors from clang to get crash_report.xcodeproj close to compiling. by thestig@chromium.org · 11 years ago
  34. 65cecb6 Fix mac dump_syms after r1163. by thestig@chromium.org · 11 years ago
  35. 8160f86 NULL-check the entry in NonAllocatingMap before setting on it. by rsesek@chromium.org · 11 years ago
  36. 00de8ca Make x86-64 stack walking work for Native Client minidumps by mseaborn@chromium.org · 11 years ago
  37. 42faddc Add MD_OS_NACL platform_id value for identifying NaCl minidumps by mseaborn@chromium.org · 11 years ago
  38. 4b3f4e1 Fix an "unused variable" compiler warning in exploitability_win.cc by mseaborn@chromium.org · 11 years ago
  39. 365396c Fix GetLoadingAddress() to work for Native Client executables by mark@chromium.org · 11 years ago
  40. 2644839 Fix minidump generation from exception. by qsr@chromium.org · 11 years ago
  41. 98c048f Add GYP file for tools\windows\symupload. by chrisha@chromium.org · 11 years ago
  42. 85be25b Add explicit OMAP support to dump_syms. by chrisha@chromium.org · 11 years ago
  43. 45d14db Fixing a clang warning. by ivan.penkov@gmail.com · 12 years ago
  44. d9b4072 Add MD_OS_PS3 to breakpad and exception types. by thestig@chromium.org · 12 years ago
  45. b9d6ed4 Cleanup: Use scoped_ptr where appropriate in DwarfCUToModule. by thestig@chromium.org · 12 years ago
  46. 52dc308 Add an option to not handle DWARF inter-compilation unit references in Linux dump_syms. by thestig@chromium.org · 12 years ago
  47. d77df0a Fix Clang warning regarding null pointer argument. by ivan.penkov@gmail.com · 12 years ago
  48. c36fcd7 Rewrite SimpleStringDictionary with NonAllocatingMap. by rsesek@chromium.org · 12 years ago
  49. 972816c Improve ARM CPU info reporting. by digit@chromium.org · 12 years ago
  50. 7e6b385 Cleanup: Remove duplicate wording in license headers. by thestig@chromium.org · 12 years ago
  51. 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 · 12 years ago
  52. 112e289 Allow option for efficient and safe opt out of in-proc dump generation for Windows breakpad clients. by ivan.penkov@gmail.com · 12 years ago
  53. 39b28d8 Fix Bigcluster build error with minidump.cc after r1147. by thestig@chromium.org · 12 years ago
  54. 504de26 Get SimpleStringDictionary compiling on Linux. by rsesek@chromium.org · 12 years ago
  55. 303311b Move SimpleStringDictionary from common/mac/ to just common/. by rsesek@chromium.org · 12 years ago
  56. e4b2675 Add Android ifdef to fix issue 526 by ted.mielczarek@gmail.com · 12 years ago
  57. cb03725 Fix missing result check in Mac exception handler by ted.mielczarek@gmail.com · 12 years ago
  58. cb3c182 minidump_stackwalk should display r12 in ARM stack traces by ted.mielczarek@gmail.com · 12 years ago
  59. 0e8d722 Don't print an error when a user-set max frames limit has been reached in the stackwalker by ted.mielczarek@gmail.com · 12 years ago
  60. 940d6a5 ESP is zero in dumps created by CrashGenerationClient::RequestDump on i386 Linux by ted.mielczarek@gmail.com · 12 years ago
  61. 8826ca6 Change MDRawSystemInfo.processor_architecture value for PPC64 to 0x8002. by thestig@chromium.org · 12 years ago
  62. cd1f1a6 Add PPC64 support to breakpad processor. by thestig@chromium.org · 12 years ago
  63. 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 · 12 years ago
  64. cb3130f Remove auto_ptr usage in Breakpad. Also fix some lint errors. by thestig@chromium.org · 12 years ago
  65. caffc58 Turn off verbose logging but keep logic for future reference for debug logging. by jessicag.feedback · 12 years ago
  66. 647f2b9 Try to find a build-id through PT_NOTE program headers by ted.mielczarek@gmail.com · 12 years ago
  67. ea6e48e Support generic Elf notes, with unit tests by ted.mielczarek@gmail.com · 12 years ago
  68. cb9a3dc Refactor BasicElf synth_elf unitest by ted.mielczarek@gmail.com · 12 years ago
  69. 7deb13d These are prerequisites needed for a wider effort inside Google to enable by mark@chromium.org · 12 years ago
  70. 8cf89d0 Removing redundant calls to string::c_str(). by ivan.penkov@gmail.com · 12 years ago
  71. aed397d Refactor file_id_unittest by ted.mielczarek@gmail.com · 12 years ago
  72. 76be5b6 Add tests for section headers in synth_elf unittest by ted.mielczarek@gmail.com · 12 years ago
  73. 97e972c Refactor BasicElf synth_elf unitest by ted.mielczarek@gmail.com · 12 years ago
  74. cbf39e5 Defer adding sections until ELF::Finish in synth_elf by ted.mielczarek@gmail.com · 12 years ago
  75. ed75bca Get the complete linux gate mapping instead of only one page by ted.mielczarek@gmail.com · 12 years ago
  76. 6444d6b Fix Windows unittest build on VC2012 by ted.mielczarek@gmail.com · 12 years ago
  77. 3e1f052 Fix three unit tests on recent ARM devices. by digit@chromium.org · 12 years ago
  78. 1682027 Linux MinidumpWriter should properly set number_of_processors on ARM by ted.mielczarek@gmail.com · 12 years ago
  79. 1b79e45 Remove "library" variable by ted.mielczarek@gmail.com · 12 years ago
  80. 3a0148d fix size types w/x32 by ted.mielczarek@gmail.com · 12 years ago
  81. 68e2449 Provide a ReadSymbolData API for Mac dump_syms by ted.mielczarek@gmail.com · 12 years ago
  82. 0828a48 Make OOP mac crashreporting exit after writing dump by ted.mielczarek@gmail.com · 12 years ago
  83. 5a2106b Keeping track of modules without symbols during crash report processing. by ivan.penkov@gmail.com · 12 years ago
  84. 4beb03d Allow building symbol dumping without STABS support by ted.mielczarek@gmail.com · 12 years ago
  85. 06e17f8 Allow reading just CFI data when reading symbols by ted.mielczarek@gmail.com · 12 years ago
  86. f9ba50d Minor Android fixup for symbol dumping code by ted.mielczarek@gmail.com · 12 years ago
  87. f2e56b1 Fix some more Win32 compat issues in processor code by ted.mielczarek@gmail.com · 12 years ago
  88. 6162aed Use stdint types everywhere R=mark at https://breakpad.appspot.com/535002/ by ted.mielczarek@gmail.com · 12 years ago
  89. df4ee8c Work around Windows headers #defining ERROR by renaming enum values in StackFrameSymbolizer by ted.mielczarek@gmail.com · 12 years ago
  90. c384c74 Remove unnecessary #include unistd.h (no review, trivial change) by ted.mielczarek@gmail.com · 12 years ago
  91. fae8ab2 Make CompareStringPtrs::operator() a const method by ted.mielczarek@gmail.com · 12 years ago
  92. 5454576 Add missing "using std::sort" to dwarf_cu_to_module.cc. by ted.mielczarek@gmail.com · 12 years ago
  93. ff3ef03 Fix DumpSymbols error message when using multiple debug_dirs, followup from r1102. by ted.mielczarek@gmail.com · 12 years ago
  94. 2e2c1f9 size_limit_ member of minidump_descriptor ignored in copy constructor by ted.mielczarek@gmail.com · 12 years ago
  95. 8db11ce Make MmapWrapper a little less silly by ted.mielczarek@gmail.com · 12 years ago
  96. 5360c86 Fix some issues with -Werror=sign-compare on Android builds by ted.mielczarek@gmail.com · 12 years ago
  97. 2ea751f Add API to find out if there is crash reports to send to the server. by qsr@chromium.org · 12 years ago
  98. e048b7f minidump_stackwalk: Show argument registers for ARM stack traces by ted.mielczarek@gmail.com · 12 years ago
  99. 5eb7c92 Remove a call to new[] from WriteDSODebugStream by ted.mielczarek@gmail.com · 12 years ago
  100. 248c84d Include the compilation directory for FILE entries, making them absolute instead of relative by ted.mielczarek@gmail.com · 12 years ago