aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
...
* provide a network source line resolver + server. r=mark,jimb at http://breakp...ted.mielczarek2010-04-081-23/+563
* Breakpad processor: Support AMD64 stack unwinding driven by DWARF CFI.jimblandy2010-03-161-0/+126
* Breakpad: Support DWARF CFI-driven stack walking on ARM.jimblandy2010-03-161-0/+126
* Breakpad: Add minidump processor support for DWARF Call Frame Information.jimblandy2010-03-161-7/+128
* Breakpad processor: Unit tests for StackwalkerX86.jimblandy2010-03-161-0/+126
* Breakpad Processor: Add new unit tests for google_breakpad::Minidumpjimblandy2010-03-161-4/+335
* ARM support, with some build system changes to support x86-64, arm, and i386 ...nealsid2010-03-021-31/+442
* Breakpad: Require Automake 1.11.1.jimblandy2010-02-111-1/+1
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-091-1/+1
* Regenerate using automake-1.11.1, autoconf 2.65, and libtool 2.2.6b,jimblandy2010-02-021-6/+7
* Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window...jimblandy2009-12-231-1/+1
* Breakpad: Regenerate build files with latest versions of autotools.jimblandy2009-12-231-140/+252
* fix a badly-applied patch, and also re-run automake which I forgot to doted.mielczarek2009-12-211-0/+14
* Allow Minidump class to be instantiated with stream instead of file. r=mark a...ted.mielczarek2009-12-091-0/+88
* Updated autoconf build files, and fixed externals dependency at revision 158(...nealsid2009-05-291-0/+3
* Add more error information to minidump processing return code. Also added de...nealsid2009-05-291-8/+85
* Issue 196 - Breakpad processor support for x86-64. r=mentoted.mielczarek2007-10-311-3/+20
* Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=memmentovai2007-09-281-6/+16
* Update EXTRA_DIST for packaging.mmentovai2007-09-261-2/+48
* Add SPARC/Solaris support to client handler and processor (#201, 200).mmentovai2007-09-261-0/+15
* 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-6/+29
* Add logging to minidump processor (#82). First part: logging infrastructuremmentovai2007-05-171-96/+121
* Rename Airbag to Breakpad.mmentovai2007-02-141-28/+66
* 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-4/+9
* Add an abstract interface to SourceLineResolver, and allow any implementationbryner2006-12-111-51/+46
* Module API (#32). r=waylonis, brynermmentovai2006-12-051-9/+53
* 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/+48
* MinidumpProcessor should process all threads (#35). r=brynermmentovai2006-10-241-1/+11
* 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-1/+22
* Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai2006-10-201-5/+17
* Handle frame pointer omission (#21), part 3: SourceLineResolver and PDBSource...mmentovai2006-09-281-0/+1
* Better testing for Stackwalker (#18). r=brynermmentovai2006-09-251-3/+40
* ppc stackwalker (#30). r=brynermmentovai2006-09-251-2/+14
* Handle frame pointer omission (#21), part 2: PostfixEvaluator. r=bryner.mmentovai2006-09-221-0/+21
* Relicense to BSD (#29). r=brynermmentovai2006-09-201-10/+25
* Handle frame pointer omission (#21), part 1: ContainedRangeMap. r=bryner.mmentovai2006-09-201-8/+32
* Get rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessorbryner2006-09-191-44/+43
* Make SourceLineResolver use RangeMap (#13). r=brynermmentovai2006-09-081-3/+2
* Add support to the StackWalker for resolving symbols, using abryner2006-09-081-5/+51
* Initial implementation of x86 stackwalker (#9). r=brynermmentovai2006-09-061-4/+47
* Initial implementation of minidump reader (#6). r=brynermmentovai2006-09-061-26/+123
* Change header paths and include guards to be relative to the "src" directory....bryner2006-09-051-1/+6
* Make build system less annoying (#8) r=brynermmentovai2006-08-301-125/+114
* Initial import, which includes the Windows client-side dump_syms tool, andbryner2006-08-251-0/+805