aboutsummaryrefslogtreecommitdiff
path: root/src/google_breakpad/processor
Commit message (Expand)AuthorAgeFilesLines
* Add check for Linux minidump ending on bad write for exploitability rating.Liu.andrew.x@gmail.com2015-08-212-0/+15
* Add check for executable stack/heap when rating Linux exploitability.Liu.andrew.x@gmail.com2015-08-151-0/+3
* Fix format specifier in proc maps to support 32-bit architectures.Liu.andrew.x@gmail.com2015-08-131-2/+2
* Remove some old unused code, add a missing includeted.mielczarek@gmail.com2015-08-131-0/+2
* Allow Print() to be called by const instances of MinidumpLinuxMaps andLiu.andrew.x@gmail.com2015-08-121-2/+2
* Change Print method of MinidumpLinuxMaps and MinidumpLinuxMapsList to printLiu.andrew.x@gmail.com2015-08-111-0/+3
* Fix potential null pointer dereference.Liu.andrew.x@gmail.com2015-07-311-4/+0
* Add support for Linux memory mapping stream and remove ELF header usageLiu.andrew.x@gmail.com2015-07-282-2/+158
* Fix incorrect comment.Liu.andrew.x@gmail.com2015-07-271-1/+1
* Use general instruction/stack pointer convenience method instead of manuallyLiu.andrew.x@gmail.com2015-06-301-0/+4
* Microdumps: support aarch64 and lib mapping from APKprimiano@chromium.org2014-12-021-0/+4
* Surfacing the process create time in google_breakpad::ProcessStateivanpe@chromium.org2014-11-253-6/+17
* Microdump processing implementationmmandlis@chromium.org2014-11-193-1/+128
* Introduce stub microdump processor classes.mmandlis@chromium.org2014-09-101-0/+60
* Refactoring in preparation for microdump processingmmandlis@chromium.org2014-09-088-105/+259
* Process minidumps generated on ARM64 in iOS apps.mark@chromium.org2013-11-232-0/+66
* Add simple exploitability analysis for Linux crashes.mattdr.breakpad@gmail.com2013-10-291-33/+35
* Adding stricter validation checks to various symbol parser functions.ivan.penkov@gmail.com2013-09-251-0/+58
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-112-0/+68
* Create StackFrame::FRAME_TRUST_PREWALKED trust type.chrisha@chromium.org2013-08-231-6/+9
* Allow setting a limit on the number of frames to be recovered by stack scanning.ted.mielczarek@gmail.com2013-08-191-2/+15
* Updating MDRawMiscInfo to support verions 3 and 4 of the MINIDUMP_MISC_INFO_N...ivan.penkov@gmail.com2013-08-021-0/+7
* Detect corrupt symbol files during minidump processing. Recover from the err...ivan.penkov@gmail.com2013-07-118-9/+40
* This change is addressing a particularly nasty issue where the stackwalkerivan.penkov@gmail.com2013-06-271-2/+8
* More robust stack walks when the IP address in the context frame is invalid (...ivan.penkov@gmail.com2013-06-261-2/+9
* Treat warnings as error and fix most level 4 warnings in the breakpad windows...ivan.penkov@gmail.com2013-06-041-2/+2
* Make x86-64 stack walking work for Native Client minidumpsmseaborn@chromium.org2013-05-081-4/+5
* Don't print an error when a user-set max frames limit has been reached in the...ted.mielczarek@gmail.com2013-04-161-1/+9
* Add PPC64 support to breakpad processor.thestig@chromium.org2013-04-122-0/+28
* Keeping track of modules without symbols during crash report processing.ivan.penkov@gmail.com2013-03-062-1/+17
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-0611-115/+115
* Work around Windows headers #defining ERROR by renaming enum values in StackF...ted.mielczarek@gmail.com2013-03-041-3/+3
* Print the correct return address, even on architectures where StackFrame::ins...jimblandy2013-01-222-5/+31
* Fix a couple of warnings in stack_frame_symbolizer codeted.mielczarek@gmail.com2013-01-181-1/+1
* The Google-breakpad processor rejects (ignores) context records that lack CPU...ivan.penkov@gmail.com2012-12-081-0/+10
* Allow StackwalkerARM to scan much farther to find the caller of the context f...ted.mielczarek@gmail.com2012-12-041-2/+4
* Allow processing dumps with missing stack memory for some threadsted.mielczarek@gmail.com2012-11-062-49/+50
* Check-in stack_frame_symbolizer.[h|cc] that were missing in r1068.SiyangXie@gmail.com2012-10-111-0/+105
* Refactor the logic of resolving source line info into helper class.SiyangXie@gmail.com2012-10-103-56/+52
* Add a GetInstructionPointer method to MinidumpExceptionted.mielczarek@gmail.com2012-09-171-0/+4
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-2810-15/+19
* Fix class/struct mismatches in forward declarations.benchan@chromium.org2012-03-305-5/+5
* Support for .raSearch in the x86 stackwalkermark@chromium.org2012-02-231-3/+12
* Remove NetworkSourceLine{Resolver,Server} and related code. It never wound up...ted.mielczarek2011-07-071-187/+0
* Delete OS failing test cases and note failure in relevant .h file.jessicag.feedback@gmail.com2011-06-211-2/+5
* Add MinidumpMemoryInfo / MinidumpMemoryInfoList classes to expose MDRawMemory...ted.mielczarek2011-01-131-0/+71
* Make some parts of the processor compile on Win32/MSVCted.mielczarek2011-01-111-0/+2
* Tiny fix for memory allocation/deallocation mismatchSiyangXie@gmail.com2010-11-011-0/+2
* Restrict ownership of symbol data buffers to symbol supplier.SiyangXie@gmail.com2010-11-016-52/+39
* FastSourceLineResolver implementation for optimization purpose.SiyangXie@gmail.com2010-10-213-1/+129