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
*
Add a GetInstructionPointer method to MinidumpException
ted.mielczarek@gmail.com
2012-09-17
1
-0
/
+35
*
Add MD_OS_ANDROID definition.
digit@chromium.org
2012-07-04
1
-0
/
+5
*
This change allows compiling the google-breakpad code using a global ::string...
ivan.penkov@gmail.com
2012-06-28
1
-3
/
+3
*
Fix GetMainModule() to properly get first module
mkrebs@chromium.org
2012-03-30
1
-1
/
+1
*
Handle ios dump.
qsr@chromium.org
2011-10-11
1
-0
/
+5
*
Adjust MD_CONTEXT_CPU_MASK to reflect reality, fix some code so it can handle...
ted.mielczarek
2011-08-30
1
-0
/
+11
*
Add MinidumpMemoryInfo / MinidumpMemoryInfoList classes to expose MDRawMemory...
ted.mielczarek
2011-01-13
1
-0
/
+263
*
Make some parts of the processor compile on Win32/MSVC
ted.mielczarek
2011-01-11
1
-5
/
+10
*
Allow out-of-process minidump generation to work on processes of a different ...
ted.mielczarek@gmail.com
2010-12-15
1
-1
/
+1
*
Fix a segmentation fault bug in MinidumpAssertion::Read().
SiyangXie@gmail.com
2010-09-30
1
-3
/
+6
*
Reducing severity of most commonly logged ERRORS.
jessicag.feedback@gmail.com
2010-09-09
1
-7
/
+10
*
Breakpad: Avoid using the C++ <cfoo> headers.
ted.mielczarek
2010-06-25
1
-2
/
+2
*
Breakpad: Update copyright notice years on all files changed in 2010.
jimblandy
2010-02-09
1
-1
/
+1
*
Breakpad processor: Make PostfixEvaluator treat the MemoryRegion as const.
jimblandy
2010-02-05
1
-8
/
+8
*
Breakpad: Avoid warnings building with G++ 4.4.1 using -O3 -Wall.
jimblandy
2010-01-12
1
-1
/
+1
*
Breakpad processor: Use unsigned constants in comparisons, to quiet compiler ...
jimblandy
2009-12-23
1
-2
/
+2
*
fix a badly-applied patch, and also re-run automake which I forgot to do
ted.mielczarek
2009-12-21
1
-1
/
+1
*
Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011
ted.mielczarek
2009-12-19
1
-2
/
+113
*
Allow Minidump class to be instantiated with stream instead of file. r=mark a...
ted.mielczarek
2009-12-09
1
-28
/
+48
*
issue 170 - Report assertion type in minidump_stackwalk output. r=mark at htt...
ted.mielczarek
2009-12-02
1
-0
/
+117
*
Issue 35001: Fallback to Thread Context on bad Exception Context
jschuh@chromium.org
2009-10-19
1
-3
/
+6
*
Raise minidump processing limits
nealsid
2009-10-14
1
-4
/
+4
*
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
[next]