aboutsummaryrefslogtreecommitdiff
path: root/src/google
Commit message (Expand)AuthorAgeFilesLines
* Make stack_frame_info vector hold linked_ptrs instead of objects;mmentovai2006-10-231-3/+3
* Add PUBLIC support to SourceLineResolver (resolve function names in Windowsmmentovai2006-10-201-1/+6
* Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai2006-10-204-31/+200
* Add ppc support to minidump reader (#27). r=bryner.mmentovai2006-09-221-0/+4
* Relicense to BSD (#29). r=brynermmentovai2006-09-204-40/+100
* Follow-up to #26: get rid of supplier_data, it's not really needed sincebryner2006-09-202-7/+3
* Get rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessorbryner2006-09-193-103/+15
* 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
* Add support to the StackWalker for resolving symbols, using abryner2006-09-082-0/+85
* Make SourceLineResolver fill a StackFrame rather than using its own struct (#...bryner2006-09-071-1/+2
* Initial implementation of x86 stackwalker (#9), missing file. r=brynermmentovai2006-09-061-1/+15
* Change header paths and include guards to be relative to the "src" directory....bryner2006-09-053-12/+12
* Adding a CrashReport struct, r=mmentovai.bryner2006-09-013-0/+190