index
:
breakpad
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
processor
/
simple_symbol_supplier.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Detect corrupt symbol files during minidump processing. Recover from the err...
ivan.penkov@gmail.com
2013-07-11
1
-8
/
+11
*
This change allows compiling the google-breakpad code using a global ::string...
ivan.penkov@gmail.com
2012-06-28
1
-2
/
+3
*
Restrict ownership of symbol data buffers to symbol supplier.
SiyangXie@gmail.com
2010-11-01
1
-1
/
+22
*
Refactor source line resolver, add interface in supplier and resolver.
SiyangXie@gmail.com
2010-10-07
1
-0
/
+21
*
Breakpad: Avoid using the C++ <cfoo> headers.
ted.mielczarek
2010-06-25
1
-2
/
+3
*
Fix for issues 296, 297. Various symbol supplier classes need to be updated w...
nealsid
2009-02-27
1
-0
/
+21
*
Modify symbol supplier interface to support an overload that takes a symbol d...
nealsid
2009-02-19
1
-3
/
+4
*
Include what you use: include <algorithm> and <string.h> as needed. Patch by
mmentovai
2008-09-15
1
-0
/
+1
*
Allow Breakpad processor library to build on Solaris with the native Sun
mmentovai
2007-09-26
1
-2
/
+2
*
issue 151 - Crash when processing file names less than 4 bytes. r=me
ted.mielczarek
2007-07-05
1
-2
/
+3
*
Add logging to minidump processor (#82). Part 2: add messages to the rest of
mmentovai
2007-05-21
1
-3
/
+23
*
Rename Airbag to Breakpad.
mmentovai
2007-02-14
1
-4
/
+4
*
Support machine-readable output format from minidump_stackwalk;
mmentovai
2007-01-25
1
-0
/
+25
*
Communicate OS and CPU to SymbolSupplier (#107). r=bryner
mmentovai
2007-01-10
1
-1
/
+3
*
Provide a mechanism for SymbolSuppliers to interrupt processing (#93)
bryner
2006-12-08
1
-6
/
+10
*
Module API (#32). r=waylonis, bryner
mmentovai
2006-12-05
1
-36
/
+20
*
Modify SimpleSymbolSupplier for easier sublcassing (#75).
mmentovai
2006-11-17
1
-2
/
+3
*
Move headers for exported interfaces into src/google_airbag (#51). r=bryner
mmentovai
2006-11-06
1
-1
/
+1
*
Symbol file should contain module GUID at beginning (#66). r=bryner
mmentovai
2006-11-06
1
-1
/
+1
*
minidump_stackwalk should use MinidumpProcessor (#64). r=bryner
mmentovai
2006-10-27
1
-0
/
+97