1. eca2635 Ensure a proper LinuxDumper::crash_thread_ value by ted.mielczarek@gmail.com · 11 years ago
  2. b5b7386 Use std::vector with a custom allocator wrapping PageAllocator for wasteful_vector by ted.mielczarek@gmail.com · 11 years ago
  3. 84946cd Avoid gmock warning "Uninteresting mock function call" by ted.mielczarek@gmail.com · 11 years ago
  4. 5c1422e Always read CFI section, even when not outputing CFI information. by qsr@chromium.org · 11 years ago
  5. 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
  6. e336d78 Fix a "set but not used" compiler warning in a test by mseaborn@chromium.org · 11 years ago
  7. 38e3f87 Fix a "set but not used" compiler warning in libdisasm by mseaborn@chromium.org · 11 years ago
  8. 9874cee Fix following r1175: the section name is __debug_info, not .debug_info. by mark@chromium.org · 11 years ago
  9. f64339e Check in new Windows binaries. by chrisha@chromium.org · 11 years ago
  10. fcef9a2 Mac: Fix more errors from clang to get crash_report.xcodeproj close to compiling. by thestig@chromium.org · 11 years ago
  11. 65cecb6 Fix mac dump_syms after r1163. by thestig@chromium.org · 11 years ago
  12. 8160f86 NULL-check the entry in NonAllocatingMap before setting on it. by rsesek@chromium.org · 11 years ago
  13. 00de8ca Make x86-64 stack walking work for Native Client minidumps by mseaborn@chromium.org · 11 years ago
  14. 42faddc Add MD_OS_NACL platform_id value for identifying NaCl minidumps by mseaborn@chromium.org · 11 years ago
  15. 4b3f4e1 Fix an "unused variable" compiler warning in exploitability_win.cc by mseaborn@chromium.org · 11 years ago
  16. 365396c Fix GetLoadingAddress() to work for Native Client executables by mark@chromium.org · 11 years ago
  17. 2644839 Fix minidump generation from exception. by qsr@chromium.org · 11 years ago
  18. 98c048f Add GYP file for tools\windows\symupload. by chrisha@chromium.org · 11 years ago
  19. 85be25b Add explicit OMAP support to dump_syms. by chrisha@chromium.org · 11 years ago
  20. 45d14db Fixing a clang warning. by ivan.penkov@gmail.com · 12 years ago
  21. d9b4072 Add MD_OS_PS3 to breakpad and exception types. by thestig@chromium.org · 12 years ago
  22. b9d6ed4 Cleanup: Use scoped_ptr where appropriate in DwarfCUToModule. by thestig@chromium.org · 12 years ago
  23. 52dc308 Add an option to not handle DWARF inter-compilation unit references in Linux dump_syms. by thestig@chromium.org · 12 years ago
  24. d77df0a Fix Clang warning regarding null pointer argument. by ivan.penkov@gmail.com · 12 years ago
  25. c36fcd7 Rewrite SimpleStringDictionary with NonAllocatingMap. by rsesek@chromium.org · 12 years ago
  26. 972816c Improve ARM CPU info reporting. by digit@chromium.org · 12 years ago
  27. 7e6b385 Cleanup: Remove duplicate wording in license headers. by thestig@chromium.org · 12 years ago
  28. 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
  29. 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
  30. 39b28d8 Fix Bigcluster build error with minidump.cc after r1147. by thestig@chromium.org · 12 years ago
  31. 504de26 Get SimpleStringDictionary compiling on Linux. by rsesek@chromium.org · 12 years ago
  32. 303311b Move SimpleStringDictionary from common/mac/ to just common/. by rsesek@chromium.org · 12 years ago
  33. e4b2675 Add Android ifdef to fix issue 526 by ted.mielczarek@gmail.com · 12 years ago
  34. cb03725 Fix missing result check in Mac exception handler by ted.mielczarek@gmail.com · 12 years ago
  35. cb3c182 minidump_stackwalk should display r12 in ARM stack traces by ted.mielczarek@gmail.com · 12 years ago
  36. 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
  37. 940d6a5 ESP is zero in dumps created by CrashGenerationClient::RequestDump on i386 Linux by ted.mielczarek@gmail.com · 12 years ago
  38. 8826ca6 Change MDRawSystemInfo.processor_architecture value for PPC64 to 0x8002. by thestig@chromium.org · 12 years ago
  39. cd1f1a6 Add PPC64 support to breakpad processor. by thestig@chromium.org · 12 years ago
  40. 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
  41. cb3130f Remove auto_ptr usage in Breakpad. Also fix some lint errors. by thestig@chromium.org · 12 years ago
  42. caffc58 Turn off verbose logging but keep logic for future reference for debug logging. by jessicag.feedback · 12 years ago
  43. 647f2b9 Try to find a build-id through PT_NOTE program headers by ted.mielczarek@gmail.com · 12 years ago
  44. ea6e48e Support generic Elf notes, with unit tests by ted.mielczarek@gmail.com · 12 years ago
  45. cb9a3dc Refactor BasicElf synth_elf unitest by ted.mielczarek@gmail.com · 12 years ago
  46. 7deb13d These are prerequisites needed for a wider effort inside Google to enable by mark@chromium.org · 12 years ago
  47. 8cf89d0 Removing redundant calls to string::c_str(). by ivan.penkov@gmail.com · 12 years ago
  48. aed397d Refactor file_id_unittest by ted.mielczarek@gmail.com · 12 years ago
  49. 76be5b6 Add tests for section headers in synth_elf unittest by ted.mielczarek@gmail.com · 12 years ago
  50. 97e972c Refactor BasicElf synth_elf unitest by ted.mielczarek@gmail.com · 12 years ago
  51. cbf39e5 Defer adding sections until ELF::Finish in synth_elf by ted.mielczarek@gmail.com · 12 years ago
  52. ed75bca Get the complete linux gate mapping instead of only one page by ted.mielczarek@gmail.com · 12 years ago
  53. 6444d6b Fix Windows unittest build on VC2012 by ted.mielczarek@gmail.com · 12 years ago
  54. 3e1f052 Fix three unit tests on recent ARM devices. by digit@chromium.org · 12 years ago
  55. 1682027 Linux MinidumpWriter should properly set number_of_processors on ARM by ted.mielczarek@gmail.com · 12 years ago
  56. 1b79e45 Remove "library" variable by ted.mielczarek@gmail.com · 12 years ago
  57. 3a0148d fix size types w/x32 by ted.mielczarek@gmail.com · 12 years ago
  58. 68e2449 Provide a ReadSymbolData API for Mac dump_syms by ted.mielczarek@gmail.com · 12 years ago
  59. 0828a48 Make OOP mac crashreporting exit after writing dump by ted.mielczarek@gmail.com · 12 years ago
  60. 5a2106b Keeping track of modules without symbols during crash report processing. by ivan.penkov@gmail.com · 12 years ago
  61. 4beb03d Allow building symbol dumping without STABS support by ted.mielczarek@gmail.com · 12 years ago
  62. 06e17f8 Allow reading just CFI data when reading symbols by ted.mielczarek@gmail.com · 12 years ago
  63. f9ba50d Minor Android fixup for symbol dumping code by ted.mielczarek@gmail.com · 12 years ago
  64. f2e56b1 Fix some more Win32 compat issues in processor code by ted.mielczarek@gmail.com · 12 years ago
  65. 6162aed Use stdint types everywhere R=mark at https://breakpad.appspot.com/535002/ by ted.mielczarek@gmail.com · 12 years ago
  66. df4ee8c Work around Windows headers #defining ERROR by renaming enum values in StackFrameSymbolizer by ted.mielczarek@gmail.com · 12 years ago
  67. c384c74 Remove unnecessary #include unistd.h (no review, trivial change) by ted.mielczarek@gmail.com · 12 years ago
  68. fae8ab2 Make CompareStringPtrs::operator() a const method by ted.mielczarek@gmail.com · 12 years ago
  69. 5454576 Add missing "using std::sort" to dwarf_cu_to_module.cc. by ted.mielczarek@gmail.com · 12 years ago
  70. ff3ef03 Fix DumpSymbols error message when using multiple debug_dirs, followup from r1102. by ted.mielczarek@gmail.com · 12 years ago
  71. 2e2c1f9 size_limit_ member of minidump_descriptor ignored in copy constructor by ted.mielczarek@gmail.com · 12 years ago
  72. 8db11ce Make MmapWrapper a little less silly by ted.mielczarek@gmail.com · 12 years ago
  73. 5360c86 Fix some issues with -Werror=sign-compare on Android builds by ted.mielczarek@gmail.com · 12 years ago
  74. 2ea751f Add API to find out if there is crash reports to send to the server. by qsr@chromium.org · 12 years ago
  75. e048b7f minidump_stackwalk: Show argument registers for ARM stack traces by ted.mielczarek@gmail.com · 12 years ago
  76. 5eb7c92 Remove a call to new[] from WriteDSODebugStream by ted.mielczarek@gmail.com · 12 years ago
  77. 248c84d Include the compilation directory for FILE entries, making them absolute instead of relative by ted.mielczarek@gmail.com · 12 years ago
  78. 92ea4ed Print the correct return address, even on architectures where StackFrame::instruction is offset. by jimblandy · 12 years ago
  79. 0fd5943 Fix remaining processor/scoped_ptr.h references for reals. by thestig@chromium.org · 12 years ago
  80. 30054c0 Fix remaining processor/scoped_ptr.h references after r1096. by thestig@chromium.org · 12 years ago
  81. 06cdc62 Make DumpSymbols methods take a vector of debug_dirs by ted.mielczarek@gmail.com · 12 years ago
  82. 923ec36 Remove <(library) usage from gyp files. by thestig@chromium.org · 12 years ago
  83. 8ec4fa5 Provide a ReadSymbolData function to get symbol data in a Module instead of just serializing it by ted.mielczarek@gmail.com · 12 years ago
  84. e6b34c1 Don't make MmapWrapper's destructor assert by ted.mielczarek@gmail.com · 12 years ago
  85. a40fe45 Fix a couple of warnings in stack_frame_symbolizer code by ted.mielczarek@gmail.com · 12 years ago
  86. 2cc15ba Move scoped_ptr.h to common R=mark at https://breakpad.appspot.com/509002/ by ted.mielczarek@gmail.com · 12 years ago
  87. ec2f6c0 ExceptionHandler::HandleSignal by mark@chromium.org · 12 years ago
  88. ee25318 DWARF can store DW_AT_high_pc as either an address or a constant. In the latter by jimblandy · 12 years ago
  89. e7d941d Fix typo. Review URL: https://breakpad.appspot.com/506002 by qsr@chromium.org · 12 years ago
  90. 2afd96d Updating BreakpadController to allow start and stop being nop. by qsr@chromium.org · 12 years ago
  91. 7c23508 Remove dead code. by mark@chromium.org · 12 years ago
  92. 340c915 Fix minidump size limit used for MinidumpSizeLimit unittest by mkrebs@chromium.org · 12 years ago
  93. 45951cc Allow the Mac and iOS Breakpad clients to build without exceptions when the C++ standard library is not provided by libstdc++. libc++, for example, does by mark@chromium.org · 12 years ago
  94. 233501d The Google-breakpad processor rejects (ignores) context records that lack CPU type information in their context_flags fields. Such context records can be valid (e.g. contexts captured by ::RtlCaptureContext). by ivan.penkov@gmail.com · 12 years ago
  95. 8b45f49 Explicitly include unistd.h for getpagesize(). by mark@chromium.org · 12 years ago
  96. bc9a286 Allow StackwalkerARM to scan much farther to find the caller of the context frame by ted.mielczarek@gmail.com · 12 years ago
  97. 4826a92 Add assertion on initialization sequence. by qsr@chromium.org · 12 years ago
  98. 803e16d Fix unused variable warning in optimized build (fix proveded by Matthew Riley) by ivan.penkov@gmail.com · 12 years ago
  99. 2971a05 Cleaning up google-breakpad source code of signed-unsigned comparison warnings by ivan.penkov@gmail.com · 12 years ago
  100. 29a383c Add optional file size limit for minidumps by mkrebs@chromium.org · 12 years ago