aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.ted.mielczarek2011-11-181-2/+2
* Remove NetworkSourceLine{Resolver,Server} and related code. It never wound up...ted.mielczarek2011-07-071-105/+2
* Add some unit tests for Linux WriteSymbolFileted.mielczarek2011-07-061-0/+3
* Dump PUBLIC + CFI records from libraries without debug info on Linux, use .dy...ted.mielczarek2011-07-061-0/+5
* Make programs in src/tools/linux build via the automake build systemted.mielczarek2011-02-281-1/+81
* Add module_serializer.cc to libbreakpad.a. Not sure why it wasn't there in th...ted.mielczarek2011-01-191-0/+2
* FastSourceLineResolver implementation for optimization purpose.SiyangXie@gmail.com2010-10-211-0/+28
* Add static version of map wrappers and corresponding serializers.SiyangXie@gmail.com2010-10-151-19/+89
* Refactor source line resolver, add interface in supplier and resolver.SiyangXie@gmail.com2010-10-071-0/+11
* ditch libtool, only build static libsted.mielczarek2010-10-051-191/+183
* add a --disable-processor configure arg to skip building processor libs and j...ted.mielczarek2010-10-051-13/+30
* Added libdisasm to the repository. This library is no longer under developmen...cdn@chromium.org2010-10-011-3/+94
* add top_srcdir/src to CPPFLAGS for all unittests to fix compilation of unitte...ted.mielczarek2010-09-291-3/+18
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-231-0/+1
* Added the base exploitability module for windows. This only adds the very bas...cdn@chromium.org2010-09-221-0/+6
* Add StaticMap implementation and unittest to breakpad.SiyangXie@gmail.com2010-09-201-0/+18
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-171-2/+7
* Issue 378 - Don't compile Linux client libraries on non-Linux systemsted.mielczarek2010-08-311-3/+17
* Update Makefile.am from r662 (which only updated Makefile.in)ted.mielczarek2010-08-251-0/+6
* Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/c...jimblandy2010-04-271-15/+15
* provide a network source line resolver + server. r=mark,jimb at http://breakp...ted.mielczarek2010-04-081-7/+130
* Breakpad processor: Support AMD64 stack unwinding driven by DWARF CFI.jimblandy2010-03-161-0/+15
* Breakpad: Support DWARF CFI-driven stack walking on ARM.jimblandy2010-03-161-0/+15
* Breakpad: Add minidump processor support for DWARF Call Frame Information.jimblandy2010-03-161-0/+21
* Breakpad processor: Unit tests for StackwalkerX86.jimblandy2010-03-161-0/+15
* Breakpad Processor: Add new unit tests for google_breakpad::Minidumpjimblandy2010-03-161-2/+35
* ARM support, with some build system changes to support x86-64, arm, and i386 ...nealsid2010-03-021-2/+52
* Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window...jimblandy2009-12-231-1/+1
* Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011ted.mielczarek2009-12-191-0/+5
* Allow Minidump class to be instantiated with stream instead of file. r=mark a...ted.mielczarek2009-12-091-0/+16
* Add more error information to minidump processing return code. Also added de...nealsid2009-05-291-1/+8
* Issue 196 - Breakpad processor support for x86-64. r=mentoted.mielczarek2007-10-311-0/+5
* Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=memmentovai2007-09-281-6/+16
* Update EXTRA_DIST for packaging.mmentovai2007-09-261-3/+50
* Add SPARC/Solaris support to client handler and processor (#201, 200).mmentovai2007-09-261-0/+6
* Allow building with -pedantic (#186). r=ted.mielczarekmmentovai2007-05-311-0/+1
* Add logging to minidump processor (#82). Part 2: add messages to the rest ofmmentovai2007-05-211-1/+15
* Add logging to minidump processor (#82). First part: logging infrastructuremmentovai2007-05-171-1/+10
* Rename Airbag to Breakpad.mmentovai2007-02-141-22/+60
* Add module list to machine-readable minidump_stackwalk output (#119).mmentovai2007-01-291-1/+3
* Communicate OS and CPU to SymbolSupplier (#107). r=brynermmentovai2007-01-101-0/+1
* Add an abstract interface to SourceLineResolver, and allow any implementationbryner2006-12-111-14/+14
* Module API (#32). r=waylonis, brynermmentovai2006-12-051-5/+42
* Move headers for exported interfaces into src/google_airbag (#51). r=brynermmentovai2006-11-061-11/+11
* minidump_stackwalk should use MinidumpProcessor (#64). r=brynermmentovai2006-10-271-0/+14
* MinidumpProcessor should process all threads (#35). r=brynermmentovai2006-10-241-0/+3
* Replace auto_ptr with scoped_ptr (#56). r=brynermmentovai2006-10-231-0/+1
* Add PUBLIC support to SourceLineResolver (resolve function names in Windowsmmentovai2006-10-201-0/+6
* Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai2006-10-201-0/+6
* Handle frame pointer omission (#21), part 3: SourceLineResolver and PDBSource...mmentovai2006-09-281-0/+1