aboutsummaryrefslogtreecommitdiff
path: root/src/processor/minidump_processor.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename MDRawContextARM64 and its context flagsJoshua Peraza2018-08-011-4/+4
* Read Linux si_code in minidump_processor.Lei Zhang2018-04-131-4/+105
* Make breakpad build with -Wimplicit-fallthrough (on linux)Nico Weber2018-01-311-0/+1
* Populate stack frames with unloaded module info.Joshua Peraza2017-01-191-0/+7
* Add a crash reason string for the simulated crashpad exception codePierre-Antoine Manzagol2016-11-101-0/+6
* Generate reason for bad function table exceptionMike Wittman2016-10-271-0/+3
* Add new exception code for OOM generated from Chromium.Will Harris2016-07-191-0/+3
* Server-side workaround to handle overlapping modules.Ivan Penkov2016-06-201-1/+13
* Rename stdio.h wrapper file to stdio_wrapper.h.Yunxiao Ma2016-04-051-1/+1
* Add the TID to the CallStack.Sebastien Marchand2016-04-011-0/+1
* Make EXC_BAD_ACCESS / EXC_I386_GPFLT print nicely in the processorTed Mielczarek2016-03-291-5/+21
* [mips64] Support for mips n64Mike Frysinger2016-02-061-0/+4
* Fix usage of snprintf for MSVCPavel Labath2016-01-191-1/+1
* Add check for Linux minidump ending on bad write for exploitability rating.Liu.andrew.x@gmail.com2015-08-211-4/+9
* Add address and reason for IN_PAGE_ERROR.mark@chromium.org2015-04-101-3/+45
* Surfacing the process create time in google_breakpad::ProcessStateivanpe@chromium.org2014-11-251-8/+38
* Process minidumps generated on ARM64 in iOS apps.mark@chromium.org2013-11-231-3/+12
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-111-0/+5
* Detect corrupt symbol files during minidump processing. Recover from the err...ivan.penkov@gmail.com2013-07-111-1/+2
* This change is addressing a particularly nasty issue where the stackwalkerivan.penkov@gmail.com2013-06-271-0/+16
* Compile issue when using global string "::string". For more details take a l...ivan.penkov@gmail.com2013-05-111-2/+5
* Add MD_OS_NACL platform_id value for identifying NaCl minidumpsmseaborn@chromium.org2013-05-061-0/+6
* Add MD_OS_PS3 to breakpad and exception types.thestig@chromium.org2013-04-251-0/+82
* Improve ARM CPU info reporting.digit@chromium.org2013-04-241-0/+123
* Add PPC64 support to breakpad processor.thestig@chromium.org2013-04-121-0/+5
* Keeping track of modules without symbols during crash report processing.ivan.penkov@gmail.com2013-03-061-3/+4
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-6/+6
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-171-1/+1
* Allow processing dumps with missing stack memory for some threadsted.mielczarek@gmail.com2012-11-061-8/+10
* Refactor the logic of resolving source line info into helper class.SiyangXie@gmail.com2012-10-101-6/+22
* processor: add arm exception flagsqsr@chromium.org2012-09-251-13/+66
* Allow generating minidumps from live process on Linux via ExceptionHandlerted.mielczarek@gmail.com2012-09-181-0/+3
* Add MD_OS_ANDROID definition.digit@chromium.org2012-07-041-0/+6
* Add high level API for breakpad on iOS.qsr@chromium.org2012-03-131-0/+6
* Handle ios dump.qsr@chromium.org2011-10-111-1/+7
* Added the base exploitability module for windows. This only adds the very bas...cdn@chromium.org2010-09-221-11/+13
* Patch from CDN to add support for an exploitability enginenealsid2010-08-241-1/+26
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-3/+4
* Add access violation detail for windows (read/write/dep). Add stack buffer ov...nealsid2010-06-041-1/+24
* Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011ted.mielczarek2009-12-191-0/+5
* issue 170 - Report assertion type in minidump_stackwalk output. r=mark at htt...ted.mielczarek2009-12-021-0/+56
* Fixed style errorjschuh@chromium.org2009-10-191-1/+1
* Issue 35001: Fallback to Thread Context on bad Exception Contextjschuh@chromium.org2009-10-191-2/+4
* Issue 328 - should have constant for VC++ exceptions, and stringify in Minidu...ted.mielczarek2009-09-041-0/+3
* Fix build errors with gcc 4.4. Patch by Silvius Rus <rus@google.com>.mmentovai2009-08-141-0/+1
* Add stack-dumping logic to crash_report with -t switchnealsid2009-07-021-0/+1
* Add more error information to minidump processing return code. Also added de...nealsid2009-05-291-81/+91
* Issue 196 - Breakpad processor support for x86-64. r=mentoted.mielczarek2007-10-311-2/+8
* Add SPARC/Solaris support to client handler and processor (#201, 200).mmentovai2007-09-261-0/+139
* Fix crash reason switching to allow proper behavior for Linux. Spotted bymmentovai2007-09-261-1/+2