1. 69607b6 Remove NetworkSourceLine{Resolver,Server} and related code. It never wound up being useful enough to use in production, so let's drop the maintenence burden by ted.mielczarek · 13 years ago
  2. 3ca4a12 Add some unit tests for Linux WriteSymbolFile by ted.mielczarek · 13 years ago
  3. b2f96f3 Dump PUBLIC + CFI records from libraries without debug info on Linux, use .dynsym for symbol names if there are no usable debug symbols. by ted.mielczarek · 13 years ago
  4. dbf409c Make programs in src/tools/linux build via the automake build system by ted.mielczarek · 13 years ago
  5. 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 · 13 years ago
  6. 41f998f FastSourceLineResolver implementation for optimization purpose. by SiyangXie@gmail.com · 14 years ago
  7. 08730fc Add static version of map wrappers and corresponding serializers. by SiyangXie@gmail.com · 14 years ago
  8. 5b117cf Refactor source line resolver, add interface in supplier and resolver. by SiyangXie@gmail.com · 14 years ago
  9. d192a71 ditch libtool, only build static libs by ted.mielczarek · 14 years ago
  10. e574a2a add a --disable-processor configure arg to skip building processor libs and just build client libs by ted.mielczarek · 14 years ago
  11. 2b4274a Added libdisasm to the repository. This library is no longer under development so there by cdn@chromium.org · 14 years ago
  12. 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
  13. 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
  14. 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
  15. 378e28e Add StaticMap implementation and unittest to breakpad. by SiyangXie@gmail.com · 14 years ago
  16. 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
  17. 53a8b1a Issue 378 - Don't compile Linux client libraries on non-Linux systems by ted.mielczarek · 14 years ago
  18. 34d3a2e Update Makefile.am from r662 (which only updated Makefile.in) by ted.mielczarek · 14 years ago
  19. 865df5a Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/common. by jimblandy · 14 years ago
  20. b223627 provide a network source line resolver + server. r=mark,jimb at http://breakpad.appspot.com/36001 by ted.mielczarek · 14 years ago
  21. e7e1e1e Breakpad processor: Support AMD64 stack unwinding driven by DWARF CFI. by jimblandy · 14 years ago
  22. c609f47 Breakpad: Support DWARF CFI-driven stack walking on ARM. by jimblandy · 14 years ago
  23. 6d3a825 Breakpad: Add minidump processor support for DWARF Call Frame Information. by jimblandy · 14 years ago
  24. a7eb232 Breakpad processor: Unit tests for StackwalkerX86. by jimblandy · 14 years ago
  25. 9244496 Breakpad Processor: Add new unit tests for google_breakpad::Minidump by jimblandy · 14 years ago
  26. 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
  27. b64d76a Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'WindowsFrameInfo'. by jimblandy · 15 years ago
  28. 9276b0d Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011 by ted.mielczarek · 15 years ago
  29. 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
  30. 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
  31. 8eb7111 Issue 196 - Breakpad processor support for x86-64. r=mento by ted.mielczarek · 17 years ago
  32. 68004c8 Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=me by mmentovai · 17 years ago
  33. 13f0b26 Update EXTRA_DIST for packaging. by mmentovai · 17 years ago
  34. ea2bba9 Add SPARC/Solaris support to client handler and processor (#201, 200). by mmentovai · 17 years ago
  35. 2e0e223 Allow building with -pedantic (#186). r=ted.mielczarek by mmentovai · 17 years ago
  36. 65571f1 Add logging to minidump processor (#82). Part 2: add messages to the rest of by mmentovai · 17 years ago
  37. af3c43f Add logging to minidump processor (#82). First part: logging infrastructure by mmentovai · 17 years ago
  38. e5dc608 Rename Airbag to Breakpad. by mmentovai · 17 years ago
  39. d986a54 Add module list to machine-readable minidump_stackwalk output (#119). by mmentovai · 17 years ago
  40. 97d392d Communicate OS and CPU to SymbolSupplier (#107). r=bryner by mmentovai · 18 years ago
  41. fd38d48 Add an abstract interface to SourceLineResolver, and allow any implementation by bryner · 18 years ago
  42. db3342a Module API (#32). r=waylonis, bryner by mmentovai · 18 years ago
  43. fe82bf2 Move headers for exported interfaces into src/google_airbag (#51). r=bryner by mmentovai · 18 years ago
  44. c34850a minidump_stackwalk should use MinidumpProcessor (#64). r=bryner by mmentovai · 18 years ago
  45. e5468b8 MinidumpProcessor should process all threads (#35). r=bryner by mmentovai · 18 years ago
  46. 2466d8e Replace auto_ptr with scoped_ptr (#56). r=bryner by mmentovai · 18 years ago
  47. 2fc823f Add PUBLIC support to SourceLineResolver (resolve function names in Windows by mmentovai · 18 years ago
  48. 246f406 Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker. by mmentovai · 18 years ago
  49. fc1c78e Handle frame pointer omission (#21), part 3: SourceLineResolver and PDBSourceLineWriter changes. r=bryner. by mmentovai · 18 years ago
  50. 0dbedc9 Better testing for Stackwalker (#18). r=bryner by mmentovai · 18 years ago
  51. 960e527 ppc stackwalker (#30). r=bryner by mmentovai · 18 years ago
  52. b934bb9 Handle frame pointer omission (#21), part 2: PostfixEvaluator. r=bryner. by mmentovai · 18 years ago
  53. 7daf246 Relicense to BSD (#29). r=bryner by mmentovai · 18 years ago
  54. 8c2a4de Handle frame pointer omission (#21), part 1: ContainedRangeMap. r=bryner. by mmentovai · 18 years ago
  55. cce3492 Get rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessor by bryner · 18 years ago
  56. cb9fd5b Make SourceLineResolver use RangeMap (#13). r=bryner by mmentovai · 18 years ago
  57. d5e6638 Add support to the StackWalker for resolving symbols, using a by bryner · 18 years ago
  58. 213800d Initial implementation of x86 stackwalker (#9). r=bryner by mmentovai · 18 years ago
  59. 3261e8b Initial implementation of minidump reader (#6). r=bryner by mmentovai · 18 years ago
  60. 07f8ef5 Change header paths and include guards to be relative to the "src" directory. r=mmentovai. by bryner · 18 years ago
  61. 425d256 Make build system less annoying (#8) r=bryner by mmentovai · 18 years ago
  62. cb91a2f Initial import, which includes the Windows client-side dump_syms tool, and by bryner · 18 years ago