aboutsummaryrefslogtreecommitdiff
path: root/src/processor/simple_symbol_supplier.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-16/+16
* Detect corrupt symbol files during minidump processing. Recover from the err...ivan.penkov@gmail.com2013-07-111-8/+11
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-2/+3
* Restrict ownership of symbol data buffers to symbol supplier.SiyangXie@gmail.com2010-11-011-1/+22
* Refactor source line resolver, add interface in supplier and resolver.SiyangXie@gmail.com2010-10-071-0/+21
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-2/+3
* Fix for issues 296, 297. Various symbol supplier classes need to be updated w...nealsid2009-02-271-0/+21
* Modify symbol supplier interface to support an overload that takes a symbol d...nealsid2009-02-191-3/+4
* Include what you use: include <algorithm> and <string.h> as needed. Patch bymmentovai2008-09-151-0/+1
* Allow Breakpad processor library to build on Solaris with the native Sunmmentovai2007-09-261-2/+2
* issue 151 - Crash when processing file names less than 4 bytes. r=meted.mielczarek2007-07-051-2/+3
* Add logging to minidump processor (#82). Part 2: add messages to the rest ofmmentovai2007-05-211-3/+23
* Rename Airbag to Breakpad.mmentovai2007-02-141-4/+4
* Support machine-readable output format from minidump_stackwalk;mmentovai2007-01-251-0/+25
* Communicate OS and CPU to SymbolSupplier (#107). r=brynermmentovai2007-01-101-1/+3
* Provide a mechanism for SymbolSuppliers to interrupt processing (#93)bryner2006-12-081-6/+10
* Module API (#32). r=waylonis, brynermmentovai2006-12-051-36/+20
* Modify SimpleSymbolSupplier for easier sublcassing (#75).mmentovai2006-11-171-2/+3
* 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-1/+1
* minidump_stackwalk should use MinidumpProcessor (#64). r=brynermmentovai2006-10-271-0/+97