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
/
minidump.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include what you use: include <algorithm> and <string.h> as needed. Patch by
mmentovai
2008-09-15
1
-0
/
+1
*
Processor crashes on some truncated minidumps after #222. r=ted.mielczarek
mmentovai
2008-04-04
1
-6
/
+11
*
issue 223 - Fixes for SOlaris handler during integration with Firefox. patch ...
ted.mielczarek
2008-03-18
1
-0
/
+4
*
Use "%" PRIx64 instead of "%llx" (#241). r=bryner
mmentovai
2008-02-25
1
-49
/
+49
*
Add MD_CPU_ARCHITECTURE_AMD64 as valid system type when cpu type is MD_CONTEX...
luly81
2007-11-19
1
-1
/
+2
*
Issue 196 - Breakpad processor support for x86-64. r=mento
ted.mielczarek
2007-10-31
1
-190
/
+365
*
Fix warning regarding initialization order compared to definition order
mmentovai
2007-10-22
1
-1
/
+1
*
Issue 222 - processor fails if an entry in the ModuleList is bad. r=mento
ted.mielczarek
2007-10-19
1
-5
/
+19
*
Add SPARC/Solaris support to client handler and processor (#201, 200).
mmentovai
2007-09-26
1
-11
/
+152
*
Allow Breakpad processor library to build on Solaris with the native Sun
mmentovai
2007-09-26
1
-1
/
+1
*
Allow building with -pedantic (#186). r=ted.mielczarek
mmentovai
2007-05-31
1
-20
/
+18
*
Check allocation and array sizes in minidump.cc (#12). r=bryner
mmentovai
2007-05-31
1
-17
/
+81
*
Issue 184 - MinidumpModule::code_identifier doesn't handle MD_OS_LINUX. r=mento
ted.mielczarek
2007-05-29
1
-1
/
+2
*
Strengthen range checks in minidump.cc (#173). r=bryner
mmentovai
2007-05-21
1
-22
/
+38
*
Add logging to minidump processor (#82). Part 2: add messages to the rest of
mmentovai
2007-05-21
1
-2
/
+2
*
Add logging to minidump processor (#82). First part: logging infrastructure
mmentovai
2007-05-17
1
-144
/
+633
*
Rename Airbag to Breakpad.
mmentovai
2007-02-14
1
-31
/
+31
*
Store 128-bit values as a struct with high and low fields, so that consumers
bryner
2007-02-07
1
-11
/
+24
*
Be lenient when reading CodeView records of unknown types (#110). r=bryner
mmentovai
2007-01-17
1
-52
/
+96
*
Communicate OS and CPU to SymbolSupplier (#107). r=bryner
mmentovai
2007-01-10
1
-0
/
+46
*
Fix capitalization of identifiers (#94). r=bryner
mmentovai
2006-12-12
1
-3
/
+9
*
Fix possible null pointer dereference in MinidumpModule (following #32).
mmentovai
2006-12-06
1
-9
/
+9
*
Module API (#32). r=waylonis, bryner
mmentovai
2006-12-05
1
-107
/
+283
*
Eliminate usage of vector<>[0] for 0-sized vectors in processor library (#84).
mmentovai
2006-11-27
1
-112
/
+126
*
Use the reentrant versions of strtok() and gmtime() (#79) r=mmentovai
bryner
2006-11-20
1
-3
/
+3
*
Suppress handler thread from appearing in MinidumpProcessor's ProcessState
mmentovai
2006-11-06
1
-8
/
+106
*
Move headers for exported interfaces into src/google_airbag (#51). r=bryner
mmentovai
2006-11-06
1
-9
/
+11
*
Fix minor naming inconsistency (#67). r=mmentovai
waylonis
2006-11-02
1
-8
/
+8
*
Fix minor style problems (#58). r=bryner
mmentovai
2006-10-25
1
-7
/
+9
*
minidump_dump does not print MDRawSystemInfo::processor_revision. No bug.
mmentovai
2006-10-25
1
-2
/
+2
*
MinidumpProcessor should process all threads (#35). r=bryner
mmentovai
2006-10-24
1
-5
/
+47
*
Replace auto_ptr with scoped_ptr (#56). r=bryner
mmentovai
2006-10-23
1
-17
/
+17
*
Add PUBLIC support to SourceLineResolver (resolve function names in Windows
mmentovai
2006-10-20
1
-2
/
+2
*
Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.
mmentovai
2006-10-20
1
-3
/
+3
*
ppc stackwalker (#30). r=bryner
mmentovai
2006-09-25
1
-1
/
+1
*
Add ppc support to minidump reader (#27). r=bryner.
mmentovai
2006-09-22
1
-103
/
+361
*
Relicense to BSD (#29). r=bryner
mmentovai
2006-09-20
1
-10
/
+25
*
Handle frame pointer omission (#21), part 1: ContainedRangeMap. r=bryner.
mmentovai
2006-09-20
1
-0
/
+1
*
Add ppc types to minidump_format.h (#25). r=waylonis
mmentovai
2006-09-20
1
-4
/
+4
*
Change interface for providing files to Minidump (#19). r=bryner
mmentovai
2006-09-08
1
-2
/
+29
*
Conform to style guidelines.
mmentovai
2006-09-07
1
-44
/
+44
*
minidump_dump test is timezone-dependent (#15). r=bryner
mmentovai
2006-09-07
1
-1
/
+1
*
Initial implementation of minidump reader (#6). r=bryner
mmentovai
2006-09-06
1
-0
/
+2025