aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* 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