aboutsummaryrefslogtreecommitdiff
path: root/src/processor/simple_symbol_supplier.h
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-20/+20
* Detect corrupt symbol files during minidump processing. Recover from the err...ivan.penkov@gmail.com2013-07-111-1/+2
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-1/+1
* Restrict ownership of symbol data buffers to symbol supplier.SiyangXie@gmail.com2010-11-011-0/+8
* Refactor source line resolver, add interface in supplier and resolver.SiyangXie@gmail.com2010-10-071-0/+6
* Fix for issues 296, 297. Various symbol supplier classes need to be updated w...nealsid2009-02-271-3/+3
* Modify symbol supplier interface to support an overload that takes a symbol d...nealsid2009-02-191-7/+11
* Rename Airbag to Breakpad.mmentovai2007-02-141-3/+3
* Support machine-readable output format from minidump_stackwalk;mmentovai2007-01-251-15/+22
* Communicate OS and CPU to SymbolSupplier (#107). r=brynermmentovai2007-01-101-1/+3
* Fix capitalization of identifiers (#94). r=brynermmentovai2006-12-121-2/+3
* Provide a mechanism for SymbolSuppliers to interrupt processing (#93)bryner2006-12-081-4/+6
* Module API (#32). r=waylonis, brynermmentovai2006-12-051-13/+18
* Modify SimpleSymbolSupplier for easier sublcassing (#75).mmentovai2006-11-171-1/+6
* Move headers for exported interfaces into src/google_airbag (#51). r=brynermmentovai2006-11-061-1/+1
* Symbol file should contain module GUID at beginning (#66). r=brynermmentovai2006-11-061-5/+2
* minidump_stackwalk should use MinidumpProcessor (#64). r=brynermmentovai2006-10-271-0/+102