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. b80b13f Breakpad Linux symbol dumper: Remove unneeded objects from test executables by ted.mielczarek · 14 years ago
  11. f16fbd5 Breakpad CFI parser: Add unit tests to XCode project. by ted.mielczarek · 14 years ago
  12. 6869f2e Breakpad DWARF CFI parser: Use the proper type for offsets in CallFrameInfo::Rule subclasses. by ted.mielczarek · 14 years ago
  13. 1adc07f Breakpad Mac symbol dumper: Unify with Linux dumper; support DWARF CFI. by ted.mielczarek · 14 years ago
  14. 9c1e16e Breakpad DWARF support: Stop #including unneeded headers. by ted.mielczarek · 14 years ago
  15. bd0a7f9 Breakpad DWARF support: Check for DWARF line info under Mac OS X section names. by ted.mielczarek · 14 years ago
  16. 75ce593 Breakpad Mac dumper: Change the dumper to be more C++-ish. by ted.mielczarek · 14 years ago
  17. 35c41e0 Breakpad Mac symbol dumper: Add new Mach-O reader class. by ted.mielczarek · 14 years ago
  18. 8ffb12e Convert files in .nib format to .xib format. by mark@chromium.org · 14 years ago
  19. e4cc9b1 Fix test breakage caused by my last checkin :-( by nealsid · 14 years ago
  20. 4f182c7 Add access violation detail for windows (read/write/dep). Add stack buffer overrun and heap corruption exceptions for windows. Additional detail requested to improve Chrome crash analysis by nealsid · 14 years ago
  21. 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
  22. 8e3c63b Remove LOG statements from linux utilities so there's no dependency on log library by nealsid · 14 years ago
  23. b0059c5 Issue 384 - UnregisterWait error handling is incorrect. Patch by Benjamin Smedberg <benjamin@smedbergs.us>, r=doshimun at http://breakpad.appspot.com/107001 by ted.mielczarek · 14 years ago
  24. 0b54af4 Patch from Vitaly to remove synchronization and make exception handling code single-threaded by nealsid · 14 years ago
  25. 4abf9d9 Updated binaries to use a statically linked CRT by nealsid · 14 years ago
  26. 7b106e3 Changed two files end-line to make it work better with GYP. They were DOS (CR/LF), now they are UNIX (CR). by hansl@google.com · 14 years ago
  27. 951583a Fix for uninitialized variable in basic_source_line_resolver.cc by nealsid · 14 years ago
  28. bcf885c Added a death test for the pure virtual function call. by hansl@google.com · 14 years ago
  29. 8cf0a52 Moved exception_handler_test to the more aptly named exception_handler_death_test. It doesn't test anything else than death and exit. by hansl@google.com · 14 years ago
  30. 7d0d107 Adding prebuilt dump_syms.exe. by nealsid · 14 years ago
  31. 3d0b3be This checkin of the binaries was created by refresh_binaries.bat. by nealsid · 14 years ago
  32. 6bc523c Changes to fix build warnings on newer versions of GCC, and a fix to not try to open certain mapped files. by nealsid · 14 years ago
  33. 297b1e5 Copied minidump_test.cc from chrome_frame (see http://src.chromium.org/viewvc/chrome/trunk/src/chrome_frame/crash_reporting/minidump_test.cc). by hansl@google.com · 14 years ago
  34. f6163f1 Breakpad Mac dumper: Clean up XCode project file. by jimblandy · 14 years ago
  35. 073a7f6 Breakpad unit tests: Add support for clipped-size null-terminated strings by jimblandy · 14 years ago
  36. 52a508d Breakpad Mac Dumper: Fix compilation warnings on OS X 10.6 by jimblandy · 14 years ago
  37. 25b512d Breakpad symbol dumper: Promise that Module::SetLoadAddress can be called at any time. by jimblandy · 14 years ago
  38. 775c6f7 Breakpad Linux dumper: Handle STABS-in-symbol-table, and line number records outside functions. by jimblandy · 14 years ago
  39. d3e4bbb Breakpad STABS parser: Use a test fixture in StabsReader unit tests. by jimblandy · 14 years ago
  40. deb500f Breakpad STABS reader: Properly compute function end addresses. by jimblandy · 14 years ago
  41. b28be12 Breakpad Linux dumper: Rename DumpStabsHandler to StabsToModule. by jimblandy · 14 years ago
  42. b0ec96c Breakpad Linux dumper: Make StabsReader independent of endianness and word size. by jimblandy · 14 years ago
  43. 6c97801 Breakpad symbol dumper: Define the ByteBuffer and ByteCursor classes. by jimblandy · 14 years ago
  44. ffedcd4 Replacing solutions with gyp files. Moving tests for windows clients in unittests. by hansl@google.com · 14 years ago
  45. eee511f Fix dependency on Visual C++ 9 introduced by revision 557. by nealsid · 14 years ago
  46. 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
  47. 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
  48. f2dfb88 Fix include paths to be consistent with rest of project by nealsid · 14 years ago
  49. 56e7a3c Breakpad Linux Dumper: Have DumpStabsHandler free accumulated functions if Finalize is not called by jimblandy · 14 years ago
  50. 504280a Breakpad Dumper: Move CFI register names to DwarfCFIToModule class. by jimblandy · 14 years ago
  51. 865df5a Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/common. by jimblandy · 14 years ago
  52. d5b689e Patch from Zhurun to fix build breaks in gcc 4.4.1 by nealsid · 14 years ago
  53. 089003b Breakpad processor: Work around overload resolution problems in stream pos_type comparisons by jimblandy · 14 years ago
  54. 1e73bad Breakpad stack walker: remove embedded newlines from module names. by jimblandy · 14 years ago
  55. a62dc27 Mac now takes response code into account when determining success of a symupload. by jessicag.feedback@gmail.com · 14 years ago
  56. b223627 provide a network source line resolver + server. r=mark,jimb at http://breakpad.appspot.com/36001 by ted.mielczarek · 14 years ago
  57. c0ec51a Include what you use. by mmentovai · 14 years ago
  58. 8785524 Breakpad symbol dumper: Move Linux dumping classes into src/common. by jimblandy · 14 years ago
  59. 9e6b619 Breakpad Linux Dumper: Disable warnings about unpaired functions and lines by default. by jimblandy · 14 years ago
  60. 5c27539 Add gettimeofday to linux_syscall_support.h by mmentovai · 14 years ago
  61. b34b1d8 Breakpad Linux dumper: Use the correct section's base address. by jimblandy · 14 years ago
  62. 2a18f06 Breakpad Linux dumper: Generate make dependencies on header files automatically. by jimblandy · 14 years ago
  63. a0aca73 Breakpad Linux dumper: Include filename in error messages. by jimblandy · 14 years ago
  64. 608d142 Breakpad DWARF parser: correct comments regarding dynamic_cast. by jimblandy · 14 years ago
  65. 00dbb73 Breakpad Linux dumper: Make changes requested by Neal Sidhwaney in issue 59002. by jimblandy · 14 years ago
  66. f331983 [ Mistakenly committed older version of patch. This is the right one. ] by jimblandy · 14 years ago
  67. b68b800 Breakpad Linux client: Simplify VerifyStackReadWithMultipleThreads unit test. by jimblandy · 14 years ago
  68. 18dd9d0 Fix HandleInvalidParameter to provide a locally created exception record for the minidump. by siggi@chromium.org · 14 years ago
  69. 43135e6 Add omitted newline to warning message in StabsReader::SymbolString. by jimblandy · 14 years ago
  70. e7e1e1e Breakpad processor: Support AMD64 stack unwinding driven by DWARF CFI. by jimblandy · 14 years ago
  71. c609f47 Breakpad: Support DWARF CFI-driven stack walking on ARM. by jimblandy · 14 years ago
  72. a76aaa1 Breakpad Linux dumper: Parse the .eh_frame section. by jimblandy · 14 years ago
  73. 0de9f43 Breakpad DWARF parser: Add support for parsing .eh_frame encoded pointers. by jimblandy · 14 years ago
  74. 3e768ed Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records. by jimblandy · 14 years ago
  75. 6d3a825 Breakpad: Add minidump processor support for DWARF Call Frame Information. by jimblandy · 14 years ago
  76. a7eb232 Breakpad processor: Unit tests for StackwalkerX86. by jimblandy · 14 years ago
  77. 9244496 Breakpad Processor: Add new unit tests for google_breakpad::Minidump by jimblandy · 14 years ago
  78. 5431f41 add missing <string> include from r541 by ted.mielczarek · 14 years ago
  79. 19374d2 Fix to cache NOT_FOUND results from symbol supplier on a per-minidump basis by nealsid · 14 years ago
  80. 81aadb9 Breakpad Linux dumper: Tolerate STABS data from code linked with --gc-sections. by jimblandy · 14 years ago
  81. 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
  82. 841ad48 Breakpad Linux symbol dumper: Handle programs linked with --gc-sections. by jimblandy · 14 years ago
  83. 5cf2e76 Breakpad processor: Support negative literals in the postfix evaluator. by jimblandy · 14 years ago
  84. 19d77e0 Breakpad Linux dumper: Add missing newlines to error messages. by jimblandy · 14 years ago
  85. d6fb5a7 Breakpad Linux dumper: Record AbstractOrigin entries for all DIEs that need them. by jimblandy · 15 years ago
  86. 6de1b75 Breakpad Linux dumper: Compare section names correctly. by jimblandy · 15 years ago
  87. 89f1396 Breakpad DWARF parser: Expand comments for ByteReader class. by jimblandy · 15 years ago
  88. dd5067f Linux DWARF reader: Follow DW_AT_abstract_origin links to find function names. by jimblandy · 15 years ago
  89. 952f3c7 Breakpad Linux dumper: Don't be silly about global functions. by jimblandy · 15 years ago
  90. c50e7c6 Breakpad Linux dumper: Add file comments as required by the style guide. by jimblandy · 15 years ago
  91. 83e085b Breakpad: Update copyright notice years on all files changed in 2010. by jimblandy · 15 years ago
  92. bad560b Print ARM register values in minidump_stackwalk. r=nealsid at http://breakpad.appspot.com/57002 by ted.mielczarek · 15 years ago
  93. 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
  94. bd76cd0 Breakpad processor: Move STACK WIN record parsing into its own function. by jimblandy · 15 years ago
  95. 2b48a6a Breakpad processor: Give Windows stack data Windows-specific names. by jimblandy · 15 years ago
  96. 7f14556 Breakpad processor: Segregate STACK WIN vs. traditional stack walking. by jimblandy · 15 years ago
  97. 89e07bf Breakpad processor: Support evaluating a postfix expression to produce a value. by jimblandy · 15 years ago
  98. 6a9ffff Breakpad x86 Stack Walker: Pass "out" parameters by address, not reference. by jimblandy · 15 years ago
  99. 2214cb9 Breakpad processor: Make PostfixEvaluator treat the MemoryRegion as const. by jimblandy · 15 years ago
  100. e87521a Breakpad processor: Save Windows unwinding data earlier in x86 walker. by jimblandy · 15 years ago