| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace. | ted.mielczarek | 2011-11-18 | 1 | -2/+2 |
* | Remove NetworkSourceLine{Resolver,Server} and related code. It never wound up... | ted.mielczarek | 2011-07-07 | 1 | -105/+2 |
* | Add some unit tests for Linux WriteSymbolFile | ted.mielczarek | 2011-07-06 | 1 | -0/+3 |
* | Dump PUBLIC + CFI records from libraries without debug info on Linux, use .dy... | ted.mielczarek | 2011-07-06 | 1 | -0/+5 |
* | Make programs in src/tools/linux build via the automake build system | ted.mielczarek | 2011-02-28 | 1 | -1/+81 |
* | Add module_serializer.cc to libbreakpad.a. Not sure why it wasn't there in th... | ted.mielczarek | 2011-01-19 | 1 | -0/+2 |
* | FastSourceLineResolver implementation for optimization purpose. | SiyangXie@gmail.com | 2010-10-21 | 1 | -0/+28 |
* | Add static version of map wrappers and corresponding serializers. | SiyangXie@gmail.com | 2010-10-15 | 1 | -19/+89 |
* | Refactor source line resolver, add interface in supplier and resolver. | SiyangXie@gmail.com | 2010-10-07 | 1 | -0/+11 |
* | ditch libtool, only build static libs | ted.mielczarek | 2010-10-05 | 1 | -191/+183 |
* | add a --disable-processor configure arg to skip building processor libs and j... | ted.mielczarek | 2010-10-05 | 1 | -13/+30 |
* | Added libdisasm to the repository. This library is no longer under developmen... | cdn@chromium.org | 2010-10-01 | 1 | -3/+94 |
* | add top_srcdir/src to CPPFLAGS for all unittests to fix compilation of unitte... | ted.mielczarek | 2010-09-29 | 1 | -3/+18 |
* | Write a window of memory around the instruction pointer from the crashing thr... | ted.mielczarek | 2010-09-23 | 1 | -0/+1 |
* | Added the base exploitability module for windows. This only adds the very bas... | cdn@chromium.org | 2010-09-22 | 1 | -0/+6 |
* | Add StaticMap implementation and unittest to breakpad. | SiyangXie@gmail.com | 2010-09-20 | 1 | -0/+18 |
* | Write a window of memory around the instruction pointer from the crashing thr... | ted.mielczarek | 2010-09-17 | 1 | -2/+7 |
* | Issue 378 - Don't compile Linux client libraries on non-Linux systems | ted.mielczarek | 2010-08-31 | 1 | -3/+17 |
* | Update Makefile.am from r662 (which only updated Makefile.in) | ted.mielczarek | 2010-08-25 | 1 | -0/+6 |
* | Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/c... | jimblandy | 2010-04-27 | 1 | -15/+15 |
* | provide a network source line resolver + server. r=mark,jimb at http://breakp... | ted.mielczarek | 2010-04-08 | 1 | -7/+130 |
* | Breakpad processor: Support AMD64 stack unwinding driven by DWARF CFI. | jimblandy | 2010-03-16 | 1 | -0/+15 |
* | Breakpad: Support DWARF CFI-driven stack walking on ARM. | jimblandy | 2010-03-16 | 1 | -0/+15 |
* | Breakpad: Add minidump processor support for DWARF Call Frame Information. | jimblandy | 2010-03-16 | 1 | -0/+21 |
* | Breakpad processor: Unit tests for StackwalkerX86. | jimblandy | 2010-03-16 | 1 | -0/+15 |
* | Breakpad Processor: Add new unit tests for google_breakpad::Minidump | jimblandy | 2010-03-16 | 1 | -2/+35 |
* | ARM support, with some build system changes to support x86-64, arm, and i386 ... | nealsid | 2010-03-02 | 1 | -2/+52 |
* | Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window... | jimblandy | 2009-12-23 | 1 | -1/+1 |
* | Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011 | ted.mielczarek | 2009-12-19 | 1 | -0/+5 |
* | Allow Minidump class to be instantiated with stream instead of file. r=mark a... | ted.mielczarek | 2009-12-09 | 1 | -0/+16 |
* | Add more error information to minidump processing return code. Also added de... | nealsid | 2009-05-29 | 1 | -1/+8 |
* | Issue 196 - Breakpad processor support for x86-64. r=mento | ted.mielczarek | 2007-10-31 | 1 | -0/+5 |
* | Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=me | mmentovai | 2007-09-28 | 1 | -6/+16 |
* | Update EXTRA_DIST for packaging. | mmentovai | 2007-09-26 | 1 | -3/+50 |
* | Add SPARC/Solaris support to client handler and processor (#201, 200). | mmentovai | 2007-09-26 | 1 | -0/+6 |
* | Allow building with -pedantic (#186). r=ted.mielczarek | mmentovai | 2007-05-31 | 1 | -0/+1 |
* | Add logging to minidump processor (#82). Part 2: add messages to the rest of | mmentovai | 2007-05-21 | 1 | -1/+15 |
* | Add logging to minidump processor (#82). First part: logging infrastructure | mmentovai | 2007-05-17 | 1 | -1/+10 |
* | Rename Airbag to Breakpad. | mmentovai | 2007-02-14 | 1 | -22/+60 |
* | Add module list to machine-readable minidump_stackwalk output (#119). | mmentovai | 2007-01-29 | 1 | -1/+3 |
* | Communicate OS and CPU to SymbolSupplier (#107). r=bryner | mmentovai | 2007-01-10 | 1 | -0/+1 |
* | Add an abstract interface to SourceLineResolver, and allow any implementation | bryner | 2006-12-11 | 1 | -14/+14 |
* | Module API (#32). r=waylonis, bryner | mmentovai | 2006-12-05 | 1 | -5/+42 |
* | Move headers for exported interfaces into src/google_airbag (#51). r=bryner | mmentovai | 2006-11-06 | 1 | -11/+11 |
* | minidump_stackwalk should use MinidumpProcessor (#64). r=bryner | mmentovai | 2006-10-27 | 1 | -0/+14 |
* | MinidumpProcessor should process all threads (#35). r=bryner | mmentovai | 2006-10-24 | 1 | -0/+3 |
* | Replace auto_ptr with scoped_ptr (#56). r=bryner | mmentovai | 2006-10-23 | 1 | -0/+1 |
* | Add PUBLIC support to SourceLineResolver (resolve function names in Windows | mmentovai | 2006-10-20 | 1 | -0/+6 |
* | Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker. | mmentovai | 2006-10-20 | 1 | -0/+6 |
* | Handle frame pointer omission (#21), part 3: SourceLineResolver and PDBSource... | mmentovai | 2006-09-28 | 1 | -0/+1 |