aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add static-CRT build configurations. Get rid of the largely redundant README,bryner2006-09-286-22/+264
* Initial version of Windows exception handler and crash report sender classesbryner2006-09-278-0/+1048
* Better testing for Stackwalker (#18). r=brynermmentovai2006-09-251-0/+252
* ppc stackwalker (#30). r=brynermmentovai2006-09-259-73/+319
* Add ppc support to minidump reader (#27). r=bryner.mmentovai2006-09-225-118/+415
* Handle frame pointer omission (#21), part 2: PostfixEvaluator. r=bryner.mmentovai2006-09-223-0/+627
* Relicense to BSD (#29). r=brynermmentovai2006-09-2038-291/+845
* Improve documentation in minidump_format.h (#28). r=brynermmentovai2006-09-201-83/+319
* Handle frame pointer omission (#21), part 1: ContainedRangeMap. r=bryner.mmentovai2006-09-208-71/+632
* Add ppc types to minidump_format.h (#25). r=waylonismmentovai2006-09-202-35/+178
* Follow-up to #26: get rid of supplier_data, it's not really needed sincebryner2006-09-209-43/+16
* Get rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessorbryner2006-09-1910-229/+152
* Stylistic changes for RangeMap (#24). r=brynermmentovai2006-09-142-47/+41
* Typo fixes. Patch by Ludovic Hirlimann.mmentovai2006-09-141-2/+2
* Add a client_id field to CrashReport (#22) r=mmentovai.bryner2006-09-111-0/+3
* Change report id to be a string (#21) r=mmentovai.bryner2006-09-111-1/+1
* Make SourceLineResolver use RangeMap (#13). r=brynermmentovai2006-09-0810-6989/+7153
* Change interface for providing files to Minidump (#19). r=brynermmentovai2006-09-085-49/+47
* addressing follow-up review comments from mark (#17)bryner2006-09-082-5/+4
* Add support to the StackWalker for resolving symbols, using abryner2006-09-0813-28/+11048
* Make SourceLineResolver fill a StackFrame rather than using its own struct (#...bryner2006-09-074-70/+61
* Conform to style guidelines.mmentovai2006-09-078-593/+572
* minidump_dump test is timezone-dependent (#15). r=brynermmentovai2006-09-072-2/+2
* Conform to style guidelines: methods overriding virtual methods should also b...mmentovai2006-09-061-2/+2
* Initial implementation of x86 stackwalker (#9), missing file. r=brynermmentovai2006-09-061-1/+15
* Initial implementation of x86 stackwalker (#9). r=brynermmentovai2006-09-067-0/+479
* Initial implementation of minidump reader (#6). r=brynermmentovai2006-09-0610-0/+7686
* Change header paths and include guards to be relative to the "src" directory....bryner2006-09-056-17/+17
* Adding a CrashReport struct, r=mmentovai.bryner2006-09-013-0/+190
* Make build system less annoying (#8) r=brynermmentovai2006-08-304-25/+10
* Initial import, which includes the Windows client-side dump_syms tool, andbryner2006-08-2514-0/+2633