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