aboutsummaryrefslogtreecommitdiff
path: root/src/processor/simple_symbol_supplier.cc
AgeCommit message (Expand)Author
2023-02-27Add #include <config.h> to the beginning of all cc filesIan Barkley-Yeung
2022-09-07Update copyright boilerplate, 2022 edition (Breakpad)Mark Mentovai
2020-07-15fix pointer style to match the style guideMike Frysinger
2013-07-11Detect corrupt symbol files during minidump processing. Recover from the err...ivan.penkov@gmail.com
2012-06-28This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com
2010-11-01Restrict ownership of symbol data buffers to symbol supplier.SiyangXie@gmail.com
2010-10-07Refactor source line resolver, add interface in supplier and resolver.SiyangXie@gmail.com
2010-06-25Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek
2009-02-27Fix for issues 296, 297. Various symbol supplier classes need to be updated w...nealsid
2009-02-19Modify symbol supplier interface to support an overload that takes a symbol d...nealsid
2008-09-15Include what you use: include <algorithm> and <string.h> as needed. Patch bymmentovai
2007-09-26Allow Breakpad processor library to build on Solaris with the native Sunmmentovai
2007-07-05issue 151 - Crash when processing file names less than 4 bytes. r=meted.mielczarek
2007-05-21Add logging to minidump processor (#82). Part 2: add messages to the rest ofmmentovai
2007-02-14Rename Airbag to Breakpad.mmentovai
2007-01-25Support machine-readable output format from minidump_stackwalk;mmentovai
2007-01-10Communicate OS and CPU to SymbolSupplier (#107). r=brynermmentovai
2006-12-08Provide a mechanism for SymbolSuppliers to interrupt processing (#93)bryner
2006-12-05Module API (#32). r=waylonis, brynermmentovai
2006-11-17Modify SimpleSymbolSupplier for easier sublcassing (#75).mmentovai
2006-11-06Move headers for exported interfaces into src/google_airbag (#51). r=brynermmentovai
2006-11-06Symbol file should contain module GUID at beginning (#66). r=brynermmentovai
2006-10-27minidump_stackwalk should use MinidumpProcessor (#64). r=brynermmentovai