1. 3e768ed Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records. by jimblandy · 14 years ago
  2. 6d3a825 Breakpad: Add minidump processor support for DWARF Call Frame Information. by jimblandy · 14 years ago
  3. a7eb232 Breakpad processor: Unit tests for StackwalkerX86. by jimblandy · 14 years ago
  4. 9244496 Breakpad Processor: Add new unit tests for google_breakpad::Minidump by jimblandy · 14 years ago
  5. 5431f41 add missing <string> include from r541 by ted.mielczarek · 14 years ago
  6. 19374d2 Fix to cache NOT_FOUND results from symbol supplier on a per-minidump basis by nealsid · 14 years ago
  7. 81aadb9 Breakpad Linux dumper: Tolerate STABS data from code linked with --gc-sections. by jimblandy · 14 years ago
  8. 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
  9. 841ad48 Breakpad Linux symbol dumper: Handle programs linked with --gc-sections. by jimblandy · 14 years ago
  10. 5cf2e76 Breakpad processor: Support negative literals in the postfix evaluator. by jimblandy · 14 years ago
  11. 19d77e0 Breakpad Linux dumper: Add missing newlines to error messages. by jimblandy · 15 years ago
  12. d6fb5a7 Breakpad Linux dumper: Record AbstractOrigin entries for all DIEs that need them. by jimblandy · 15 years ago
  13. 6de1b75 Breakpad Linux dumper: Compare section names correctly. by jimblandy · 15 years ago
  14. 89f1396 Breakpad DWARF parser: Expand comments for ByteReader class. by jimblandy · 15 years ago
  15. 71f7580 Breakpad: Require Automake 1.11.1. by jimblandy · 15 years ago
  16. dd5067f Linux DWARF reader: Follow DW_AT_abstract_origin links to find function names. by jimblandy · 15 years ago
  17. 952f3c7 Breakpad Linux dumper: Don't be silly about global functions. by jimblandy · 15 years ago
  18. c50e7c6 Breakpad Linux dumper: Add file comments as required by the style guide. by jimblandy · 15 years ago
  19. 83e085b Breakpad: Update copyright notice years on all files changed in 2010. by jimblandy · 15 years ago
  20. bad560b Print ARM register values in minidump_stackwalk. r=nealsid at http://breakpad.appspot.com/57002 by ted.mielczarek · 15 years ago
  21. 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
  22. bd76cd0 Breakpad processor: Move STACK WIN record parsing into its own function. by jimblandy · 15 years ago
  23. 2b48a6a Breakpad processor: Give Windows stack data Windows-specific names. by jimblandy · 15 years ago
  24. 7f14556 Breakpad processor: Segregate STACK WIN vs. traditional stack walking. by jimblandy · 15 years ago
  25. 89e07bf Breakpad processor: Support evaluating a postfix expression to produce a value. by jimblandy · 15 years ago
  26. 6a9ffff Breakpad x86 Stack Walker: Pass "out" parameters by address, not reference. by jimblandy · 15 years ago
  27. 2214cb9 Breakpad processor: Make PostfixEvaluator treat the MemoryRegion as const. by jimblandy · 15 years ago
  28. e87521a Breakpad processor: Save Windows unwinding data earlier in x86 walker. by jimblandy · 15 years ago
  29. e53e6af Breakpad Linux dumper: Recognize more processor architectures. by jimblandy · 15 years ago
  30. dc4029a Regenerate using automake-1.11.1, autoconf 2.65, and libtool 2.2.6b, by jimblandy · 15 years ago
  31. 3e60d65 Breakpad Linux Dumper: Rename structure members to follow the Google C++ Style Guide. by jimblandy · 15 years ago
  32. 1ac84da Breakpad DWARF parser: Add method to read DWARF "Initial length". by jimblandy · 15 years ago
  33. 03ebc1d Breakpad processor: Fix function and public symbol lookup. by jimblandy · 15 years ago
  34. 384b1c7 Breakpad Linux symbol dumper: Don't disable asserts. by jimblandy · 15 years ago
  35. 97f1da4 Breakpad processor: Have RetrieveNearestRange correctly return range extent. by jimblandy · 15 years ago
  36. 057aa1f Breakpad Linux Dumper: Add DWARF support. by jimblandy · 15 years ago
  37. 32d1b28 Typo: "An" -> "A". by jimblandy · 15 years ago
  38. bc64ee9 Breakpad DWARF Parser: Improved DWARF-processing interface. by jimblandy · 15 years ago
  39. 8bfcc26 Breakpad DWARF Reader: Change LineInfoHandler::AddLine to provide the line's length. by jimblandy · 15 years ago
  40. e15bffe Breakpad DWARF Reader: Also look for DWARF in sections with the proper names. by jimblandy · 15 years ago
  41. f4a106d Add new file missed in r490. by jimblandy · 15 years ago
  42. 2684b4d Breakpad processor: Don't pass Windows stack walking information to all walkers. by jimblandy · 15 years ago
  43. 5251e64 Breakpad Linux dumper: STABS reader incorrectly assumes a single compilation unit by jimblandy · 15 years ago
  44. 7b87322 Linux Breakpad Dumper: support running unit tests under valgrind or other wrapper programs. by jimblandy · 15 years ago
  45. eef5ccc Breakpad processor: Opening a map file is not an error. by jimblandy · 15 years ago
  46. cf55ca5 Breakpad: Fix Emacs mode settings mingled with copyright notice text. by jimblandy · 15 years ago
  47. e7b2043 Move file_id.cc from test_src to lib_src A=nealsid R=ted.mielczarek by nealsid · 15 years ago
  48. 330ca2f Google Breakpad DWARF reader: Add a handler function for DIE references. by jimblandy · 15 years ago
  49. 0441036 Breakpad: Avoid warnings building with G++ 4.4.1 using -O3 -Wall. by jimblandy · 15 years ago
  50. e9faf54 Issue 49013: Breakpad Processor: Use a separate API to retrieve Windows stack debugging info. by jimblandy · 15 years ago
  51. 5b787b1 Breakpad DWARF Reader: Add DWARF language enumeration values. by jimblandy · 15 years ago
  52. 2832dc0 Patch from Kris Rambish to keep memory usage flat when processing a directory full of minidump files by nealsid · 15 years ago
  53. c65d3e6 INclude stackwalker_arm.{cc,h} in crash_report build by nealsid · 15 years ago
  54. 718478d Fix solaris build break by nealsid · 15 years ago
  55. 910f68a Make Mac comment and email text field placeholders localizable. r=nealsid by stuart.morgan · 15 years ago
  56. 6f50ca3 Add email mapping for Socorro. r=nealsid by stuart.morgan · 15 years ago
  57. b64d76a Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'WindowsFrameInfo'. by jimblandy · 15 years ago
  58. 92b1f83 Breakpad: Regenerate build files with latest versions of autotools. by jimblandy · 15 years ago
  59. 5ebd650 Breakpad processor: Use unsigned constants in comparisons, to quiet compiler warnings. by jimblandy · 15 years ago
  60. 0468306 Breakpad Linux Dumper: Fix up comments in google_breakpad::Module interface. by jimblandy · 15 years ago
  61. c823931 Issue 49003: Breakpad Linux Dumper: Add unit tests for STABS dumper. by jimblandy · 15 years ago
  62. 52cb2c6 Breakpad Linux dumper: Add unit tests for google_breakpad::Module. by jimblandy · 15 years ago
  63. 6ed5383 Breakpad Linux Dumper: Use proper sizes and radixes when writing Breakpad symbol files. by jimblandy · 15 years ago
  64. 5a6e1d3 Breakpad Linux dumper: move DumpStabsHandler into its own file, for testing. by jimblandy · 15 years ago
  65. 9f211b4 fix compilation on 64-bit, followup from issue 357 by ted.mielczarek · 15 years ago
  66. 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
  67. 1adb184 fix a badly-applied patch, and also re-run automake which I forgot to do by ted.mielczarek · 15 years ago
  68. 9276b0d Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011 by ted.mielczarek · 15 years ago
  69. 7a77f45 Breakpad DWARF parser: Fix up documentation for DWARF reader classes. by jimblandy@gmail.com · 15 years ago
  70. e4ffacd Fix build break for 64-bit compilation. A=Gregory Dardyk R=nealsid by nealsid · 15 years ago
  71. f7f9dfc by brdevmn · 15 years ago
  72. 5fb436d Issue 41004: Breakpad DWARF parser: fixes to compile without warnings under GNU C++ 4.3.3. by jimblandy@gmail.com · 15 years ago
  73. 315c4f6 Issue 41003: Breakpad DWARF parser: Include <cstdio>, since we use it by jimblandy@gmail.com · 15 years ago
  74. bdd7ca5 Issue 42002: Breakpad DWARF parser: avoid using <stdint.h> type by jimblandy@gmail.com · 15 years ago
  75. 0746626 Issue 42001: Breakpad Linux Dumper: remove compilation warnings in guid_creator.cc. by jimblandy@gmail.com · 15 years ago
  76. 4969cfc Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent directory. by jimblandy@gmail.com · 15 years ago
  77. 08fecb2 Issue 26001: Linux dumper: fix comments in STABS reader by jimblandy@gmail.com · 15 years ago
  78. 7f941f9 Linux dumper: Add unit tests for google_breakpad::StabsReader. by jimblandy@gmail.com · 15 years ago
  79. 0397da8 Issue 25003: Linux dumper: Fix infinite loop in stabs parser. by jimblandy@gmail.com · 15 years ago
  80. bb846bd Issue 25002: Linux symbol dumper: Require STABS consumers to provide a Warning member. by jimblandy@gmail.com · 15 years ago
  81. 1c9c056 Issue 39001: Breakpad Linux dumper: Refactor Makefile. by jimblandy@gmail.com · 15 years ago
  82. 9dcc03f Mozilla bug 532713 - OS X client code doesn't decoded extended family ids in CPU info. Patch by Jeff Muizelaar <jmuizelaar@mozilla.com>, r=me by ted.mielczarek · 15 years ago
  83. bb61886 Fix some build warnings by nealsid · 15 years ago
  84. 0cbd50c Allow Minidump class to be instantiated with stream instead of file. r=mark at http://breakpad.appspot.com/46001 by ted.mielczarek · 15 years ago
  85. d95a88c remove trailing comma from enum definition to make it compile with -pedantic by ted.mielczarek · 15 years ago
  86. 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
  87. 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
  88. b1f271a remove empty file, leftover from r384 by ted.mielczarek · 15 years ago
  89. 0314e48 issue 170 - Report assertion type in minidump_stackwalk output. r=mark at http://breakpad.appspot.com/45001 by ted.mielczarek · 15 years ago
  90. 096992f Upstreaming several patches from Chrome: by nealsid · 15 years ago
  91. 8730648 don't output duplicate filenames in PDBSourceLineWriter. r=mark at http://breakpad.appspot.com/43001 by ted.mielczarek · 15 years ago
  92. 927cc8f output function names for PGO-optimized cold function blocks. r=mark at http://breakpad.appspot.com/40007 by ted.mielczarek · 15 years ago
  93. 2712a8c Forward exceptions in child processes to Apple's Crash Reporter by nealsid · 15 years ago
  94. ebebd0f Always export catch_exception_raise. by mmentovai · 15 years ago
  95. 0e76d1f Fix when walking stack when no module list is present and the return address has to be by nealsid · 15 years ago
  96. 96c6963 Fixed style error by jschuh@chromium.org · 15 years ago
  97. 5f4fa55 Issue 35001: Fallback to Thread Context on bad Exception Context by jschuh@chromium.org · 15 years ago
  98. a304315 Allow the Breakpad Mac framework to be built without -fexceptions. by mmentovai · 15 years ago
  99. cb33b20 Raise minidump processing limits by nealsid · 15 years ago
  100. e4be54e Issue 32002: Breakpad DWARF parser: Update char decls to be signed by jimblandy@gmail.com · 15 years ago