1. 3e768ed Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records. by jimblandy · 14 years ago
  2. 81aadb9 Breakpad Linux dumper: Tolerate STABS data from code linked with --gc-sections. by jimblandy · 14 years ago
  3. 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 · 14 years ago
  4. 841ad48 Breakpad Linux symbol dumper: Handle programs linked with --gc-sections. by jimblandy · 14 years ago
  5. 19d77e0 Breakpad Linux dumper: Add missing newlines to error messages. by jimblandy · 15 years ago
  6. d6fb5a7 Breakpad Linux dumper: Record AbstractOrigin entries for all DIEs that need them. by jimblandy · 15 years ago
  7. 6de1b75 Breakpad Linux dumper: Compare section names correctly. by jimblandy · 15 years ago
  8. 89f1396 Breakpad DWARF parser: Expand comments for ByteReader class. by jimblandy · 15 years ago
  9. dd5067f Linux DWARF reader: Follow DW_AT_abstract_origin links to find function names. by jimblandy · 15 years ago
  10. 952f3c7 Breakpad Linux dumper: Don't be silly about global functions. by jimblandy · 15 years ago
  11. c50e7c6 Breakpad Linux dumper: Add file comments as required by the style guide. by jimblandy · 15 years ago
  12. 83e085b Breakpad: Update copyright notice years on all files changed in 2010. by jimblandy · 15 years ago
  13. 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
  14. e53e6af Breakpad Linux dumper: Recognize more processor architectures. by jimblandy · 15 years ago
  15. 3e60d65 Breakpad Linux Dumper: Rename structure members to follow the Google C++ Style Guide. by jimblandy · 15 years ago
  16. 1ac84da Breakpad DWARF parser: Add method to read DWARF "Initial length". by jimblandy · 15 years ago
  17. 057aa1f Breakpad Linux Dumper: Add DWARF support. by jimblandy · 15 years ago
  18. 32d1b28 Typo: "An" -> "A". by jimblandy · 15 years ago
  19. bc64ee9 Breakpad DWARF Parser: Improved DWARF-processing interface. by jimblandy · 15 years ago
  20. 8bfcc26 Breakpad DWARF Reader: Change LineInfoHandler::AddLine to provide the line's length. by jimblandy · 15 years ago
  21. e15bffe Breakpad DWARF Reader: Also look for DWARF in sections with the proper names. by jimblandy · 15 years ago
  22. f4a106d Add new file missed in r490. by jimblandy · 15 years ago
  23. 5251e64 Breakpad Linux dumper: STABS reader incorrectly assumes a single compilation unit by jimblandy · 15 years ago
  24. cf55ca5 Breakpad: Fix Emacs mode settings mingled with copyright notice text. by jimblandy · 15 years ago
  25. 330ca2f Google Breakpad DWARF reader: Add a handler function for DIE references. by jimblandy · 15 years ago
  26. 5b787b1 Breakpad DWARF Reader: Add DWARF language enumeration values. by jimblandy · 15 years ago
  27. 718478d Fix solaris build break by nealsid · 15 years ago
  28. 0468306 Breakpad Linux Dumper: Fix up comments in google_breakpad::Module interface. by jimblandy · 15 years ago
  29. c823931 Issue 49003: Breakpad Linux Dumper: Add unit tests for STABS dumper. by jimblandy · 15 years ago
  30. 52cb2c6 Breakpad Linux dumper: Add unit tests for google_breakpad::Module. by jimblandy · 15 years ago
  31. 6ed5383 Breakpad Linux Dumper: Use proper sizes and radixes when writing Breakpad symbol files. by jimblandy · 15 years ago
  32. 5a6e1d3 Breakpad Linux dumper: move DumpStabsHandler into its own file, for testing. by jimblandy · 15 years ago
  33. 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
  34. 7a77f45 Breakpad DWARF parser: Fix up documentation for DWARF reader classes. by jimblandy@gmail.com · 15 years ago
  35. 5fb436d Issue 41004: Breakpad DWARF parser: fixes to compile without warnings under GNU C++ 4.3.3. by jimblandy@gmail.com · 15 years ago
  36. 315c4f6 Issue 41003: Breakpad DWARF parser: Include <cstdio>, since we use it by jimblandy@gmail.com · 15 years ago
  37. bdd7ca5 Issue 42002: Breakpad DWARF parser: avoid using <stdint.h> type by jimblandy@gmail.com · 15 years ago
  38. 0746626 Issue 42001: Breakpad Linux Dumper: remove compilation warnings in guid_creator.cc. by jimblandy@gmail.com · 15 years ago
  39. 4969cfc Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent directory. by jimblandy@gmail.com · 15 years ago
  40. 08fecb2 Issue 26001: Linux dumper: fix comments in STABS reader by jimblandy@gmail.com · 15 years ago
  41. 7f941f9 Linux dumper: Add unit tests for google_breakpad::StabsReader. by jimblandy@gmail.com · 15 years ago
  42. 0397da8 Issue 25003: Linux dumper: Fix infinite loop in stabs parser. by jimblandy@gmail.com · 15 years ago
  43. bb846bd Issue 25002: Linux symbol dumper: Require STABS consumers to provide a Warning member. by jimblandy@gmail.com · 15 years ago
  44. 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
  45. 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
  46. 096992f Upstreaming several patches from Chrome: by nealsid · 15 years ago
  47. 8730648 don't output duplicate filenames in PDBSourceLineWriter. r=mark at http://breakpad.appspot.com/43001 by ted.mielczarek · 15 years ago
  48. 927cc8f output function names for PGO-optimized cold function blocks. r=mark at http://breakpad.appspot.com/40007 by ted.mielczarek · 15 years ago
  49. e4be54e Issue 32002: Breakpad DWARF parser: Update char decls to be signed by jimblandy@gmail.com · 15 years ago
  50. 760d664 10.6 SDK compatibility fixes. No bug. by mmentovai · 15 years ago
  51. 895d3d1 New uploader for Linux with unit tests, and gflags/glog libraries by nealsid · 15 years ago
  52. c426b3d Breakpad: Don't use the deprecated __gnu_cxx::hash_map container. by jimblandy@gmail.com · 15 years ago
  53. ebe77d7 Provide a real std::string hash, not just a forward declaration for something by mmentovai · 15 years ago
  54. b0baafc Merge of Breakpad Chrome Linux fork by nealsid · 15 years ago
  55. d4a212a Linux dumper: fix comments in src/common/linux/module.h by jimblandy@gmail.com · 15 years ago
  56. eab03fd Linux dumper: Move the data structures representing the breakpad data into their own class. by jimblandy@gmail.com · 15 years ago
  57. f7cc9ef Add files left behind by previous commit. by jimblandy@gmail.com · 15 years ago
  58. 54bc5cf Linux dumper: Move STABS parsing into its own class. by jimblandy@gmail.com · 15 years ago
  59. 68c8481 Linux dumper: Make the 'name' field of FuncInfo a std::string instead of a char *. by jimblandy@gmail.com · 15 years ago
  60. 3c4de8e Linux dumper: Properly separate function names from STABS type data. by jimblandy@gmail.com · 15 years ago
  61. 15117f9 Linux dumper: Don't switch to wrong source file when starting new function. by jimblandy@gmail.com · 15 years ago
  62. f6c9815 Linux dumper: Delete non-functional stack parameter size computation. by jimblandy@gmail.com · 15 years ago
  63. 133c66c Linux dumper: Let LineInfo structures point directly to their SourceLineInfo structures by jimblandy@gmail.com · 15 years ago
  64. 0d23e8c Linux dumper: Don't record file boundary addresses as null-name SourceFileInfoList entries. by jimblandy@gmail.com · 15 years ago
  65. e0a2512 Linux dumper: Use pointers to SourceFileInfo structures. by jimblandy@gmail.com · 15 years ago
  66. 4a6e708 Linux dumper: Use a sorted array of addresses in computing function and line sizes. by jimblandy@gmail.com · 15 years ago
  67. 0eb3c6e Linux dumper: Correctly find boundary address when computing line and function sizes. by jimblandy@gmail.com · 15 years ago
  68. 1147cc4 The has_sol field of struct FuncInfo is unused. This patch removes it. by jimblandy@gmail.com · 15 years ago
  69. 53cb804 The 'no_next_addr_count' variable in ComputeSizeAndRVA shouldn't be static. by jimblandy@gmail.com · 15 years ago
  70. 722afeb Use a std::map instead of a linear search to look up files for line records. by jimblandy@gmail.com · 15 years ago
  71. 515f92c Remove warnings about uninitialized fields. by jimblandy@gmail.com · 15 years ago
  72. 23c364a Fix for http://breakpad.appspot.com/18009 - run dump_syms on both PPC & i386 machines correctly, and process STABS/DWARF information in the same binary by nealsid · 15 years ago
  73. 0eb52ff Use ctsdio streams for dump_syms for significant speedup. Also contains a makefile fix to build in 32-bit mode, even on 64-bit systems. by nealsid · 15 years ago
  74. 2a46983 Fix up warnings when building http_upload.cc. Changed warning level to /W4, and also turned off deprecated 64-bit compatability warning flag(since some people are regularly building Breakpad in 64-bit mode, if we turn off this flag we get rid of a warning in 32 bit mode under VS2008) by nealsid · 15 years ago
  75. a3d4c97 Incorporate feedback from first Breakpad integration. by nealsid · 15 years ago
  76. 3ebdb1b Open sourcing the Breakpad framework from Google. by nealsid · 15 years ago
  77. 0abe34c issue 305 - breakpad Linux handler doesn't build with compiler built from latest GCC sources. Trivial patch by Jim Blandy by ted.mielczarek · 15 years ago
  78. 3366749 Fix for issue 304: symupload needs to support timeout specifications(wininet can timeout when sending large symbol files). by nealsid · 15 years ago
  79. 4af5fe0 Fix build breaks on Solaris using Sun Studio. by nealsid · 15 years ago
  80. e1a7efc See https://bugzilla.mozilla.org/show_bug.cgi?id=397200 by nealsid · 16 years ago
  81. cadc8dd Issue 294: mmap error checking is not correct. R=Liu by nealsid · 16 years ago
  82. 3751b05 Issue 283 - DWARF dumper doesn't handle DW_AT_specification. r=nealsid by ted.mielczarek · 16 years ago
  83. d3441c2 Issue 284 - DWARF dumper doesn't output function names including arguments. r=nealsid by ted.mielczarek · 16 years ago
  84. 7837cb7 issue 286 - clean up some demangling code in dump_syms.mm. r=chris rogers by ted.mielczarek · 16 years ago
  85. af553e2 follow up for issue 281 - dump_syms fails to find dylib symbol file inside of a bundle. handle files without an extension properly by ted.mielczarek · 16 years ago
  86. 7b8eb04 issue 281 - dump_syms fails to find dylib symbol file inside of a bundle. r=nealsid by ted.mielczarek · 16 years ago
  87. 5f27d91 Followup to address some review comments from Issue 259 by ted.mielczarek · 16 years ago
  88. 324d84c Issue 259 - crash when generating large .sym files with dump_syms on Linux. Patch by login_ing@yahoo.com, r=Liu Li by ted.mielczarek · 16 years ago
  89. c85fb04 Fix for dump_syms to ignore line number information for addresses that don't have an enclosing function by nealsid · 16 years ago
  90. 32441cc Issue 181: Add version info for Mac OS X modules. Found by iterating over load commands until I found LC_ID_DYLIB. Also modified crash_report to generate version number. Also added suspend/resume capability to exception handler, necessary because exception handling can behave strangely across fork() calls. Also added fix for filtering out functions with no line number information, and for filtering out some multiple inheritance glue the compiler generates. by nealsid · 16 years ago
  91. 1de7076 Fix for DWARF processing when inline functions were encountered. Inline functions were part of the debugging information as sequential in the PC range of the function but the source file was where the function was written(as you might expect). However the old dump_syms code, once it switched files as it was iterating over a range of addresses, never switched back, causing inline functions to cause all file numbers for addresses after the PC of the inline function to be wrong by nealsid · 16 years ago
  92. cb4aa6b Added DWARF support to Breakpad client. Thanks to Google for open sourcing their DWARF code! by nealsid · 16 years ago
  93. b91bb88 Fix to ignore source files that have a text address of 0 in their stabs entry by nealsid · 16 years ago
  94. dd2ff4a issue 223 - Fixes for SOlaris handler during integration with Firefox. patch by Alfred Peng, r=mento,me by ted.mielczarek · 16 years ago
  95. 2c2ae28 issue 238 - missing includes compiling with gcc 4.3. patch by taras glek, r=me by ted.mielczarek · 16 years ago
  96. c1e0783 Use swprintf_s for VC8 or newer. r=mento by ted.mielczarek · 17 years ago
  97. b801cd6 Fix issue 235, properly handling included(inlined) code. by luly81 · 17 years ago
  98. e8eafaa slight fixup from issue 225 by ted.mielczarek · 17 years ago
  99. 68b4798 Issue 225 - dynamically load libcurl in http_upload. patch by Andrew Schultz <ajschult@verizon.net>, r=Liu Li by ted.mielczarek · 17 years ago
  100. bbd9b47 The string buffer lengths in a URL_COMPONENTS structure are in TCHARs, so by mmentovai · 17 years ago