aboutsummaryrefslogtreecommitdiff
path: root/src/processor
Commit message (Expand)AuthorAgeFilesLines
* s/an breakpad/a breakpad/ (#127), patch by techtonik, r=memmentovai2007-03-231-1/+1
* Ignore functions that have invalid addresses or sizes, instead of aborting thebryner2007-03-224-10/+24
* Rename Airbag to Breakpad.mmentovai2007-02-1445-22172/+22447
* Airbag windows client didn't trap VC8 parameter validation errors. Now itmmentovai2007-02-071-0/+1
* Store 128-bit values as a struct with high and low fields, so that consumersbryner2007-02-071-11/+24
* Don't fail the minidump processing if the requesting thread can't be found.waylonis2007-02-011-1/+2
* Add module list to machine-readable minidump_stackwalk output (#119).mmentovai2007-01-293-2/+96
* Qualify string and vector with std namespace when used withoutmmentovai2007-01-251-1/+1
* Support machine-readable output format from minidump_stackwalk;mmentovai2007-01-253-51/+246
* Be lenient when reading CodeView records of unknown types (#110). r=brynermmentovai2007-01-171-52/+96
* Pass the exception record (EXCEPTION_POINTERS*) to callback functions frommmentovai2007-01-121-1/+2
* Communicate OS and CPU to SymbolSupplier (#107). r=brynermmentovai2007-01-1013-82/+171
* 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