1. 130ec29 Revert "google-breakpad: Merge with upstream breakpad r981" by Ben Chan · 12 years ago
  2. 888945f google-breakpad: Merge with upstream breakpad r981 by Ben Chan · 12 years ago
  3. 78e8107 breakpad: sym_upload: Show failure if symbol server gives redirect response by Michael Krebs · 12 years ago
  4. 6bfb8bd Remove static initializer in linux/guid_creator.cc. by qsr@chromium.org · 13 years ago
  5. 13de24a Modify CrashGenerator::CreateChildCrash to copy proc files. by benchan@chromium.org · 13 years ago
  6. b07c947 Change some functions in linux_libc_support.h to use intmax_t instead of int. by ted.mielczarek · 13 years ago
  7. 4fa638a Implement core dump to minidump conversion. by benchan@chromium.org · 13 years ago
  8. d076536 Skip ElfCoreDumpTest.ValidCoreFile test if no core dump is generated. by benchan@chromium.org · 13 years ago
  9. e01f84c Build LinuxLibcSupportTest and make it pass. by thestig@chromium.org · 13 years ago
  10. 86cbb1e Add utilities for processing Linux core dump files. by benchan@chromium.org · 13 years ago
  11. c9fb1f6 Replace readlink calls with a safer version that guarantees NULL-termination. by benchan@chromium.org · 13 years ago
  12. f058b4f Refactor code in preparation of merging with the fork in Chromium OS. by benchan@chromium.org · 13 years ago
  13. b12089f Correct compilation warning. by qsr@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. d1eb839 Minor formatting fix following r865. by mark@chromium.org · 13 years ago
  16. dc8ce2e More fixes following r862. by mark@chromium.org · 13 years ago
  17. 8d54c75 Linux/Mac: Add option to omit the CFI section in dump_syms. by thestig@chromium.org · 13 years ago
  18. 8ade75f issue 243 - Linux dumper should use build id produced by ld --build-id if available by ted.mielczarek · 13 years ago
  19. 68e380d Fix libcurl include in http_upload (trivial, no bug) by ted.mielczarek · 13 years ago
  20. 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
  21. 3ca4a12 Add some unit tests for Linux WriteSymbolFile by ted.mielczarek · 13 years ago
  22. 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
  23. 8322cd6 Propagate failure if http uploads fail with http error codes. by kmixter@chromium.org · 14 years ago
  24. d9d863e Add specific curl headers to facilitate building on Ubuntu Lucid by nealsid · 14 years ago
  25. cfc8628 Add support for building the Linux client code using the Android NDK by ted.mielczarek · 14 years ago
  26. 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
  27. 1fa7c1c Fix compilation of file_id_unittest. by thestig@chromium.org · 14 years ago
  28. 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
  29. 9fc5812 Fix a handful of comment spelling errors (Issue 385) by jessicag.feedback@gmail.com · 14 years ago
  30. 3a74666 Linux FileID should work with ELFCLASS32 and ELFCLASS64 regardless of what's by mark@chromium.org · 14 years ago
  31. f5c8f6f Fix a couple of bugs where we generate incorrect minidump files on Linux.o by thestig@chromium.org · 14 years ago
  32. 7cdcc98 Allow passing certificate path to HTTPUpload::SendRequest by ted.mielczarek · 14 years ago
  33. c5f5e0a Breakpad Linux dumper: Don't map file into memory a second time just to compute file ID by jimblandy · 14 years ago
  34. 56eac4d Add functionality to read the .gnu_debuglink section and load symbols from a debug ELF file. by thestig@chromium.org · 14 years ago
  35. 1c87cc8 Remove some duplicate endianness code. by thestig@chromium.org · 14 years ago
  36. 7fbd777 Linux: Skip sections of type SHT_NOBITS when loading symbols. by thestig@chromium.org · 14 years ago
  37. e193098 Breakpad: Avoid using the C++ <cfoo> headers. by ted.mielczarek · 14 years ago
  38. 4f456b8 Breakpad DWARF CFI support: Cleanups requested by Neal by ted.mielczarek · 14 years ago
  39. 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
  40. 8e3c63b Remove LOG statements from linux utilities so there's no dependency on log library by nealsid · 14 years ago
  41. 775c6f7 Breakpad Linux dumper: Handle STABS-in-symbol-table, and line number records outside functions. by jimblandy · 14 years ago
  42. b28be12 Breakpad Linux dumper: Rename DumpStabsHandler to StabsToModule. by jimblandy · 14 years ago
  43. b0ec96c Breakpad Linux dumper: Make StabsReader independent of endianness and word size. by jimblandy · 14 years ago
  44. 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
  45. 504280a Breakpad Dumper: Move CFI register names to DwarfCFIToModule class. by jimblandy · 14 years ago
  46. d5b689e Patch from Zhurun to fix build breaks in gcc 4.4.1 by nealsid · 14 years ago
  47. 8785524 Breakpad symbol dumper: Move Linux dumping classes into src/common. by jimblandy · 14 years ago
  48. 9e6b619 Breakpad Linux Dumper: Disable warnings about unpaired functions and lines by default. by jimblandy · 14 years ago
  49. 5c27539 Add gettimeofday to linux_syscall_support.h by mmentovai · 15 years ago
  50. b34b1d8 Breakpad Linux dumper: Use the correct section's base address. by jimblandy · 15 years ago
  51. a0aca73 Breakpad Linux dumper: Include filename in error messages. by jimblandy · 15 years ago
  52. 43135e6 Add omitted newline to warning message in StabsReader::SymbolString. by jimblandy · 15 years ago
  53. c609f47 Breakpad: Support DWARF CFI-driven stack walking on ARM. by jimblandy · 15 years ago
  54. a76aaa1 Breakpad Linux dumper: Parse the .eh_frame section. by jimblandy · 15 years ago
  55. 3e768ed Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records. by jimblandy · 15 years ago
  56. 81aadb9 Breakpad Linux dumper: Tolerate STABS data from code linked with --gc-sections. by jimblandy · 15 years ago
  57. 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
  58. 841ad48 Breakpad Linux symbol dumper: Handle programs linked with --gc-sections. by jimblandy · 15 years ago
  59. 19d77e0 Breakpad Linux dumper: Add missing newlines to error messages. by jimblandy · 15 years ago
  60. d6fb5a7 Breakpad Linux dumper: Record AbstractOrigin entries for all DIEs that need them. by jimblandy · 15 years ago
  61. 6de1b75 Breakpad Linux dumper: Compare section names correctly. by jimblandy · 15 years ago
  62. dd5067f Linux DWARF reader: Follow DW_AT_abstract_origin links to find function names. by jimblandy · 15 years ago
  63. 952f3c7 Breakpad Linux dumper: Don't be silly about global functions. by jimblandy · 15 years ago
  64. c50e7c6 Breakpad Linux dumper: Add file comments as required by the style guide. by jimblandy · 15 years ago
  65. 83e085b Breakpad: Update copyright notice years on all files changed in 2010. by jimblandy · 15 years ago
  66. 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
  67. e53e6af Breakpad Linux dumper: Recognize more processor architectures. by jimblandy · 15 years ago
  68. 3e60d65 Breakpad Linux Dumper: Rename structure members to follow the Google C++ Style Guide. by jimblandy · 15 years ago
  69. 057aa1f Breakpad Linux Dumper: Add DWARF support. by jimblandy · 15 years ago
  70. f4a106d Add new file missed in r490. by jimblandy · 15 years ago
  71. 5251e64 Breakpad Linux dumper: STABS reader incorrectly assumes a single compilation unit by jimblandy · 15 years ago
  72. cf55ca5 Breakpad: Fix Emacs mode settings mingled with copyright notice text. by jimblandy · 15 years ago
  73. 0468306 Breakpad Linux Dumper: Fix up comments in google_breakpad::Module interface. by jimblandy · 15 years ago
  74. c823931 Issue 49003: Breakpad Linux Dumper: Add unit tests for STABS dumper. by jimblandy · 15 years ago
  75. 52cb2c6 Breakpad Linux dumper: Add unit tests for google_breakpad::Module. by jimblandy · 15 years ago
  76. 6ed5383 Breakpad Linux Dumper: Use proper sizes and radixes when writing Breakpad symbol files. by jimblandy · 15 years ago
  77. 5a6e1d3 Breakpad Linux dumper: move DumpStabsHandler into its own file, for testing. by jimblandy · 15 years ago
  78. 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
  79. 0746626 Issue 42001: Breakpad Linux Dumper: remove compilation warnings in guid_creator.cc. by jimblandy@gmail.com · 15 years ago
  80. 08fecb2 Issue 26001: Linux dumper: fix comments in STABS reader by jimblandy@gmail.com · 15 years ago
  81. 7f941f9 Linux dumper: Add unit tests for google_breakpad::StabsReader. by jimblandy@gmail.com · 15 years ago
  82. 0397da8 Issue 25003: Linux dumper: Fix infinite loop in stabs parser. by jimblandy@gmail.com · 15 years ago
  83. bb846bd Issue 25002: Linux symbol dumper: Require STABS consumers to provide a Warning member. by jimblandy@gmail.com · 15 years ago
  84. 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
  85. 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
  86. 096992f Upstreaming several patches from Chrome: by nealsid · 15 years ago
  87. 895d3d1 New uploader for Linux with unit tests, and gflags/glog libraries by nealsid · 15 years ago
  88. b0baafc Merge of Breakpad Chrome Linux fork by nealsid · 15 years ago
  89. d4a212a Linux dumper: fix comments in src/common/linux/module.h by jimblandy@gmail.com · 15 years ago
  90. eab03fd Linux dumper: Move the data structures representing the breakpad data into their own class. by jimblandy@gmail.com · 15 years ago
  91. f7cc9ef Add files left behind by previous commit. by jimblandy@gmail.com · 15 years ago
  92. 54bc5cf Linux dumper: Move STABS parsing into its own class. by jimblandy@gmail.com · 15 years ago
  93. 68c8481 Linux dumper: Make the 'name' field of FuncInfo a std::string instead of a char *. by jimblandy@gmail.com · 15 years ago
  94. 3c4de8e Linux dumper: Properly separate function names from STABS type data. by jimblandy@gmail.com · 15 years ago
  95. 15117f9 Linux dumper: Don't switch to wrong source file when starting new function. by jimblandy@gmail.com · 15 years ago
  96. f6c9815 Linux dumper: Delete non-functional stack parameter size computation. by jimblandy@gmail.com · 15 years ago
  97. 133c66c Linux dumper: Let LineInfo structures point directly to their SourceLineInfo structures by jimblandy@gmail.com · 15 years ago
  98. 0d23e8c Linux dumper: Don't record file boundary addresses as null-name SourceFileInfoList entries. by jimblandy@gmail.com · 15 years ago
  99. e0a2512 Linux dumper: Use pointers to SourceFileInfo structures. by jimblandy@gmail.com · 15 years ago
  100. 4a6e708 Linux dumper: Use a sorted array of addresses in computing function and line sizes. by jimblandy@gmail.com · 15 years ago