1. 786275e Breakpad Linux/Mac symbol dumper: Share duplicate strings that arise in DWARF data. by jimblandy · 14 years ago
  2. c5f5e0a Breakpad Linux dumper: Don't map file into memory a second time just to compute file ID by jimblandy · 14 years ago
  3. 56eac4d Add functionality to read the .gnu_debuglink section and load symbols from a debug ELF file. by thestig@chromium.org · 14 years ago
  4. 0dd6c95 Remove duplicate FUNC entries from dump_syms output. by thestig@chromium.org · 14 years ago
  5. 8014071 Fix a couple of tiny things for GCC pedantry by ted.mielczarek@gmail.com · 14 years ago
  6. 1c87cc8 Remove some duplicate endianness code. by thestig@chromium.org · 14 years ago
  7. 7fbd777 Linux: Skip sections of type SHT_NOBITS when loading symbols. by thestig@chromium.org · 14 years ago
  8. e193098 Breakpad: Avoid using the C++ <cfoo> headers. by ted.mielczarek · 14 years ago
  9. 4f456b8 Breakpad DWARF CFI support: Cleanups requested by Neal by ted.mielczarek · 14 years ago
  10. 6869f2e Breakpad DWARF CFI parser: Use the proper type for offsets in CallFrameInfo::Rule subclasses. by ted.mielczarek · 14 years ago
  11. 1adc07f Breakpad Mac symbol dumper: Unify with Linux dumper; support DWARF CFI. by ted.mielczarek · 14 years ago
  12. 9c1e16e Breakpad DWARF support: Stop #including unneeded headers. by ted.mielczarek · 14 years ago
  13. bd0a7f9 Breakpad DWARF support: Check for DWARF line info under Mac OS X section names. by ted.mielczarek · 14 years ago
  14. 35c41e0 Breakpad Mac symbol dumper: Add new Mach-O reader class. by ted.mielczarek · 14 years ago
  15. 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
  16. 8e3c63b Remove LOG statements from linux utilities so there's no dependency on log library by nealsid · 14 years ago
  17. 073a7f6 Breakpad unit tests: Add support for clipped-size null-terminated strings by jimblandy · 14 years ago
  18. 52a508d Breakpad Mac Dumper: Fix compilation warnings on OS X 10.6 by jimblandy · 14 years ago
  19. 25b512d Breakpad symbol dumper: Promise that Module::SetLoadAddress can be called at any time. by jimblandy · 14 years ago
  20. 775c6f7 Breakpad Linux dumper: Handle STABS-in-symbol-table, and line number records outside functions. by jimblandy · 14 years ago
  21. d3e4bbb Breakpad STABS parser: Use a test fixture in StabsReader unit tests. by jimblandy · 14 years ago
  22. deb500f Breakpad STABS reader: Properly compute function end addresses. by jimblandy · 14 years ago
  23. b28be12 Breakpad Linux dumper: Rename DumpStabsHandler to StabsToModule. by jimblandy · 14 years ago
  24. b0ec96c Breakpad Linux dumper: Make StabsReader independent of endianness and word size. by jimblandy · 14 years ago
  25. 6c97801 Breakpad symbol dumper: Define the ByteBuffer and ByteCursor classes. by jimblandy · 14 years ago
  26. 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
  27. 131c0c6 issue 372 - fix Mac OS X minidump generation code to handle x86-64 properly. r=mark at http://breakpad.appspot.com/103001 by ted.mielczarek · 14 years ago
  28. 56e7a3c Breakpad Linux Dumper: Have DumpStabsHandler free accumulated functions if Finalize is not called by jimblandy · 14 years ago
  29. 504280a Breakpad Dumper: Move CFI register names to DwarfCFIToModule class. by jimblandy · 14 years ago
  30. 865df5a Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/common. by jimblandy · 14 years ago
  31. d5b689e Patch from Zhurun to fix build breaks in gcc 4.4.1 by nealsid · 14 years ago
  32. c0ec51a Include what you use. by mmentovai · 15 years ago
  33. 8785524 Breakpad symbol dumper: Move Linux dumping classes into src/common. by jimblandy · 15 years ago
  34. 9e6b619 Breakpad Linux Dumper: Disable warnings about unpaired functions and lines by default. by jimblandy · 15 years ago
  35. 5c27539 Add gettimeofday to linux_syscall_support.h by mmentovai · 15 years ago
  36. b34b1d8 Breakpad Linux dumper: Use the correct section's base address. by jimblandy · 15 years ago
  37. a0aca73 Breakpad Linux dumper: Include filename in error messages. by jimblandy · 15 years ago
  38. 608d142 Breakpad DWARF parser: correct comments regarding dynamic_cast. by jimblandy · 15 years ago
  39. 00dbb73 Breakpad Linux dumper: Make changes requested by Neal Sidhwaney in issue 59002. by jimblandy · 15 years ago
  40. 43135e6 Add omitted newline to warning message in StabsReader::SymbolString. by jimblandy · 15 years ago
  41. c609f47 Breakpad: Support DWARF CFI-driven stack walking on ARM. by jimblandy · 15 years ago
  42. a76aaa1 Breakpad Linux dumper: Parse the .eh_frame section. by jimblandy · 15 years ago
  43. 0de9f43 Breakpad DWARF parser: Add support for parsing .eh_frame encoded pointers. by jimblandy · 15 years ago
  44. 3e768ed Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records. by jimblandy · 15 years ago
  45. 81aadb9 Breakpad Linux dumper: Tolerate STABS data from code linked with --gc-sections. by jimblandy · 15 years ago
  46. de545c0 ARM support, with some build system changes to support x86-64, arm, and i386 in an autoconf style build in Linux. The O2 build for the unit tests is still broken but I'm checking this in to unblock people by nealsid · 15 years ago
  47. 841ad48 Breakpad Linux symbol dumper: Handle programs linked with --gc-sections. by jimblandy · 15 years ago
  48. 19d77e0 Breakpad Linux dumper: Add missing newlines to error messages. by jimblandy · 15 years ago
  49. d6fb5a7 Breakpad Linux dumper: Record AbstractOrigin entries for all DIEs that need them. by jimblandy · 15 years ago
  50. 6de1b75 Breakpad Linux dumper: Compare section names correctly. by jimblandy · 15 years ago
  51. 89f1396 Breakpad DWARF parser: Expand comments for ByteReader class. by jimblandy · 15 years ago
  52. dd5067f Linux DWARF reader: Follow DW_AT_abstract_origin links to find function names. by jimblandy · 15 years ago
  53. 952f3c7 Breakpad Linux dumper: Don't be silly about global functions. by jimblandy · 15 years ago
  54. c50e7c6 Breakpad Linux dumper: Add file comments as required by the style guide. by jimblandy · 15 years ago
  55. 83e085b Breakpad: Update copyright notice years on all files changed in 2010. by jimblandy · 15 years ago
  56. f480ba1 Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Client} classes. Upstreamed from the Mozilla repository. Patch by Chris Jones <jones.chris.g@gmail.com> r=me at https://bugzilla.mozilla.org/show_bug.cgi?id=516759 by ted.mielczarek · 15 years ago
  57. e53e6af Breakpad Linux dumper: Recognize more processor architectures. by jimblandy · 15 years ago
  58. 3e60d65 Breakpad Linux Dumper: Rename structure members to follow the Google C++ Style Guide. by jimblandy · 15 years ago
  59. 1ac84da Breakpad DWARF parser: Add method to read DWARF "Initial length". by jimblandy · 15 years ago
  60. 057aa1f Breakpad Linux Dumper: Add DWARF support. by jimblandy · 15 years ago
  61. 32d1b28 Typo: "An" -> "A". by jimblandy · 15 years ago
  62. bc64ee9 Breakpad DWARF Parser: Improved DWARF-processing interface. by jimblandy · 15 years ago
  63. 8bfcc26 Breakpad DWARF Reader: Change LineInfoHandler::AddLine to provide the line's length. by jimblandy · 15 years ago
  64. e15bffe Breakpad DWARF Reader: Also look for DWARF in sections with the proper names. by jimblandy · 15 years ago
  65. f4a106d Add new file missed in r490. by jimblandy · 15 years ago
  66. 5251e64 Breakpad Linux dumper: STABS reader incorrectly assumes a single compilation unit by jimblandy · 15 years ago
  67. cf55ca5 Breakpad: Fix Emacs mode settings mingled with copyright notice text. by jimblandy · 15 years ago
  68. 330ca2f Google Breakpad DWARF reader: Add a handler function for DIE references. by jimblandy · 15 years ago
  69. 5b787b1 Breakpad DWARF Reader: Add DWARF language enumeration values. by jimblandy · 15 years ago
  70. 718478d Fix solaris build break by nealsid · 15 years ago
  71. 0468306 Breakpad Linux Dumper: Fix up comments in google_breakpad::Module interface. by jimblandy · 15 years ago
  72. c823931 Issue 49003: Breakpad Linux Dumper: Add unit tests for STABS dumper. by jimblandy · 15 years ago
  73. 52cb2c6 Breakpad Linux dumper: Add unit tests for google_breakpad::Module. by jimblandy · 15 years ago
  74. 6ed5383 Breakpad Linux Dumper: Use proper sizes and radixes when writing Breakpad symbol files. by jimblandy · 15 years ago
  75. 5a6e1d3 Breakpad Linux dumper: move DumpStabsHandler into its own file, for testing. by jimblandy · 15 years ago
  76. 0a5fc5d Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid at http://breakpad.appspot.com/49008 by ted.mielczarek · 15 years ago
  77. 7a77f45 Breakpad DWARF parser: Fix up documentation for DWARF reader classes. by jimblandy@gmail.com · 15 years ago
  78. 5fb436d Issue 41004: Breakpad DWARF parser: fixes to compile without warnings under GNU C++ 4.3.3. by jimblandy@gmail.com · 15 years ago
  79. 315c4f6 Issue 41003: Breakpad DWARF parser: Include <cstdio>, since we use it by jimblandy@gmail.com · 15 years ago
  80. bdd7ca5 Issue 42002: Breakpad DWARF parser: avoid using <stdint.h> type by jimblandy@gmail.com · 15 years ago
  81. 0746626 Issue 42001: Breakpad Linux Dumper: remove compilation warnings in guid_creator.cc. by jimblandy@gmail.com · 15 years ago
  82. 4969cfc Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent directory. by jimblandy@gmail.com · 15 years ago
  83. 08fecb2 Issue 26001: Linux dumper: fix comments in STABS reader by jimblandy@gmail.com · 15 years ago
  84. 7f941f9 Linux dumper: Add unit tests for google_breakpad::StabsReader. by jimblandy@gmail.com · 15 years ago
  85. 0397da8 Issue 25003: Linux dumper: Fix infinite loop in stabs parser. by jimblandy@gmail.com · 15 years ago
  86. bb846bd Issue 25002: Linux symbol dumper: Require STABS consumers to provide a Warning member. by jimblandy@gmail.com · 15 years ago
  87. 72a2bff issue 330 - linux_syscall_support.h has extra semicolons causing compilation to fail with certain gcc options. Patch by Josh Aas <joshmoz@gmail.com>, r=me by ted.mielczarek · 15 years ago
  88. 3b9b206 issue 336 - Look for libcurl-gnutls in addition to libcurl.so. Patch by Karl Tomlinson <karlt@mozbugz.karlt.net>, r=me by ted.mielczarek · 15 years ago
  89. 096992f Upstreaming several patches from Chrome: by nealsid · 15 years ago
  90. 8730648 don't output duplicate filenames in PDBSourceLineWriter. r=mark at http://breakpad.appspot.com/43001 by ted.mielczarek · 15 years ago
  91. 927cc8f output function names for PGO-optimized cold function blocks. r=mark at http://breakpad.appspot.com/40007 by ted.mielczarek · 15 years ago
  92. e4be54e Issue 32002: Breakpad DWARF parser: Update char decls to be signed by jimblandy@gmail.com · 15 years ago
  93. 760d664 10.6 SDK compatibility fixes. No bug. by mmentovai · 15 years ago
  94. 895d3d1 New uploader for Linux with unit tests, and gflags/glog libraries by nealsid · 15 years ago
  95. c426b3d Breakpad: Don't use the deprecated __gnu_cxx::hash_map container. by jimblandy@gmail.com · 15 years ago
  96. ebe77d7 Provide a real std::string hash, not just a forward declaration for something by mmentovai · 15 years ago
  97. b0baafc Merge of Breakpad Chrome Linux fork by nealsid · 15 years ago
  98. d4a212a Linux dumper: fix comments in src/common/linux/module.h by jimblandy@gmail.com · 15 years ago
  99. eab03fd Linux dumper: Move the data structures representing the breakpad data into their own class. by jimblandy@gmail.com · 15 years ago
  100. f7cc9ef Add files left behind by previous commit. by jimblandy@gmail.com · 15 years ago