1. 9ddff1f Modify CrashGenerator::CreateChildCrash to copy proc files. by Ben Chan · 13 years ago
  2. 4fa638a Implement core dump to minidump conversion. by benchan@chromium.org · 13 years ago
  3. d076536 Skip ElfCoreDumpTest.ValidCoreFile test if no core dump is generated. by benchan@chromium.org · 13 years ago
  4. e01f84c Build LinuxLibcSupportTest and make it pass. by thestig@chromium.org · 13 years ago
  5. e8bbced Refactor LinuxDumper and MinidumpWriter. by benchan@chromium.org · 13 years ago
  6. 86cbb1e Add utilities for processing Linux core dump files. by benchan@chromium.org · 13 years ago
  7. c89e279 Replace MMappedRange with MinidumpMemoryRange. by benchan@chromium.org · 13 years ago
  8. c9fb1f6 Replace readlink calls with a safer version that guarantees NULL-termination. by benchan@chromium.org · 13 years ago
  9. f058b4f Refactor code in preparation of merging with the fork in Chromium OS. by benchan@chromium.org · 13 years ago
  10. b6f2b45 Fix some comments and parameter names. by jimblandy · 13 years ago
  11. b12089f Correct compilation warning. by qsr@chromium.org · 13 years ago
  12. 97bed58 Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace. by ted.mielczarek · 13 years ago
  13. 0c9df1d Upstream fix for compiling of breakpad with gcc-4.6. Remove an unnecessary by mark@chromium.org · 13 years ago
  14. 4fd4efe Fix some shadow variables, including one in file_id.cc that causes all files to generate the same hash. Add a test to make sure this doesn't happen again. by thestig@chromium.org · 13 years ago
  15. 67f88be Correct incorrect bounds checking. by qsr@chromium.org · 13 years ago
  16. 8fac6df Allow to retrieve id of a module from memory instead of going to disk for iOS. by qsr@chromium.org · 13 years ago
  17. 5c8a2f4 Add includes for unittests that appear to need them. by jessicag.feedback@gmail.com · 13 years ago
  18. 3162987 Handling reading arm executable. by qsr@chromium.org · 13 years ago
  19. d1eb839 Minor formatting fix following r865. by mark@chromium.org · 13 years ago
  20. dc8ce2e More fixes following r862. by mark@chromium.org · 13 years ago
  21. 8f4d15f Additional fixes following r862. by mark@chromium.org · 13 years ago
  22. aa4a7a6 Remove "using namespace std" from dwarf2reader.h. Using-directives are by mark@chromium.org · 13 years ago
  23. f699cee Fix harmless warning in dwarf_cfi_to_module.cc. by mark@chromium.org · 13 years ago
  24. 57584bc Use right header. by qsr@chromium.org · 13 years ago
  25. 00936cf Extracting the config file class from the Inspector to be able to reuse it. by qsr@chromium.org · 13 years ago
  26. 9dfe692 Fix some compilation warnings and other errors due to API changes by mark@chromium.org · 13 years ago
  27. 8d54c75 Linux/Mac: Add option to omit the CFI section in dump_syms. by thestig@chromium.org · 13 years ago
  28. 8ade75f issue 243 - Linux dumper should use build id produced by ld --build-id if available by ted.mielczarek · 13 years ago
  29. 68e380d Fix libcurl include in http_upload (trivial, no bug) by ted.mielczarek · 13 years ago
  30. 8f2b058 Fix clang warnings. Review URL: http://breakpad.appspot.com/298002 by mark@chromium.org · 13 years ago
  31. 3c59c24 Zero out the entire context on MD5_Final, not just the number of bytes in a by mark@chromium.org · 13 years ago
  32. e919fdd Wean Mac Breakpad off of its OpenSSL libcrypto dependency. by mark@chromium.org · 13 years ago
  33. 4855004 Switch mac DumpSymbols::WriteSymbolFile to take an ostream instead of a FILE* to match the changes to Module::Write by ted.mielczarek · 13 years ago
  34. 32d04cd Remove curl/types.h include, since this header has been deprecated for a long time and removed in a recent curl release. by ted.mielczarek · 13 years ago
  35. 3ca4a12 Add some unit tests for Linux WriteSymbolFile by ted.mielczarek · 13 years ago
  36. b2f96f3 Dump PUBLIC + CFI records from libraries without debug info on Linux, use .dynsym for symbol names if there are no usable debug symbols. by ted.mielczarek · 13 years ago
  37. 04023b1 Fixed message about unregistered msdia*dll. Builds with different DiaSDK need different dll. by vitalybuka@chromium.org · 13 years ago
  38. a4a9922 Issue 417: update unit tests after adding unnamed function detection by jimblandy · 13 years ago
  39. fd18bee Google Breakpad Issue 417: Handle DWARF that omits function names. by jimblandy · 13 years ago
  40. bf25801 Put PUBLIC lines in Mac symbol files. by ted.mielczarek · 13 years ago
  41. dbf409c Make programs in src/tools/linux build via the automake build system by ted.mielczarek · 13 years ago
  42. cff9fdb enable writing INFO CODE_ID line in symbol files by ted.mielczarek · 14 years ago
  43. eba8cc5 Add missing constructor to CPPLanguage class to make it compile with CLang. by ted.mielczarek · 14 years ago
  44. 7405ecd allow uploading zero-byte files in HTTPUpload by ted.mielczarek@gmail.com · 14 years ago
  45. 8322cd6 Propagate failure if http uploads fail with http error codes. by kmixter@chromium.org · 14 years ago
  46. d9d863e Add specific curl headers to facilitate building on Ubuntu Lucid by nealsid · 14 years ago
  47. 916a34a Fix assert failure in dump_syms caused by binary linked with gold. by thestig@chromium.org · 14 years ago
  48. 67b65a3 Use STABS as the debugging format when using GCC 4.0 and the 10.4 SDK. by mmentovai · 14 years ago
  49. cfc8628 Add support for building the Linux client code using the Android NDK by ted.mielczarek · 14 years ago
  50. d35f113 Make dump_syms output an INFO CODE_ID line that includes the code file and code identifier. (Currently disabled to give Breakpad users time to update their processor code.) by ted.mielczarek · 14 years ago
  51. 4621ee0 Write a window of memory around the instruction pointer from the crashing thread to the minidump on OS X. by ted.mielczarek · 14 years ago
  52. 1fa7c1c Fix compilation of file_id_unittest. by thestig@chromium.org · 14 years ago
  53. 0e3b702 Import linux_syscall_support.h from linux-syscall-support.googlecode.com instead of using our own copy. by thestig@chromium.org · 14 years ago
  54. 7fde9a8 Revert revision 658 ('Add glog style logging to symupload'). by erikwright@chromium.org · 14 years ago
  55. 9fc5812 Fix a handful of comment spelling errors (Issue 385) by jessicag.feedback@gmail.com · 14 years ago
  56. 6c7d641 Issue 370 - fix PDBSourceLineWriter::GetModuleInfo's CPU detection by ted.mielczarek · 14 years ago
  57. 3a74666 Linux FileID should work with ELFCLASS32 and ELFCLASS64 regardless of what's by mark@chromium.org · 14 years ago
  58. 8ca54e4 Use <inttypes.h> macros for formatting fixed-width types. by mark@chromium.org · 14 years ago
  59. c2c4192 Breakpad DWARF Reader: Ignore padding at the end of the compilation unit. by jimblandy · 14 years ago
  60. 42943c2 Breakpad DWARF parser: Don't use auto_ptr<stack<uint64> > where stack<uint64> would do. by jimblandy · 14 years ago
  61. 16f2f37 Breakpad DWARF reader: Use uint64, not uint64_t in DWARF reader code. by jimblandy · 14 years ago
  62. a453cc2 Commit issue 140001: fixes for 64-bit build cleanups. by jimblandy · 14 years ago
  63. 3b7d8ee Disable cookies in Windows HTTPUpload by ted.mielczarek · 14 years ago
  64. e167e9e Add glog style logging to symupload by nealsid@gmail.com · 14 years ago
  65. 31b4957 Add missing stdint.h include to fix compilation on newer GCC. by ted.mielczarek · 14 years ago
  66. a599ae8 Put MachIPC into the google_breakpad namespace by ted.mielczarek@gmail.com · 14 years ago
  67. f5c8f6f Fix a couple of bugs where we generate incorrect minidump files on Linux.o by thestig@chromium.org · 14 years ago
  68. 315fd78 Implement CrashGeneration{Client,Server} for OOP dump generation on OS X, enable OOP dump generation in ExceptionHandler by ted.mielczarek@gmail.com · 14 years ago
  69. 7cdcc98 Allow passing certificate path to HTTPUpload::SendRequest by ted.mielczarek · 14 years ago
  70. 0ab73db Breakpad uses x86 as the architecture name, not i386. Most tools don't care by mark@chromium.org · 14 years ago
  71. 1b8c24f review: http://breakpad.appspot.com/138001 by dmaclach · 14 years ago
  72. 6e3869c Review: http://breakpad.appspot.com/136001 by dmaclach · 14 years ago
  73. a2d5da4 Fixes up some style nits, and gets us compiling on Leopard again. by dmaclach · 14 years ago
  74. 4ac61ac Clean up build for 64 bit. by dmaclach · 14 years ago
  75. 786275e Breakpad Linux/Mac symbol dumper: Share duplicate strings that arise in DWARF data. by jimblandy · 14 years ago
  76. c5f5e0a Breakpad Linux dumper: Don't map file into memory a second time just to compute file ID by jimblandy · 14 years ago
  77. 56eac4d Add functionality to read the .gnu_debuglink section and load symbols from a debug ELF file. by thestig@chromium.org · 14 years ago
  78. 0dd6c95 Remove duplicate FUNC entries from dump_syms output. by thestig@chromium.org · 14 years ago
  79. 8014071 Fix a couple of tiny things for GCC pedantry by ted.mielczarek@gmail.com · 14 years ago
  80. 1c87cc8 Remove some duplicate endianness code. by thestig@chromium.org · 14 years ago
  81. 7fbd777 Linux: Skip sections of type SHT_NOBITS when loading symbols. by thestig@chromium.org · 14 years ago
  82. e193098 Breakpad: Avoid using the C++ <cfoo> headers. by ted.mielczarek · 14 years ago
  83. 4f456b8 Breakpad DWARF CFI support: Cleanups requested by Neal by ted.mielczarek · 14 years ago
  84. 6869f2e Breakpad DWARF CFI parser: Use the proper type for offsets in CallFrameInfo::Rule subclasses. by ted.mielczarek · 14 years ago
  85. 1adc07f Breakpad Mac symbol dumper: Unify with Linux dumper; support DWARF CFI. by ted.mielczarek · 14 years ago
  86. 9c1e16e Breakpad DWARF support: Stop #including unneeded headers. by ted.mielczarek · 14 years ago
  87. bd0a7f9 Breakpad DWARF support: Check for DWARF line info under Mac OS X section names. by ted.mielczarek · 14 years ago
  88. 35c41e0 Breakpad Mac symbol dumper: Add new Mach-O reader class. by ted.mielczarek · 14 years ago
  89. c0fc538 Fix compilation on gcc 4.5 by adding a missing #include. Patch by Benoit Jacob <bjacob@mozilla.com>, r=me at https://bugzilla.mozilla.org/show_bug.cgi?id=569836 by ted.mielczarek · 14 years ago
  90. 8e3c63b Remove LOG statements from linux utilities so there's no dependency on log library by nealsid · 14 years ago
  91. 073a7f6 Breakpad unit tests: Add support for clipped-size null-terminated strings by jimblandy · 14 years ago
  92. 52a508d Breakpad Mac Dumper: Fix compilation warnings on OS X 10.6 by jimblandy · 14 years ago
  93. 25b512d Breakpad symbol dumper: Promise that Module::SetLoadAddress can be called at any time. by jimblandy · 14 years ago
  94. 775c6f7 Breakpad Linux dumper: Handle STABS-in-symbol-table, and line number records outside functions. by jimblandy · 14 years ago
  95. d3e4bbb Breakpad STABS parser: Use a test fixture in StabsReader unit tests. by jimblandy · 14 years ago
  96. deb500f Breakpad STABS reader: Properly compute function end addresses. by jimblandy · 14 years ago
  97. b28be12 Breakpad Linux dumper: Rename DumpStabsHandler to StabsToModule. by jimblandy · 14 years ago
  98. b0ec96c Breakpad Linux dumper: Make StabsReader independent of endianness and word size. by jimblandy · 14 years ago
  99. 6c97801 Breakpad symbol dumper: Define the ByteBuffer and ByteCursor classes. by jimblandy · 14 years ago
  100. c90769e Fix assembly in the ARM sys_clone implementation to indicate that r7 is clobbered, and also remove some extraneous semicolons from ARM portions of linux_syscall_support. r=jimb at https://bugzilla.mozilla.org/show_bug.cgi?id=555674 by ted.mielczarek · 14 years ago