aboutsummaryrefslogtreecommitdiff
path: root/src/processor
Commit message (Expand)AuthorAgeFilesLines
* Fix capitalization of identifiers (#94). r=brynermmentovai2006-12-123-16/+23
* Fix stackwalker_selftest following #89 (#95). r=brynermmentovai2006-12-121-5/+8
* Add an abstract interface to SourceLineResolver, and allow any implementationbryner2006-12-1112-153/+79
* Provide a mechanism for SymbolSuppliers to interrupt processing (#93)bryner2006-12-088-79/+136
* Allow exception handler callbacks more flexibility (#81). r=brynermmentovai2006-12-077-21485/+21961
* Test data update following PDBSourceLineWriter change (#91). r=brynermmentovai2006-12-075-5/+5
* Fix possible null pointer dereference in MinidumpModule (following #32).mmentovai2006-12-061-9/+9
* Update reporting strings for exceptions (Issue 88)waylonis2006-12-061-3/+251
* Module API (#32). r=waylonis, brynermmentovai2006-12-0524-255/+1029
* Eliminate usage of vector<>[0] for 0-sized vectors in processor library (#84).mmentovai2006-11-271-112/+126
* Support GUID-less PDBs (#77). r=brynermmentovai2006-11-215-3948/+5
* Use the reentrant versions of strtok() and gmtime() (#79) r=mmentovaibryner2006-11-202-6/+7
* Modify SimpleSymbolSupplier for easier sublcassing (#75).mmentovai2006-11-172-3/+9
* Limit use of default namespace in tests and utility programs (#71). r=brynermmentovai2006-11-099-29/+78
* Suppress handler thread from appearing in MinidumpProcessor's ProcessStatemmentovai2006-11-0614-15401/+22307
* Move headers for exported interfaces into src/google_airbag (#51). r=brynermmentovai2006-11-0626-1964/+63
* Symbol file should contain module GUID at beginning (#66). r=brynermmentovai2006-11-068-6/+15
* Fix minor naming inconsistency (#67). r=mmentovaiwaylonis2006-11-023-47/+47
* minidump_stackwalk should use MinidumpProcessor (#64). r=brynermmentovai2006-10-271-0/+19
* minidump_stackwalk should use MinidumpProcessor (#64). r=brynermmentovai2006-10-2712-11648/+21846
* MinidumpProcessor uses the wrong context for non-crash threads (#62). r=brynermmentovai2006-10-261-1/+10
* Add MDString to minidump_format.h (#59). r=brynermmentovai2006-10-261-2/+9
* Fix minor style problems (#58). r=brynermmentovai2006-10-2521-63/+82
* minidump_dump does not print MDRawSystemInfo::processor_revision. No bug.mmentovai2006-10-252-3/+3
* MinidumpProcessor should process all threads (#35). r=brynermmentovai2006-10-247-24/+426
* Replace auto_ptr with scoped_ptr (#56). r=brynermmentovai2006-10-2310-47/+375
* Make stack_frame_info vector hold linked_ptrs instead of objects;mmentovai2006-10-2314-140/+190
* Add PUBLIC support to SourceLineResolver (resolve function names in Windowsmmentovai2006-10-2011-28/+602
* Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai2006-10-2024-1605/+2002
* Reduce calls to SymbolSupplier::GetSymbolFile() (#48).bryner2006-10-164-5/+16
* Handle frame pointer omission (#21), part 3: SourceLineResolver and PDBSource...mmentovai2006-09-289-49/+1165
* 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-224-118/+411
* Handle frame pointer omission (#21), part 2: PostfixEvaluator. r=bryner.mmentovai2006-09-223-0/+627
* Relicense to BSD (#29). r=brynermmentovai2006-09-2027-221/+640
* 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-207-36/+13
* Get rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessorbryner2006-09-197-126/+137
* Stylistic changes for RangeMap (#24). r=brynermmentovai2006-09-142-47/+41
* Typo fixes. Patch by Ludovic Hirlimann.mmentovai2006-09-141-2/+2
* Make SourceLineResolver use RangeMap (#13). r=brynermmentovai2006-09-087-6635/+6793
* 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-0811-28/+10963
* Make SourceLineResolver fill a StackFrame rather than using its own struct (#...bryner2006-09-073-69/+59
* Conform to style guidelines.mmentovai2006-09-078-593/+572
* minidump_dump test is timezone-dependent (#15). r=brynermmentovai2006-09-072-2/+2