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