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_processor.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Populate stack frames with unloaded module info.
Joshua Peraza
2017-01-19
1
-0
/
+7
*
Add a crash reason string for the simulated crashpad exception code
Pierre-Antoine Manzagol
2016-11-10
1
-0
/
+6
*
Generate reason for bad function table exception
Mike Wittman
2016-10-27
1
-0
/
+3
*
Add new exception code for OOM generated from Chromium.
Will Harris
2016-07-19
1
-0
/
+3
*
Server-side workaround to handle overlapping modules.
Ivan Penkov
2016-06-20
1
-1
/
+13
*
Rename stdio.h wrapper file to stdio_wrapper.h.
Yunxiao Ma
2016-04-05
1
-1
/
+1
*
Add the TID to the CallStack.
Sebastien Marchand
2016-04-01
1
-0
/
+1
*
Make EXC_BAD_ACCESS / EXC_I386_GPFLT print nicely in the processor
Ted Mielczarek
2016-03-29
1
-5
/
+21
*
[mips64] Support for mips n64
Mike Frysinger
2016-02-06
1
-0
/
+4
*
Fix usage of snprintf for MSVC
Pavel Labath
2016-01-19
1
-1
/
+1
*
Add check for Linux minidump ending on bad write for exploitability rating.
Liu.andrew.x@gmail.com
2015-08-21
1
-4
/
+9
*
Add address and reason for IN_PAGE_ERROR.
mark@chromium.org
2015-04-10
1
-3
/
+45
*
Surfacing the process create time in google_breakpad::ProcessState
ivanpe@chromium.org
2014-11-25
1
-8
/
+38
*
Process minidumps generated on ARM64 in iOS apps.
mark@chromium.org
2013-11-23
1
-3
/
+12
*
Adding support for mips.
gordana.cmiljanovic@imgtec.com
2013-09-11
1
-0
/
+5
*
Detect corrupt symbol files during minidump processing. Recover from the err...
ivan.penkov@gmail.com
2013-07-11
1
-1
/
+2
*
This change is addressing a particularly nasty issue where the stackwalker
ivan.penkov@gmail.com
2013-06-27
1
-0
/
+16
*
Compile issue when using global string "::string". For more details take a l...
ivan.penkov@gmail.com
2013-05-11
1
-2
/
+5
*
Add MD_OS_NACL platform_id value for identifying NaCl minidumps
mseaborn@chromium.org
2013-05-06
1
-0
/
+6
*
Add MD_OS_PS3 to breakpad and exception types.
thestig@chromium.org
2013-04-25
1
-0
/
+82
*
Improve ARM CPU info reporting.
digit@chromium.org
2013-04-24
1
-0
/
+123
*
Add PPC64 support to breakpad processor.
thestig@chromium.org
2013-04-12
1
-0
/
+5
*
Keeping track of modules without symbols during crash report processing.
ivan.penkov@gmail.com
2013-03-06
1
-3
/
+4
*
Use stdint types everywhere
ted.mielczarek@gmail.com
2013-03-06
1
-6
/
+6
*
Move scoped_ptr.h to common
ted.mielczarek@gmail.com
2013-01-17
1
-1
/
+1
*
Allow processing dumps with missing stack memory for some threads
ted.mielczarek@gmail.com
2012-11-06
1
-8
/
+10
*
Refactor the logic of resolving source line info into helper class.
SiyangXie@gmail.com
2012-10-10
1
-6
/
+22
*
processor: add arm exception flags
qsr@chromium.org
2012-09-25
1
-13
/
+66
*
Allow generating minidumps from live process on Linux via ExceptionHandler
ted.mielczarek@gmail.com
2012-09-18
1
-0
/
+3
*
Add MD_OS_ANDROID definition.
digit@chromium.org
2012-07-04
1
-0
/
+6
*
Add high level API for breakpad on iOS.
qsr@chromium.org
2012-03-13
1
-0
/
+6
*
Handle ios dump.
qsr@chromium.org
2011-10-11
1
-1
/
+7
*
Added the base exploitability module for windows. This only adds the very bas...
cdn@chromium.org
2010-09-22
1
-11
/
+13
*
Patch from CDN to add support for an exploitability engine
nealsid
2010-08-24
1
-1
/
+26
*
Breakpad: Avoid using the C++ <cfoo> headers.
ted.mielczarek
2010-06-25
1
-3
/
+4
*
Add access violation detail for windows (read/write/dep). Add stack buffer ov...
nealsid
2010-06-04
1
-1
/
+24
*
Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011
ted.mielczarek
2009-12-19
1
-0
/
+5
*
issue 170 - Report assertion type in minidump_stackwalk output. r=mark at htt...
ted.mielczarek
2009-12-02
1
-0
/
+56
*
Fixed style error
jschuh@chromium.org
2009-10-19
1
-1
/
+1
*
Issue 35001: Fallback to Thread Context on bad Exception Context
jschuh@chromium.org
2009-10-19
1
-2
/
+4
*
Issue 328 - should have constant for VC++ exceptions, and stringify in Minidu...
ted.mielczarek
2009-09-04
1
-0
/
+3
*
Fix build errors with gcc 4.4. Patch by Silvius Rus <rus@google.com>.
mmentovai
2009-08-14
1
-0
/
+1
*
Add stack-dumping logic to crash_report with -t switch
nealsid
2009-07-02
1
-0
/
+1
*
Add more error information to minidump processing return code. Also added de...
nealsid
2009-05-29
1
-81
/
+91
*
Issue 196 - Breakpad processor support for x86-64. r=mento
ted.mielczarek
2007-10-31
1
-2
/
+8
*
Add SPARC/Solaris support to client handler and processor (#201, 200).
mmentovai
2007-09-26
1
-0
/
+139
*
Fix crash reason switching to allow proper behavior for Linux. Spotted by
mmentovai
2007-09-26
1
-1
/
+2
*
issue 185 - Need constants / stringification for Linux exception codes. r=mento
ted.mielczarek
2007-06-11
1
-0
/
+101
*
Issue 143 - MinidumpProcessor should extract number of processors. r=mento
ted.mielczarek
2007-05-30
1
-0
/
+2
*
Processor can attempt processing all threads even when interrupted (#177).
mmentovai
2007-05-25
1
-3
/
+9
[next]