1. dbf409c Make programs in src/tools/linux build via the automake build system by ted.mielczarek · 13 years ago
  2. b7fdc73 Add module_serializer.cc to libbreakpad.a. Not sure why it wasn't there in the first place. Trivial patch, landing without review. by ted.mielczarek · 14 years ago
  3. 41f998f FastSourceLineResolver implementation for optimization purpose. by SiyangXie@gmail.com · 14 years ago
  4. 08730fc Add static version of map wrappers and corresponding serializers. by SiyangXie@gmail.com · 14 years ago
  5. 5b117cf Refactor source line resolver, add interface in supplier and resolver. by SiyangXie@gmail.com · 14 years ago
  6. d192a71 ditch libtool, only build static libs by ted.mielczarek · 14 years ago
  7. e574a2a add a --disable-processor configure arg to skip building processor libs and just build client libs by ted.mielczarek · 14 years ago
  8. 2b4274a Added libdisasm to the repository. This library is no longer under development so there by cdn@chromium.org · 14 years ago
  9. 82a0188 add top_srcdir/src to CPPFLAGS for all unittests to fix compilation of unittests when configuring outside the srcdir by ted.mielczarek · 14 years ago
  10. 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
  11. cec1287 Added the base exploitability module for windows. This only adds the very basic exception type based analysis for now. by cdn@chromium.org · 14 years ago
  12. 378e28e Add StaticMap implementation and unittest to breakpad. by SiyangXie@gmail.com · 14 years ago
  13. efa30c1 Write a window of memory around the instruction pointer from the crashing thread to the minidump on Linux. by ted.mielczarek · 14 years ago
  14. 53a8b1a Issue 378 - Don't compile Linux client libraries on non-Linux systems by ted.mielczarek · 14 years ago
  15. 34d3a2e Update Makefile.am from r662 (which only updated Makefile.in) by ted.mielczarek · 14 years ago
  16. 8d2c518 Patch from CDN to add support for an exploitability engine by nealsid · 14 years ago
  17. 865df5a Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/common. by jimblandy · 14 years ago
  18. b223627 provide a network source line resolver + server. r=mark,jimb at http://breakpad.appspot.com/36001 by ted.mielczarek · 14 years ago
  19. e7e1e1e Breakpad processor: Support AMD64 stack unwinding driven by DWARF CFI. by jimblandy · 14 years ago
  20. c609f47 Breakpad: Support DWARF CFI-driven stack walking on ARM. by jimblandy · 14 years ago
  21. 6d3a825 Breakpad: Add minidump processor support for DWARF Call Frame Information. by jimblandy · 14 years ago
  22. a7eb232 Breakpad processor: Unit tests for StackwalkerX86. by jimblandy · 14 years ago
  23. 9244496 Breakpad Processor: Add new unit tests for google_breakpad::Minidump by jimblandy · 14 years ago
  24. 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
  25. 71f7580 Breakpad: Require Automake 1.11.1. by jimblandy · 15 years ago
  26. 83e085b Breakpad: Update copyright notice years on all files changed in 2010. by jimblandy · 15 years ago
  27. dc4029a Regenerate using automake-1.11.1, autoconf 2.65, and libtool 2.2.6b, by jimblandy · 15 years ago
  28. b64d76a Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'WindowsFrameInfo'. by jimblandy · 15 years ago
  29. 92b1f83 Breakpad: Regenerate build files with latest versions of autotools. by jimblandy · 15 years ago
  30. 1adb184 fix a badly-applied patch, and also re-run automake which I forgot to do by ted.mielczarek · 15 years ago
  31. 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
  32. e328c2d Updated autoconf build files, and fixed externals dependency at revision 158(current as of 5/28) by nealsid · 15 years ago
  33. b56cfa0 Add more error information to minidump processing return code. Also added dependency on google test, and modified minidump processing unit tests to use google test by nealsid · 15 years ago
  34. 8eb7111 Issue 196 - Breakpad processor support for x86-64. r=mento by ted.mielczarek · 17 years ago
  35. 68004c8 Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=me by mmentovai · 17 years ago
  36. 13f0b26 Update EXTRA_DIST for packaging. by mmentovai · 17 years ago
  37. ea2bba9 Add SPARC/Solaris support to client handler and processor (#201, 200). by mmentovai · 17 years ago
  38. 2e0e223 Allow building with -pedantic (#186). r=ted.mielczarek by mmentovai · 17 years ago
  39. 65571f1 Add logging to minidump processor (#82). Part 2: add messages to the rest of by mmentovai · 17 years ago
  40. af3c43f Add logging to minidump processor (#82). First part: logging infrastructure by mmentovai · 17 years ago
  41. e5dc608 Rename Airbag to Breakpad. by mmentovai · 18 years ago
  42. d986a54 Add module list to machine-readable minidump_stackwalk output (#119). by mmentovai · 18 years ago
  43. 97d392d Communicate OS and CPU to SymbolSupplier (#107). r=bryner by mmentovai · 18 years ago
  44. fd38d48 Add an abstract interface to SourceLineResolver, and allow any implementation by bryner · 18 years ago
  45. db3342a Module API (#32). r=waylonis, bryner by mmentovai · 18 years ago
  46. fe82bf2 Move headers for exported interfaces into src/google_airbag (#51). r=bryner by mmentovai · 18 years ago
  47. c34850a minidump_stackwalk should use MinidumpProcessor (#64). r=bryner by mmentovai · 18 years ago
  48. e5468b8 MinidumpProcessor should process all threads (#35). r=bryner by mmentovai · 18 years ago
  49. 2466d8e Replace auto_ptr with scoped_ptr (#56). r=bryner by mmentovai · 18 years ago
  50. 2fc823f Add PUBLIC support to SourceLineResolver (resolve function names in Windows by mmentovai · 18 years ago
  51. 246f406 Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker. by mmentovai · 18 years ago
  52. fc1c78e Handle frame pointer omission (#21), part 3: SourceLineResolver and PDBSourceLineWriter changes. r=bryner. by mmentovai · 18 years ago
  53. 0dbedc9 Better testing for Stackwalker (#18). r=bryner by mmentovai · 18 years ago
  54. 960e527 ppc stackwalker (#30). r=bryner by mmentovai · 18 years ago
  55. b934bb9 Handle frame pointer omission (#21), part 2: PostfixEvaluator. r=bryner. by mmentovai · 18 years ago
  56. 7daf246 Relicense to BSD (#29). r=bryner by mmentovai · 18 years ago
  57. 8c2a4de Handle frame pointer omission (#21), part 1: ContainedRangeMap. r=bryner. by mmentovai · 18 years ago
  58. cce3492 Get rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessor by bryner · 18 years ago
  59. cb9fd5b Make SourceLineResolver use RangeMap (#13). r=bryner by mmentovai · 18 years ago
  60. d5e6638 Add support to the StackWalker for resolving symbols, using a by bryner · 18 years ago
  61. 213800d Initial implementation of x86 stackwalker (#9). r=bryner by mmentovai · 18 years ago
  62. 3261e8b Initial implementation of minidump reader (#6). r=bryner by mmentovai · 18 years ago
  63. 07f8ef5 Change header paths and include guards to be relative to the "src" directory. r=mmentovai. by bryner · 18 years ago
  64. 425d256 Make build system less annoying (#8) r=bryner by mmentovai · 18 years ago
  65. cb91a2f Initial import, which includes the Windows client-side dump_syms tool, and by bryner · 18 years ago